summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_hash.h
Commit message (Collapse)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* add cso_hash_contains() functionAlan Hourihane2008-09-241-0/+6
|
* Create a sharable translate_cache and use it.Zack Rusin2008-04-231-2/+2
|
* add a way of removing an exact iterator from the hashZack Rusin2008-03-131-2/+14
|
* gallium: Add a bit of documentation to cso_hash.José Fonseca2008-03-131-15/+34
|
* document hash collision resolutionsZack Rusin2008-03-121-0/+10
|
* implement cache limits for csoZack Rusin2008-02-261-1/+3
| | | | by default set to 4096, which might be on the large side
* implement deleting of driver side cached state in cso'sZack Rusin2008-02-261-1/+0
|
* gallium: Wrap decls in extern "C".José Fonseca2008-02-231-0/+10
|
* gallium: Add cso convenience routine (from Keith's patch).José Fonseca2008-02-231-0/+9
|
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+62
"aux" is a reserved name on Windows (X_X)