History log of /system/core/libpixelflinger/arch-mips/col32cb16blend.S
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1109f115bd016e82a4d8304b17fdaa4d3e577ba4 13-Jul-2016 Nikola Veljkovic <Nikola.Veljkovic@imgtec.com> Replace .align with .balign to avoid ambiguity

Directive .align is arch-dependent, .balign is not.

Change-Id: Ibf2097da29f743f2c87c79d2a88ce1abd0aa6227
/system/core/libpixelflinger/arch-mips/col32cb16blend.S
980b6326831019e4267e976d64e3d1f56dd7478e 13-Jul-2016 Lazar Trsic <Lazar.Trsic@imgtec.com> [mips] Resolve issue with .align directive, when using clang IAS

Clang IAS does not support .align without args, concrete value is needed.

Change-Id: I50e20c374b8e88966310c0c9e6cc41eea054eb32
/system/core/libpixelflinger/arch-mips/col32cb16blend.S
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/arch-mips/col32cb16blend.S
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/arch-mips/col32cb16blend.S
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/arch-mips/col32cb16blend.S