History log of /external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
147fd00bb36917f8463aacd49a26e95ca0926255 04-Dec-2015 Edward O'Callaghan <eocallaghan@alterapraxis.com> gallium/auxiliary: Trivial code style cleanup

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_hash_table.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_hash_table.c
877128505431adaf817dc8069172ebe4a1cdf5d8 17-Jan-2014 José Fonseca <jfonseca@vmware.com> s/Tungsten Graphics/VMware/

Tungsten Graphics Inc. was acquired by VMware Inc. in 2008. Leaving the
old copyright name is creating unnecessary confusion, hence this change.

This was the sed script I used:

$ cat tg2vmw.sed
# Run as:
#
# git reset --hard HEAD && find include scons src -type f -not -name 'sed*' -print0 | xargs -0 sed -i -f tg2vmw.sed
#

# Rename copyrights
s/Tungsten Gra\(ph\|hp\)ics,\? [iI]nc\.\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./g
/Copyright/s/Tungsten Graphics\(,\? [iI]nc\.\)\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./
s/TUNGSTEN GRAPHICS/VMWARE/g

# Rename emails
s/alanh@tungstengraphics.com/alanh@vmware.com/
s/jens@tungstengraphics.com/jowen@vmware.com/g
s/jrfonseca-at-tungstengraphics-dot-com/jfonseca-at-vmware-dot-com/
s/jrfonseca\?@tungstengraphics.com/jfonseca@vmware.com/g
s/keithw\?@tungstengraphics.com/keithw@vmware.com/g
s/michel@tungstengraphics.com/daenzer@vmware.com/g
s/thomas-at-tungstengraphics-dot-com/thellstom-at-vmware-dot-com/
s/zack@tungstengraphics.com/zackr@vmware.com/

# Remove dead links
s@Tungsten Graphics (http://www.tungstengraphics.com)@Tungsten Graphics@g

# C string src/gallium/state_trackers/vega/api_misc.c
s/"Tungsten Graphics, Inc"/"VMware, Inc"/

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
5d42e3988de8b3e1b37d8c21d18db240bc8b4096 17-Oct-2009 José Fonseca <jfonseca@vmware.com> util: Rename from u_* to util_* while we're at it.

To be consistent with the rest.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
3924d8611513eea74446d655b554596ab66381ff 16-Oct-2009 Corbin Simpson <MostAwesomeDude@gmail.com> util: Change function names to begin with u_.

Avoids link-time clashes with Mesa's internal hash table.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
4873031e29e0e8f654f78307e6ec885e68a54d86 21-Jun-2009 Zack Rusin <zack@kde.org> util: fix possible null pointer usage

found by the clang static analyzer
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.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_hash_table.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_hash_table.c
665b327a47ce80d136e91cfafedbc165227ea168 08-May-2008 José Fonseca <jrfonseca@tungstengraphics.com> gallium: Really free hash entries.

Hook up to the new cso_hash_erase function.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
d26139d6a19aaf8b4dbbaa1ee937fed2283923e4 18-Mar-2008 José Fonseca <jrfonseca@tungstengraphics.com> d3d: Add function to walk through all items in the hash table.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
42f28684168ff88942f51fb01377702570d9d4d7 13-Mar-2008 José Fonseca <jrfonseca@tungstengraphics.com> gallium: General purpose hash table, which is actually just a convenient frontend to cso_hash.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c