History log of /external/mesa3d/src/gallium/auxiliary/util/u_mm.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
34782eec31d66e6392390fdf47b1860af08bcde6 04-Dec-2015 Edward O'Callaghan <eocallaghan@alterapraxis.com> gallium/auxiliary: Fix zero integer literal to pointer comparison

Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
/external/mesa3d/src/gallium/auxiliary/util/u_mm.c
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/util/u_mm.c
d228e3cc8e7b6a3d4c6d554c5d9aed5e26be7ff0 22-Nov-2009 Zack Rusin <zackr@vmware.com> util: also print out memory statistics
/external/mesa3d/src/gallium/auxiliary/util/u_mm.c
94726bc69e5f9dbefb34a38695f2f51d81ff433f 28-Jul-2009 Brian Paul <brianp@vmware.com> gallium: minor code/comments clean-up
/external/mesa3d/src/gallium/auxiliary/util/u_mm.c
ea4bf267e4b023b08043f91ac44592fed1736e7f 18-Feb-2009 José Fonseca <jfonseca@vmware.com> util: Move p_debug.h into util module.

The debug functions depend on several util function for os abstractions, and
these depend on debug functions, so a seperate module is not possible.
/external/mesa3d/src/gallium/auxiliary/util/u_mm.c
80a718a63bf2fa817e346f0f5731ee9ef2e0e68b 05-Nov-2008 Brian Paul <brian.paul@tungstengraphics.com> Merge commit 'origin/gallium-0.1' into gallium-0.2

Conflicts:

src/gallium/auxiliary/rtasm/rtasm_execmem.c
src/mesa/shader/slang/slang_emit.c
src/mesa/shader/slang/slang_log.c
src/mesa/state_tracker/st_atom_framebuffer.c
766cb95a4564c48f35b5180155ab40320a68e371 30-Oct-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: new sanity assertions in mmAllocMem()
/external/mesa3d/src/gallium/auxiliary/util/u_mm.c
3ad56968f09397a8dd417eae025b9506efaf8414 29-Oct-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: prefix memory manager functions with u_ to differentiate from functions in mesa/main/mm.c
/external/mesa3d/src/gallium/auxiliary/util/u_mm.c
4f25420bdd834e81a3e22733304efc5261c2998a 25-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h

Also, rename p_tile.[ch] to u_tile.[ch]
/external/mesa3d/src/gallium/auxiliary/util/u_mm.c
17158c2f00f5bee29ec8239367fd5498f22e4a91 18-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Move mm.c code into util module.

Using the u_ prefix to distingish the c source files that support gallium
interfaces and those that have really no relation with gallium itself.
/external/mesa3d/src/gallium/auxiliary/util/u_mm.c