1. 3890212 gallium: replace // comments with /* */ by Brian Paul · 15 years ago
  2. 124a6b1 gallium: rearrange some members to avoid memory holes/padding by Zack Rusin · 15 years ago
  3. 45bde75 gallium: Remove some superfluous instances of #include "p_inlines.h". by Michel Dänzer · 16 years ago
  4. 2299f21 gallium: standardize api on the prefix "nr" by Zack Rusin · 16 years ago
  5. f68d2a0 gallium: fix surface object memory leak in cso module by Brian Paul · 16 years ago
  6. f10e7f0 gallium: fix lack of surface reference counting in cso_set/save/restore_framebuffer() by Brian Paul · 16 years ago
  7. 4f25420 gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h by Brian Paul · 16 years ago
  8. c208a2c Merge tgsi/exec and tgsi/util directories. by José Fonseca · 16 years ago
  9. 359058e cso: use memcpy rather than structure asignment for copying by Keith Whitwell · 16 years ago
  10. d2ec02f Merge branch 'gallium-0.1' into gallium-tex-surfaces by Michel Dänzer · 16 years ago
  11. 1dfb3d4 cso_cache: Fix test for currently bound blend state. by Michel Dänzer · 16 years ago
  12. 251db95 cso: can memcmp-compare pipe_framebuffer_state now it includes fb dimensions by Keith Whitwell · 16 years ago
  13. 026e31a try to fix the deleting of the bound cso during cleanup of the hash by Zack Rusin · 16 years ago
  14. 386102c gallium: make cso_release_all() public by Brian Paul · 16 years ago
  15. a418049 gallium: minor clean-ups, comments by Brian Paul · 16 years ago
  16. ac79532 gallium: tweak the new shader delete funcs by Brian Paul · 16 years ago
  17. f2c3125 gallium: added cso_delete_vertex_fragment_shader() functions by Brian Paul · 16 years ago
  18. 4f93a3a gallium: Fix texture refcount leak. by José Fonseca · 16 years ago
  19. 8f4f89c gallium: remove assertions by Brian Paul · 16 years ago
  20. 88f8eed cso: fix vs/fs confusion by Keith Whitwell · 16 years ago
  21. ed187d3 make the api consistent (all set functions return pipe_error status) by Zack Rusin · 16 years ago
  22. 0879237 handle some of the possible allocation failures within the hash itself by Zack Rusin · 16 years ago
  23. 9fe6392 initial stab at error handling in cso by Zack Rusin · 16 years ago
  24. 9a0e686 cso: disable not-really-working cso_set_*_shader() funcs by Keith Whitwell · 16 years ago
  25. 1dc5e56 cso: provide functions to bind fs/vs handles directly by Keith Whitwell · 16 years ago
  26. d3045eb gallium: Hash the fragment shader tokens, instead of pipe_shader_state. by José Fonseca · 16 years ago
  27. 08717d9 gallium: Do not mistake pipe state objects for state tracker state objects. by José Fonseca · 16 years ago
  28. 29858e1 gallium: Refcount textures. by José Fonseca · 16 years ago
  29. 8dd90ee gallium: temporarily disable the memcmp() in cso_set_framebuffer() by Brian · 16 years ago
  30. b456692 gallium: fix bug in cso_single_sampler_done() in computation of nr_samplers by Brian Paul · 16 years ago
  31. 7d95efd gallium: implement CSO save/restore functions for use by meta operations (blit, gen-mipmaps, quad-clear, etc) by Brian · 16 years ago
  32. e5b19a0 gallium: added cso_unset_*() functions by Brian · 16 years ago
  33. cb29454 gallium: remove a debug printf by Brian Paul · 16 years ago
  34. 30fab81 gallium: fix fs/vs typo in cso_set_vertex_shader() by Brian · 17 years ago
  35. b041dbe gallium: avoid deleting currently-bound CSO's on cache destruction by Keith Whitwell · 17 years ago
  36. d8d6569 cso: fix line endings by Keith Whitwell · 17 years ago
  37. ac87bc1 cso: Use MALLOC by Keith Whitwell · 17 years ago
  38. 5d802d8 cso: add a higher-level interface which does all pipe interactions to set a given state by Keith Whitwell · 17 years ago