summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_cache.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-206/+0
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-9/+9
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
* Mesa: short-circuit case when looking up the same program twice in cacheKeith Whitwell2008-10-031-8/+21
* gallium: implement full reference counting for vertex/fragment programsBrian Paul2008-05-071-2/+3
* fix a memleakBrian2008-01-011-0/+1
* Program cache functions.Brian2007-10-301-0/+191