Create a sharable translate_cache and use it.
authorZack Rusin <zack@tungstengraphics.com>
Wed, 23 Apr 2008 18:00:13 +0000 (14:00 -0400)
committerZack Rusin <zack@tungstengraphics.com>
Wed, 23 Apr 2008 18:01:08 +0000 (14:01 -0400)
commit5fcd84ab39318a371253b1a7285bc657fb82efed
tree10e858680172fd8dfadfed0228e18ac190a8a0fe
parentba47aabc9868b410cdfe3bc8b6d25a44a598cba2
Create a sharable translate_cache and use it.
src/gallium/auxiliary/cso_cache/cso_hash.h
src/gallium/auxiliary/draw/draw_pt_emit.c
src/gallium/auxiliary/draw/draw_pt_fetch.c
src/gallium/auxiliary/translate/Makefile
src/gallium/auxiliary/translate/SConscript
src/gallium/auxiliary/translate/translate.h
src/gallium/auxiliary/translate/translate_cache.c [new file with mode: 0644]
src/gallium/auxiliary/translate/translate_cache.h [new file with mode: 0644]