summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use dlmalloc from external/dlmalloc instead of bionic/.Josh Gao2016-01-221-1/+1
* libpixelflinger: MIPS64 assembler test bug fixLjubomir Papuga2015-12-153-2/+8
* Add explicit cast to shut off clang warnings.Chih-Hung Hsieh2015-11-231-23/+23
* Add explicit cast to shut off clang warnings.Chih-Hung Hsieh2015-11-201-7/+7
* libpixelflinger: MIPS64r6 bug fixLjubomir Papuga2015-11-101-25/+0
* Revert "Revert "Add MIPS64r6 support for libpixelflinger""Elliott Hughes2015-11-0632-279/+5035
* Merge "Revert "Add MIPS64r6 support for libpixelflinger""Elliott Hughes2015-11-0532-5035/+279
|\
| * Revert "Add MIPS64r6 support for libpixelflinger"Elliott Hughes2015-11-0532-5035/+279
* | Merge "Add MIPS64r6 support for libpixelflinger"Elliott Hughes2015-11-0532-279/+5035
|\|
| * Add MIPS64r6 support for libpixelflingerLjubomir Papuga2015-10-2932-279/+5035
* | Merge "Fix some compiler warnings in libpixelflinger."Elliott Hughes2015-10-222-5/+5
|\ \
| * | Fix some compiler warnings in libpixelflinger.Elliott Hughes2015-10-212-5/+5
| |/
* | resolved conflicts for 32d86587 to mnc-dr-dev-plus-aospNarayan Kamath2015-09-0814-2168/+10
|\ \ | |/ |/|
| * libutils: Fix integer overflows in VectorImpl.Narayan Kamath2015-09-0214-2168/+10
* | To compile with llvm integrated assembler.Chih-Hung Hsieh2015-08-218-16/+6
|/
* pixelflinger: make self-containedGreg Hackmann2015-03-199-6/+1669
* Merge "pixelflinger: don't build static library"Greg Hackmann2015-03-171-18/+0
|\
| * pixelflinger: don't build static libraryGreg Hackmann2015-03-121-18/+0
* | Revert "pixelflinger: make self-contained"Paul Eastham2015-03-169-1669/+6
|/
* pixelflinger: make self-containedGreg Hackmann2015-03-129-6/+1669
* Remove obsolete BUILD_TINY_ANDROID.Elliott Hughes2015-01-251-2/+0
* Linux always has POSIX clocks available.Elliott Hughes2015-01-091-8/+0
* Remove dead code.Elliott Hughes2014-12-032-124/+0
* libpixelflinger should #define __ARM_HAVE_NEON.Elliott Hughes2014-12-031-0/+1
* Fix build.Dan Albert2014-11-281-10/+11
* Fix type cast error, should be char* not void*.Chih-Hung Hsieh2014-10-231-1/+1
* Add -no-integrated-as at local level.Chih-Hung Hsieh2014-10-064-0/+15
* Fix some clang compilation issues.Dan Albert2014-09-111-2/+2
* [MIPSR6] Skip pixelflinger, memset assembler code on mips32r6Duane Sand2014-07-313-9/+13
* Build pixelflinger tests as native tests, not executables.Narayan Kamath2014-06-266-6/+14
* pixelflinger: Use pointer arithmetic to determine cache flush parametersAshok Bhat2014-06-191-3/+3
* [MIPS64] Use generic cpu-independent libpixelflinger for mips64Duane Sand2014-06-032-6/+6
* Judge mmap failed by MAP_FAILED instead of NULLHurri Lu2014-05-211-1/+1
* Cleanup: warning fixit.Sasha Levitskiy2014-04-112-12/+7
* Fix the build for NEON in libpixelflingerKévin PETIT2014-03-062-1/+5
* Fix the handling of CodeCache return codes in pixelflingerKévin PETIT2014-02-261-2/+2
* Fix compiler warnings in libpixelflingerAshok Bhat2014-02-209-53/+54
* pixelflinger: support multilib buildsColin Cross2014-02-111-35/+31
* pixelflinger: use __builtin___clear_cache instead of cacheflushColin Cross2014-02-112-7/+3
* Use <stdint.h> for INT32_MIN and INT32_MAX.Elliott Hughes2014-01-241-2/+0
* system/core: rename aarch64 target to arm64Colin Cross2014-01-2321-174/+174
* Pixelflinger: Add AArch64 support to pixelflinger JIT.Ashok Bhat2013-12-1224-11/+4178
* Pixelflinger: Support for handling 64-bit addresses in GGL AssemblerAshok Bhat2013-12-127-19/+80
* Pixelflinger: Fix issue of pointers being stored in intsAshok Bhat2013-12-123-6/+6
* libpixelflinger: do not use anonymous structssynergy dev2013-11-251-5/+5
* Add liblogYing Wang2013-04-101-2/+2
* move tinyutils into its own namespaceMathias Agopian2013-04-0125-130/+185
* Remove unnecessary compiler pragma.Ian Rogers2012-08-291-8/+3
* Merge "Add MIPS support to pixelflinger."Jean-Baptiste Queru2012-08-2719-182/+3970
|\
| * Add MIPS support to pixelflinger.Paul Lind2012-08-1319-182/+3970