aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_cache.c
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-8/+8
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-211-0/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* Fix a few typosZoë Blade2015-04-271-1/+1
* mesa/program_cache: calloc the correct size for the cache.Dave Airlie2014-09-021-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: don't memcmp() off the end of a cache key.Chris Forbes2013-04-061-2/+9
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-2/+2
* prog_cache: Add some support for shader_programs in prog_cache.Eric Anholt2011-03-111-4/+49
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+206