summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
Commit message (Expand)AuthorAgeFilesLines
* Mark gglMulx and gglMulAddx as always_inlinePirama Arumuga Nainar2019-02-141-2/+3
* Add support for memfdJoel Fernandes2019-02-071-0/+1
* Ignore null-pointer-arithmetic warning from dlmalloc includeYi Kong2018-12-111-0/+1
* Ignore expansion-to-defined warning from dlmalloc includeYi Kong2018-12-101-0/+3
* Convert libpixelflinger to Android.bpDan Willemsen2018-11-1632-304/+248
* Move system/core/ off NO_ERROR.Elliott Hughes2018-10-083-11/+7
* Suppress implicit-fallthrough warnings.Chih-Hung Hsieh2018-09-173-3/+10
* Merge "libpixelflinger: Avoid using x18 register in blend implementation."Peter Collingbourne2018-08-301-13/+13
|\
| * libpixelflinger: Avoid using x18 register in blend implementation.Peter Collingbourne2018-08-291-13/+13
* | Remove unused -I of external/safe-iop.Elliott Hughes2018-08-291-2/+1
|/
* 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-241-2/+0
* Linux always has POSIX clocks available.Elliott Hughes2015-01-091-8/+0
* Remove dead code.Elliott Hughes2014-12-032-124/+0