summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* Mesa: short-circuit case when looking up the same program twice in cacheKeith Whitwell2008-10-031-1/+1
|
* Program cache functions.Brian2007-10-301-0/+55
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.