History log of /system/core/libpixelflinger/codeflinger/MIPS64Assembler.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
30f991f251940be3ed11566fb71139852286f68a 10-Jan-2017 Mark Salyzyn <salyzyn@google.com> liblog: use log/log.h when utilizing ALOG macros

Test: compile
Bug: 30465923
Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
/system/core/libpixelflinger/codeflinger/MIPS64Assembler.cpp
66ce3e08c5632a20ea66bde6dd76397041edf034 28-Sep-2016 Mark Salyzyn <salyzyn@google.com> system/core Replace cutils/log.h with android/log.h

Should use android/log.h instead of cutils/log.h as a good example
to all others. Adjust header order to comply with Android Coding
standards.

Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I2c9cbbbd64d8dccf2d44356361d9742e4a9b9031
/system/core/libpixelflinger/codeflinger/MIPS64Assembler.cpp
ecc1972fb080734d55939997008f57063556e2b4 20-Apr-2016 David 'Digit' Turner <digit@google.com> Remove qemu_tracing dependency.

The feature is not implemented anymore (and has been for a very long time).
Moreover, this will allow us to cleanup hardware/ from any QEMU-specific
items.

BUG=25875346

Change-Id: I71488f4128c737dedf2b28433499fa6ffd29dcb5
/system/core/libpixelflinger/codeflinger/MIPS64Assembler.cpp
e0c9f2bc5a6ab19fa6e457a30a0f1231e09b0afb 15-Dec-2015 Ljubomir Papuga <ljubomir.papuga@imgtec.com> libpixelflinger: MIPS64 assembler test bug fix

Change-Id: I47f77790baabea85ee318976a2c44ab1c0c0b9cb
/system/core/libpixelflinger/codeflinger/MIPS64Assembler.cpp
606d4aecfb6a1e911dac207caeba617d1379c1f7 05-Nov-2015 Elliott Hughes <enh@google.com> Revert "Revert "Add MIPS64r6 support for libpixelflinger""

This reverts commit 7fd121788a892a0dfd4a9594304cad85fe366349.

Change-Id: Ic1204a8407c235b07c643764d5f2800631fecd72
/system/core/libpixelflinger/codeflinger/MIPS64Assembler.cpp
7fd121788a892a0dfd4a9594304cad85fe366349 05-Nov-2015 Elliott Hughes <enh@google.com> Revert "Add MIPS64r6 support for libpixelflinger"

This reverts commit ab5265ebe65eac3b9555eaa3f425cf8e2759d3b3.

This broke the mips64 build (which, stupidly, I hadn't tested):

system/core/libpixelflinger/codeflinger/MIPS64Assembler.h:24:35: fatal error: tinyutils/KeyedVector.h: No such file or directory
#include "tinyutils/KeyedVector.h"

Change-Id: I4fa1c04e196592fd1ef893a83c75261a55d32290
/system/core/libpixelflinger/codeflinger/MIPS64Assembler.cpp
ab5265ebe65eac3b9555eaa3f425cf8e2759d3b3 19-Oct-2015 Ljubomir Papuga <ljubomir.papuga@imgtec.com> Add MIPS64r6 support for libpixelflinger

Added ARMtoMips64Assembler class that translates ARM instructions to MIPS64r6
instructions.
Added MIPS64r6 assembly implementations for col32cb16_blend and t32cb16_blend
functions.
Added MIPS32r2 assembly implementation for col32cb16_blend function.
Added tests for MIPS64r6 (assembler, disassembler and assembly implementation
functions).
Added MIPS32 tests for assembly implementation functions.
Minor bug fixes for MIPS32r2 branch.

Change-Id: I69e49622117be5b8167628e9702db6aafb1849d7
/system/core/libpixelflinger/codeflinger/MIPS64Assembler.cpp