summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dead gglFastDivx.Elliott Hughes2018-08-022-12/+0
* MIPS[64]: codeflinger: Fix build due to unused variable warningsMiodrag Dinic2017-11-064-136/+148
* Use -Werror in system/core/libpixelflingerChih-Hung Hsieh2017-11-0216-24/+22
* Va_end should be used with va_startMikhail Lappo2017-03-232-0/+2
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-1112-13/+12
* system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-205-0/+9
* system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-3014-126/+121
* Fix reference counting for AssemblyHans Boehm2016-08-164-7/+5
* Fix google-explicit-constructor warnings in system/core.Chih-Hung Hsieh2016-07-266-24/+24
* Remove dead rotate90CW_4x4_16v6.S.Elliott Hughes2016-07-131-62/+0
* Replace .align with .balign to avoid ambiguityNikola Veljkovic2016-07-1312-12/+12
* [mips] Resolve issue with .align directive, when using clang IASLazar Trsic2016-07-136-6/+6
* Remove qemu_tracing dependency.David 'Digit' Turner2016-06-216-39/+0
* Fix misc-macro-parentheses warnings in init and other core modules.Chih-Hung Hsieh2016-05-182-11/+11
* Don't include <machine/cpu-features.h>.Elliott Hughes2016-05-161-4/+0
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-251-12/+12
* libpixelflinger: Fix -Woverloaded-virtual warnings.James Hawkins2016-02-251-0/+8
* 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