1. 05e7f7f Fix a few typos by Zoë Blade · 9 years ago
  2. 021e84f mesa/program_cache: calloc the correct size for the cache. by Dave Airlie · 10 years ago
  3. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  4. c4629ad mesa: don't memcmp() off the end of a cache key. by Chris Forbes · 11 years ago
  5. 2b7a972 Don't cast the return value of malloc/realloc by Matt Turner · 12 years ago
  6. e1cb12b prog_cache: Add some support for shader_programs in prog_cache. by Eric Anholt · 14 years ago
  7. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  8. ec2b92f mesa: rename src/mesa/shader/ to src/mesa/program/ by Brian Paul · 14 years ago[Renamed (98%) from src/mesa/shader/prog_cache.c]
  9. 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 14 years ago
  10. 26f8fad Remove _mesa_memset in favor of plain memset. by Kenneth Graunke · 14 years ago
  11. d63a36e Mesa: short-circuit case when looking up the same program twice in cache by Keith Whitwell · 16 years ago
  12. a56a59c gallium: implement full reference counting for vertex/fragment programs by Brian Paul · 16 years ago
  13. aec6009e fix a memleak by Brian · 17 years ago
  14. 0ee15e0 Program cache functions. by Brian · 17 years ago