summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-202-26/+67
|/
* Add Mips support to libpixelflingerDuane Sand2012-05-303-1/+278
* Prevent bit shifting if num bits is negativeBhanu Chetlapalli2012-01-251-1/+2
* Rename LOG_ASSERT to ALOG_ASSERTSteve Block2012-01-171-6/+6
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-176-9/+9
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-171-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-173-5/+5
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-171-8/+8
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-171-4/+4
* Fix DEBUG_NEEDS usageVladimir Chtchetkine2011-08-291-1/+1
* pixelflinger: Provide more scanline shortcut functions.David 'Digit' Turner2011-04-161-40/+842
* am 4906db21: Merge "codeflinger: Correct misleading comment of STM instruction"Jean-Baptiste Queru2010-11-231-1/+1
|\
| * Merge "codeflinger: Correct misleading comment of STM instruction"Jean-Baptiste Queru2010-11-231-1/+1
| |\
| | * codeflinger: Correct misleading comment of STM instructionKan-Ru Chen2010-08-181-1/+1
* | | am 8e0e372a: Set PROT_EXEC on the whole pixelflinger code cache.Jean-Baptiste Queru2010-10-151-1/+1
|\ \ \