android_system_core/libpixelflinger/codeflinger
Ashok Bhat d10afb1748 Pixelflinger: Fix issue of pointers being stored in ints
Pixelflinger's code makes assumptions, at certain places,
that pointers can be stored as ints. This patch makes use
of uintptr_t wherever pointers are stored as int or cast
to int.

Change-Id: Ie76f425cbc82ac038a747f77a95bd31774f4a8e8
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
2013-12-12 17:30:13 +00:00
..
tinyutils move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
ARMAssembler.cpp Pixelflinger: Fix issue of pointers being stored in ints 2013-12-12 17:30:13 +00:00
ARMAssembler.h move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
ARMAssemblerInterface.cpp move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
ARMAssemblerInterface.h Add MIPS support to pixelflinger. 2012-08-13 11:41:15 -07:00
ARMAssemblerProxy.cpp move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
ARMAssemblerProxy.h move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
armreg.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
blending.cpp move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
CodeCache.cpp move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
CodeCache.h move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
disassem.c Adds support for UBFX to JIT and Disassembler 2010-05-28 17:04:36 +01:00
disassem.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
GGLAssembler.cpp move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
GGLAssembler.h move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
load_store.cpp move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
mips_disassem.c Add MIPS support to pixelflinger. 2012-08-13 11:41:15 -07:00
mips_disassem.h Add MIPS support to pixelflinger. 2012-08-13 11:41:15 -07:00
mips_opcode.h Add MIPS support to pixelflinger. 2012-08-13 11:41:15 -07:00
MIPSAssembler.cpp move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
MIPSAssembler.h move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00
texturing.cpp move tinyutils into its own namespace 2013-04-01 16:50:43 -07:00