History log of /external/mesa3d/src/gallium/auxiliary/os/os_memory_aligned.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a2a1a5805fd617e7f3cc8be44dd79b50da07ebb9 21-Jul-2015 Ilia Mirkin <imirkin@alum.mit.edu> gallium: replace INLINE with inline

Generated by running:
git grep -l INLINE src/gallium/ | xargs sed -i 's/\bINLINE\b/inline/g'
git grep -l INLINE src/mesa/state_tracker/ | xargs sed -i 's/\bINLINE\b/inline/g'
git checkout src/gallium/state_trackers/clover/Doxyfile

and manual edits to
src/gallium/include/pipe/p_compiler.h
src/gallium/README.portability

to remove mentions of the inline define.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Acked-by: Marek Olšák <marek.olsak@amd.com>
/external/mesa3d/src/gallium/auxiliary/os/os_memory_aligned.h
525be9c0791e4a447335307b5f225273b9da0cca 22-Apr-2015 Jose Fonseca <jfonseca@vmware.com> os/os_memory_aligned.h: Handle integer overflow.

This code is only used when our memory debugging wrappers are enabled,
as we use the C runtime functions directly elsewhere.

Tested llvmpipe on Windows w/ memory debugging enabled.

VMware PR894263.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
/external/mesa3d/src/gallium/auxiliary/os/os_memory_aligned.h
24ea02553efccc52581479819d8ead8d2bb06aaf 04-Feb-2010 José Fonseca <jfonseca@vmware.com> os/os_memory_aligned.h: fix memory allocation alignment for 64 bits

Based on Andreia Gaita <shana@jitted.com>'s patch.
/external/mesa3d/src/gallium/auxiliary/os/os_memory_aligned.h
0b0e7057128c213bee8d2158b976869475f7cb42 03-Feb-2010 José Fonseca <jfonseca@vmware.com> os: New OS abstraction module.
/external/mesa3d/src/gallium/auxiliary/os/os_memory_aligned.h