1. 8258c58 gallium: Fix leak of bound SSBOs at CSO context destruction. by Eric Anholt · 3 years, 8 months ago
  2. b88778e mesa/st: avoid u_vbuf for GLES by Rob Clark · 4 years, 3 months ago
  3. 7e525d2 gallium: initialize viewport swizzle in cso_set_viewport_dims by Karol Herbst · 4 years, 3 months ago
  4. 2dc3004 gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cache by Marek Olšák · 4 years, 5 months ago
  5. c9e4dc8 gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element by Marek Olšák · 4 years, 6 months ago
  6. eb1e10d gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs) by Marek Olšák · 4 years, 7 months ago
  7. 9f6020a gallium/cso_context: move non-vbuf vertex buffer and element code into helpers by Marek Olšák · 4 years, 7 months ago
  8. ce648b9 gallium: put u_vbuf_get_caps return values into u_vbuf_caps by Marek Olšák · 4 years, 7 months ago
  9. 19ffcba mesa/st: Expose compute shaders when NIR support is advertised. by Eric Anholt · 6 years ago
  10. 03ac970 gallium/aux/cso_cache: Fix various warnings by Gert Wollny · 6 years ago
  11. 3e27b37 cso: check count == 0 in cso_set_vertex_buffers by Marek Olšák · 6 years ago
  12. 86d63b5 gallium: remove aux_vertex_buffer_slot code by Marek Olšák · 6 years ago
  13. 096942b gallium/pp: use user constant buffers by Marek Olšák · 6 years ago
  14. b923f21 cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroy by Roland Scheidegger · 6 years ago
  15. b03ade5 cso: add a couple sanity check assertions in cso_draw_vbo() by Brian Paul · 6 years ago
  16. 7469966 cso: add point rasterization sanity check assertion by Brian Paul · 7 years ago
  17. e20364d cso: add cso_get_pipe_context by Marek Olšák · 7 years ago
  18. 0e0fc1c cso: don't return errors from sampler functions by Marek Olšák · 7 years ago
  19. 4d6fab2 cso: don't track the number of sampler states bound by Marek Olšák · 7 years ago
  20. 330d060 gallium: remove pipe_index_buffer and set_index_buffer by Marek Olšák · 7 years ago
  21. c24c3b9 gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes by Marek Olšák · 7 years ago
  22. b0d3938 gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition() by Brian Paul · 7 years ago
  23. ed66c9d cso: s/unsigned/enum pipe_shader_type/ by Brian Paul · 7 years ago
  24. e0f95dd gallium: let state trackers tell u_vbuf whether user VBOs are possible by Marek Olšák · 7 years ago
  25. 95eb5e4 cso: Make sanitize_hash safe for samplers by Michel Dänzer · 8 years ago
  26. 745e2ea cso: Store hash key in struct cso_sampler by Michel Dänzer · 8 years ago
  27. 9e14238 cso: Optimize cso_save/restore_fragment_samplers by Michel Dänzer · 8 years ago
  28. 5e70f80 cso: Store pointers to struct cso_sampler in struct sampler_info by Michel Dänzer · 8 years ago
  29. 3d661a1 cso: Don't restore nr_samplers in cso_restore_fragment_samplers by Michel Dänzer · 8 years ago
  30. 4c53267 gallium: Use enum pipe_shader_type in set_shader_images() by Kai Wasserbäch · 8 years ago
  31. 532db3b gallium: Use enum pipe_shader_type in set_sampler_views() by Kai Wasserbäch · 8 years ago
  32. 7413625 gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) by Kai Wasserbäch · 8 years ago
  33. 9411eb6 gallium/cso: avoid unnecessary null dereference by Eric Engestrom · 8 years ago
  34. d9893fe gallium/cso: allow saving the first fragment shader image slot by Nicolai Hähnle · 8 years ago
  35. 5888c47 cso: remove / add some comments by Brian Paul · 8 years ago
  36. 68116dc cso: null-out previously bound sampler states by Brian Paul · 8 years ago
  37. e599b8f gallium: pause queries for all meta ops by Marek Olšák · 8 years ago
  38. 535002f gallium/cso: fix indentation by Thomas Hindoe Paaboel Andersen · 8 years ago
  39. dfc95ad gallium/cso: only enable compute shaders when TGSI is supported by Samuel Pitoiset · 8 years ago
  40. ffa1a1d cso: make most of the cso_save/restore_x() functions static by Brian Paul · 8 years ago
  41. 9403571 cso: add new cso_save/restore_state() functions by Brian Paul · 8 years ago
  42. f7af12a cso: add new cso_set_viewport_dims() helper by Brian Paul · 8 years ago
  43. 61ed09c gallium/cso: add support for compute shaders by Samuel Pitoiset · 9 years ago
  44. 150c289 gallium/auxiliary: Sanitize NULL checks into canonical form by Edward O'Callaghan · 9 years ago
  45. 2369dc8 cso: eliminate some sampler function wrappers by Marek Olšák · 9 years ago
  46. 4ef7d93 cso: remove clip state handling by Marek Olšák · 9 years ago
  47. b7492a1 cso: only allow saving and restoring fragment sampler states by Marek Olšák · 9 years ago
  48. 4e8bbed cso: drop inefficient checking for redundant sampler state changes by Marek Olšák · 9 years ago
  49. 3639d66 cso: only allow saving and restoring fragment sampler views by Marek Olšák · 9 years ago
  50. a2a1a58 gallium: replace INLINE with inline by Ilia Mirkin · 9 years ago
  51. e4201bb cso: add context cleanup code from st/mesa by Marek Olšák · 9 years ago
  52. ed1b273 gallium/cso: set NULL shaders at context destruction by Marek Olšák · 10 years ago
  53. 2a7da1b gallium/cso: add support for tessellation shaders by Marek Olšák · 9 years ago
  54. 02e93be cso: minor comment fix by Brian Paul · 9 years ago
  55. 0a60ebe cso: put cso_release_all into cso_destroy_context by Marek Olšák · 10 years ago
  56. bbbe3b6 u_vbuf: Simplify the format fallback translation. by Eric Anholt · 10 years ago
  57. 33f2737 cso: fix stream-out clean up in cso_release_all() by Brian Paul · 10 years ago
  58. c5d822d mesa/st: add support for ARB_sample_shading by Ilia Mirkin · 10 years ago
  59. 5a2f8b2 cso: check for no sampler view changes in cso_set_sampler_views() by Brian Paul · 10 years ago
  60. 2355a64 cso: fix sampler view count in cso_set_sampler_views() by Brian Paul · 10 years ago
  61. dfa25ea gallium: allow setting of the internal stream output offset by Zack Rusin · 10 years ago
  62. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  63. 95bf222 cso_context: Fix cso_context::sample_mask initial value. by José Fonseca · 11 years ago
  64. e47af58 st/mesa: implement layered framebuffer clear for the clear_with_quad fallback by Marek Olšák · 11 years ago
  65. ca39f4e gallium/cso: fix sampler / sampler_view counts by Roland Scheidegger · 11 years ago
  66. a3ed98f gallium: new, unified pipe_context::set_sampler_views() function by Brian Paul · 11 years ago
  67. e96c55f cso: fix incorrect sampler view count in cso_restore_sampler_views() by Brian Paul · 11 years ago
  68. 1e2fbf2 cso: make sure all sampler states are set/cleared by Brian Paul · 11 years ago
  69. 1446600 cso: remove use of old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  70. 5cba872 cso: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  71. 793e8e3 gallium: add condition parameter to render_condition by Roland Scheidegger · 11 years ago
  72. eaabb4e gallium: Add support for multiple viewports by Zack Rusin · 11 years ago
  73. d1b91e3 cso: add constant buffer save/restore feature for postprocessing by Marek Olšák · 11 years ago
  74. 3a55563 gallium/cso: don't use the pipe_error return type where it's not needed by Marek Olšák · 12 years ago
  75. eae9674 gallium: manage render condition in cso_context and fix postprocessing w/ it by Marek Olšák · 12 years ago
  76. e73bf3b gallium: add start_slot parameter to set_vertex_buffers by Marek Olšák · 12 years ago
  77. cab2fed gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define by Brian Paul · 12 years ago
  78. 3487b93 cso: rearrange some structure fields for consistency by Brian Paul · 12 years ago
  79. e768930 gallium: set sample mask to ~0 for clear, blit and gen_mipmap by Marek Olšák · 12 years ago
  80. 832706a cso: remove unreachable break statements by Brian Paul · 12 years ago
  81. 076e5ea cso: 80-column wrapping, remove trailing whitespace, etc by Brian Paul · 12 years ago
  82. ea6f035 gallium: consolidate CSO sampler and sampler_view functions by Brian Paul · 12 years ago
  83. 46fe179 cso: cso_context should install u_vbuf by itself and not st/mesa by Marek Olšák · 12 years ago
  84. e0773da gallium: make user vertex buffers optional by Marek Olšák · 12 years ago
  85. 76eefcc cso: add set_index_buffer and draw_vbo passthrough functions by Marek Olšák · 12 years ago
  86. 6f03692 cso: unreference saved vertex buffers when restoring by Marek Olšák · 12 years ago
  87. 32f833e gallium/cso: kill off non-functional shader caching by Marek Olšák · 12 years ago
  88. dc4c821 Squash-merge branch 'gallium-clip-state' by Marek Olšák · 13 years ago
  89. cf59483 gallium: fix a crash in drivers that don't support stream output by Fredrik Höglund · 13 years ago
  90. c05fafa st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2 by Marek Olšák · 13 years ago
  91. d2633af st/mesa: set geometry shader to NULL when doing internal drawing by Marek Olšák · 13 years ago
  92. c5e4802 gallium/cso_cache: remove one call to pipe_sampler_view_reference by Marek Olšák · 13 years ago
  93. d5062fb gallium: always save and restore vertex buffers using cso_cache by Marek Olšák · 14 years ago
  94. c5fb2c6 cso: don't tell drivers to bind null samplers, sampler views by Brian Paul · 13 years ago
  95. c06fa98 cso: refactor texture sampler and sampler view code by Brian Paul · 13 years ago
  96. 5f30e0b cso: rename fragment sampler-related fields by Brian Paul · 13 years ago
  97. d087cfa cso: fix loop bound in cso_set_vertex_samplers() by Brian Paul · 13 years ago
  98. 4460e9f cso: handle depth clamp by Marek Olšák · 14 years ago
  99. e845765 gallium/cso: check for set_vertex_sampler_views != NULL before calling it by Brian Paul · 14 years ago
  100. 1d298a3 gallium/cso: unbind sampler views in cso_release_all() by Brian Paul · 14 years ago