OSDN Git Service

Add SWIFTSHADER prefix to Android.mk variables
[android-x86/external-swiftshader.git] / src / OpenGL / libGLESv2 / Android.mk
2018-09-20 Logan ChienAdd SWIFTSHADER prefix to Android.mk variables
2018-08-30 Greg HartmanAllow SwiftShader to be moved to a non-default location
2018-04-10 Greg HartmanFix makefiles for Andoid K
2018-04-10 Greg HartmanCorrect confusion between Android O and O MR1
2018-03-07 Chih-Hung HsiehUse -Werror in Android builds.
2018-03-01 Tomasz WiszkowskiMake swiftshader build files produce libs in correct...
2017-10-27 Corentin WallezlibGLESv2: compile entry points in the shared library.
2017-10-06 Nicolas CapensRename version scripts to linker scripts.
2017-08-31 Nicolas CapensClarify new dependencies since project Treble.
2017-08-31 Jiyong ParkBuild lib*_swiftshader with BOARD_VNDK_VERSION
2017-08-04 Nicolas CapensAdd libnativewindow dependency.
2017-08-04 Nicolas CapensSuppress attributes warnings.
2017-07-25 Nicolas CapensSuppress UBSan false positives.
2017-06-22 Jaesung Chungadd support for gralloc1 mapper
2017-05-03 Nicolas CapensAdd Subzero as a Git subtree.
2017-05-02 Nicolas CapensBuild with Subzero for Android on ARM.
2017-03-15 Greg HartmanAllows SwiftShader to identify the Android version
2017-02-08 Greg HartmanPull out SWIFTSHADER_OPTIM
2017-02-03 Greg HartmanRemove obsolete vendor rules
2017-01-31 Victor KhimenkoSupport TARGET_TRANSLATE_2ND_ARCH case
2016-05-16 Nicolas CapensMove Khronos OpenGL headers to top-level include directory.
2016-05-10 Nicolas CapensMove LLVM to /third_party.
2016-02-24 Greg HartmanRemove unneeded libraries
2016-02-12 Nicolas CapensFix multilib module path.
2016-02-10 Nicolas CapensFix Android master build.
2015-12-09 Nicolas CapensUse stlport prior to Marshmallow.
2015-12-07 Greg HartmanFixes for JBMR0 compile (API 16)
2015-12-04 Nicolas CapensEnable x86-64 builds for Android.
2015-11-13 Greg HartmanFix go/ab builds for jb-mr1
2015-11-03 Greg HartmanEnsure that make reaches deep enough in the tree.
2015-09-21 Greg HartmanCreate debug builds of more SwiftShader projects
2015-06-26 Greg HartmanFix some warnings
2015-05-28 Greg HartmanRemove direct references to stlport. These break the...
2015-05-15 Greg HartmanSuppress unused parameter warnings
2015-05-06 Greg HartmanMakefile updates to productionize the release
2015-04-29 Nicolas CapensPredefine (E)GL export macros.
2015-04-28 Nicolas CapensCombine es2::Image and es1::Image into egl::Image.
2015-04-28 Alexis HetuVertexArray Object implementation
2015-04-17 Greg HartmanRevise the SwiftShader makefiles to avoid compile errors
2015-04-17 Nicolas CapensRemove -fvisibility=protected from Android.mk files.
2015-04-17 Greg HartmanSet up Android-specific debugging
2015-04-17 Nicolas CapensOnly load a dependent library when it has an expected...
2015-04-17 Greg HartmanChanges to enable compile on Android JellyBean.
2015-04-13 Greg HartmanRemove -g from LDFLAGS.
2015-04-09 Greg HartmanPut debug information into the symbols files
2015-04-09 Alexis HetuAdding new object types for OpenGL ES 3.0
2015-03-25 Greg HartmanTurn on tracing on Android by default.
2015-03-23 Greg HartmanMakefiles for Android integration.