OSDN Git Service

Prevent floating-point error accumulation during blitting.
[android-x86/external-swiftshader.git] / src / Android.mk
2018-04-10 Greg HartmanCorrect confusion between Android O and O MR1
2018-03-07 Chih-Hung HsiehUse -Werror in Android builds.
2017-10-26 Nicolas CapensUse more explicit include paths.
2017-08-31 Nicolas CapensClarify new dependencies since project Treble.
2017-08-31 Jiyong ParkBuild lib*_swiftshader with BOARD_VNDK_VERSION
2017-08-11 Nicolas CapensRestrict building Subzero to Marshmallow and up.
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 CapensBuild Subzero from the subtree directory.
2017-05-03 Nicolas CapensAdd Subzero as a Git subtree.
2017-05-02 Nicolas CapensBuild with Subzero for Android on ARM.
2016-09-28 Nicolas CapensRename Nucleus.cpp to LLVMReactor.cpp.
2016-09-28 Nicolas CapensAbstract the Routine class.
2016-05-16 Nicolas CapensMove Khronos OpenGL headers to top-level include directory.
2016-05-10 Nicolas CapensRemove the watermark logo.
2016-05-10 Nicolas CapensMove LLVM to /third_party.
2016-04-29 Nicolas CapensUse a wildcard for detecting GCE builds.
2016-03-24 Nicolas CapensRefactor NameSpace into a template class.
2016-01-15 Nicolas CapensMove parameter reading to routine constructor.
2015-12-31 Nicolas CapensEliminate AndroidCommon header and source.
2015-12-09 Nicolas CapensUse stlport prior to Marshmallow.
2015-12-07 Greg HartmanFixes for JBMR0 compile (API 16)
2015-12-01 Nicolas CapensBuild SwiftShader for sdk_google targets.
2015-11-13 Greg HartmanFix go/ab builds for jb-mr1
2015-11-13 Nicolas CapensDisplay the watermark on AOSP images
2015-11-03 Greg HartmanEnsure that make reaches deep enough in the tree.
2015-10-08 Greg HartmanSet default thread count to 1 for debug builds.
2015-09-30 Alexis HetuETC2 decoder
2015-09-21 Greg HartmanCreate debug builds of more SwiftShader projects
2015-07-21 Alexis HetuSplitting PixelRoutine into PixelProgram and PixelPipeline
2015-06-26 Greg HartmanFix some warnings
2015-05-28 Greg HartmanRemove direct references to stlport. These break the...
2015-05-18 Greg HartmanTurn off tracing on the release build
2015-05-15 Greg HartmanSuppress unused parameter warnings
2015-05-06 Greg HartmanMakefile updates to productionize the release
2015-04-28 Nicolas CapensCombine es2::Image and es1::Image into egl::Image.
2015-04-25 Greg HartmanInitial work to connect gralloc to egl::Image
2015-04-17 Greg HartmanRevise the SwiftShader makefiles to avoid compile errors