Program cache functions.
authorBrian <brian.paul@tungstengraphics.com>
Tue, 30 Oct 2007 18:23:22 +0000 (12:23 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 30 Oct 2007 18:25:25 +0000 (12:25 -0600)
commit0ee15e050bddad45ef6424e67c2ce75095d90745
treeef11949a2c60524409c0f05bba3ec11499667666
parent2f496ff9574ad99f8d85b5d63e97b15faf5aee39
Program cache functions.

Generic version of cache code from texenvprogram.c and t_vp_build.c
Not used by those files just yet, will also be used for pixel_transfer programs.
src/mesa/shader/prog_cache.c [new file with mode: 0644]
src/mesa/shader/prog_cache.h [new file with mode: 0644]