1. e854a98 glsl: add std430 interface packing support to ssbo related operations by Samuel Iglesias Gonsalvez · 10 years ago
  2. 1be180b glsl: Add std430 support to program_resource_visitor's member functions by Samuel Iglesias Gonsalvez · 9 years ago
  3. 8f0167c glsl: Add parser/compiler support for std430 interface packing qualifier by Samuel Iglesias Gonsalvez · 9 years ago
  4. 35476c2 glsl: Add std430 related member functions to glsl_type class by Samuel Iglesias Gonsalvez · 9 years ago
  5. a40f917 glsl: allow default qualifiers for shader storage block definitions by Samuel Iglesias Gonsalvez · 9 years ago
  6. 3763a0e glsl: Move interface block processing to glsl_parser_extras.cpp by Samuel Iglesias Gonsalvez · 9 years ago
  7. 9c1f10b glsl: ignore default qualifier declarations when checking for duplicate layout qualifiers by Samuel Iglesias Gonsalvez · 9 years ago
  8. 1300311 glsl: layout qualifier can appear more than once since OpenGL 4.20 by Samuel Iglesias Gonsalvez · 9 years ago
  9. 5bb5eee i965/wm: surfaces should have the API buffer size, not the drm buffer size by Samuel Iglesias Gonsalvez · 9 years ago
  10. eaa6f01 i965/wm: emit null buffer surfaces when null buffers are attached by Samuel Iglesias Gonsalvez · 10 years ago
  11. f5dd2c1 i965/fs/nir: implement nir_intrinsic_get_buffer_size by Samuel Iglesias Gonsalvez · 9 years ago
  12. b23eb64 i965/fs: Implement FS_OPCODE_GET_BUFFER_SIZE by Samuel Iglesias Gonsalvez · 10 years ago
  13. 65d7f5f i965/vec4/nir: implement nir_intrinsic_get_buffer_size by Samuel Iglesias Gonsalvez · 9 years ago
  14. 6485880 i965/vec4: Implement VS_OPCODE_GET_BUFFER_SIZE by Samuel Iglesias Gonsalvez · 9 years ago
  15. 003ce30 nir: Implement ir_unop_get_buffer_size by Samuel Iglesias Gonsalvez · 9 years ago
  16. 750c694 glsl: implement unsized array length by Samuel Iglesias Gonsalvez · 9 years ago
  17. 273f61a glsl: Add parser/compiler support for unsized array's length() by Samuel Iglesias Gonsalvez · 10 years ago
  18. 1440d2a glsl: Add unsized array support to glsl_type::std140_size() by Samuel Iglesias Gonsalvez · 9 years ago
  19. 68f5a4e glsl: fix indention in glsl_types.cpp by Samuel Iglesias Gonsalvez · 9 years ago
  20. f3f64cd glsl: add support for unsized arrays in shader storage blocks by Samuel Iglesias Gonsalvez · 10 years ago
  21. f45d39f6 glsl: return error if unsized arrays are found in OpenGL ES by Samuel Iglesias Gonsalvez · 9 years ago
  22. 6335c79 i965/fs: Do not split buffer variables by Iago Toral Quiroga · 10 years ago
  23. 2773a7c i965: handle visiting of ir_var_shader_storage variables by Iago Toral Quiroga · 10 years ago
  24. 37da6a2 i965: Upload Shader Storage Buffer Object surfaces by Iago Toral Quiroga · 10 years ago
  25. bdbabc5 i965: Set MaxShaderStorageBuffers for compute shaders by Iago Toral Quiroga · 10 years ago
  26. 36f392c i965: set ARB_shader_storage_buffer_object related constant values by Samuel Iglesias Gonsalvez · 9 years ago
  27. dfdeb94 i965: Implement DriverFlags.NewShaderStorageBuffer by Iago Toral Quiroga · 10 years ago
  28. 332ff00 i965: Use 64-byte offset alignment for shader storage buffers by Iago Toral Quiroga · 10 years ago
  29. 4cf908f mesa: set MAX_SHADER_STORAGE_BUFFERS to 16. by Samuel Iglesias Gonsalvez · 9 years ago
  30. 4639cea glsl: add packed varyings to program resource list by Tapani Pälli · 9 years ago
  31. a6b55be mesa: add packed_varyings list to gl_shader by Tapani Pälli · 9 years ago
  32. ebbe6cd i965/cs: Implement DispatchComputeIndirect support by Jordan Justen · 9 years ago
  33. d11d018 mesa/cs: Implement glDispatchComputeIndirect by Jordan Justen · 9 years ago
  34. 12cf91d mesa/cs: Support GL_DISPATCH_INDIRECT_BUFFER by Jordan Justen · 9 years ago
  35. 4a1ba7e mesa/cs: Add _mesa_validate_DispatchCompute by Jordan Justen · 9 years ago
  36. 19604d3 mesa: fix mipmap generation for immutable, compressed textures by Roland Scheidegger · 9 years ago
  37. d6bb46b glsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters. by Matt Turner · 9 years ago
  38. 7fee235 i965/vec4: check swizzle before discarding a uniform on a 3src operand by Alejandro Piñeiro · 9 years ago
  39. 1d04016 android: radeonsi: fix sid_tables.h missing LOCAL_MODULE_CLASS by Mauro Rossi · 9 years ago
  40. ebcc886 gallium/radeon: remove the percentage symbol from HUD temperature by Benjamin Bellec · 9 years ago
  41. 7bbce21 gallium/u_blitter: handle allocation failures by Marek Olšák · 9 years ago
  42. ae418a7 radeonsi: handle dummy constant buffer allocation failure by Marek Olšák · 9 years ago
  43. b737d9c radeonsi: don't forget to update scratch relocations for LS, HS, ES shaders by Marek Olšák · 9 years ago
  44. d556346 radeonsi: skip drawing if updating the scratch buffer fails by Marek Olšák · 9 years ago
  45. 1f99b0b radeonsi: skip drawing if PS fails to compile or upload by Marek Olšák · 9 years ago
  46. 237d7cc radeonsi: skip drawing if VS, TCS, TES, GS fail to compile or upload by Marek Olšák · 9 years ago
  47. 9b6d9dd radeonsi: handle fixed-func TCS shader create failure by Marek Olšák · 9 years ago
  48. 5dbadb0 radeonsi: handle shader precompile failures by Marek Olšák · 9 years ago
  49. 263f5a2 radeonsi: skip drawing if GS ring allocations fail by Marek Olšák · 9 years ago
  50. 22d3ccf radeonsi: skip drawing if the tess factor ring allocation fails by Marek Olšák · 9 years ago
  51. 5c219ab radeonsi: add malloc fail paths to si_create_shader_state by Marek Olšák · 9 years ago
  52. 394d67a radeonsi: report alloc failure from si_shader_binary_read by Marek Olšák · 9 years ago
  53. dea834e gallium/radeon: add a fail path for depth MSAA texture readback by Marek Olšák · 9 years ago
  54. f95e695 gallium/radeon: handle buffer alloc failures in r600_draw_rectangle by Marek Olšák · 9 years ago
  55. 282b378 gallium/radeon: handle buffer_map staging buffer failures better by Marek Olšák · 9 years ago
  56. cd27ff6 radeonsi: handle constant buffer alloc failures by Marek Olšák · 9 years ago
  57. 29dff6f radeonsi: handle index buffer alloc failures by Marek Olšák · 9 years ago
  58. f3a0819 st/mesa: fix front buffer regression after dropping st_validate_state in Blit by Marek Olšák · 9 years ago
  59. 21c1c7f wayland: Add copyright notice for wayland-egl.c by Kristian Høgsberg Kristensen · 9 years ago
  60. 2ea1696 i965: Respect stride and subreg_offset for ATTR registers by Kristian Høgsberg Kristensen · 9 years ago
  61. 200aee4 mesa: rework Driver.CopyImageSubData() and related code by Brian Paul · 9 years ago
  62. c8cb5ed st/xa: Fixups for PIPE_FORMAT_R8_UNORM A8 usage v2. by Thomas Hellstrom · 9 years ago
  63. 1614c39 st/mesa: keep track of saturated writes when eliminating dead code by Ilia Mirkin · 9 years ago
  64. 827d794 glsl: correctly detect inactive UBO arrays by Timothy Arceri · 9 years ago
  65. 71e1874 i965: add ARB_texture_barrier support by Ilia Mirkin · 9 years ago
  66. 31a36ff i965/gs: Fix extra level of indentation left by the previous commit. by Kenneth Graunke · 9 years ago
  67. df31c18 i965/gs: Use new NIR intrinsics. by Kenneth Graunke · 9 years ago
  68. 542d40d nir: Add new GS intrinsics that maintain a count of emitted vertices. by Kenneth Graunke · 9 years ago
  69. 0a04097 nir: Add unit tests for control flow graphs. by Kenneth Graunke · 9 years ago
  70. fbaa1b1 nir/cf: Fix dominance metadata in the dead control flow pass. by Kenneth Graunke · 9 years ago
  71. 6560838 nir/cf: Fix unlink_block_successors to actually unlink the second one. by Kenneth Graunke · 9 years ago
  72. 024e5ec nir/cf: Alter block successors before adding a fake link. by Kenneth Graunke · 9 years ago
  73. 0991b2e nir/cf: Conditionally do block_add_normal_succs() in unlink_jump(); by Kenneth Graunke · 9 years ago
  74. 9674c76 nir/cf: Don't break outer-block successors in split_block_beginning(). by Kenneth Graunke · 9 years ago
  75. e2637db nir/cf: Make a helper function for removing a predecessor. by Kenneth Graunke · 9 years ago
  76. 6a67ede nir: Validate that a block doesn't have two identical successors. by Kenneth Graunke · 9 years ago
  77. 8dcbca5 nir/lower_vec_to_movs: Don't emit unneeded movs by Jason Ekstrand · 9 years ago
  78. 65e80ce nir/lower_vec_to_movs: Properly handle source modifiers on vecN ops by Jason Ekstrand · 9 years ago
  79. aae0c88 i915: Make hw_prim[] const by Ville Syrjälä · 10 years ago
  80. 84fec75 t_dd_dmatmp: Make the render_tab[]s const by Ville Syrjälä · 10 years ago
  81. abbaf33 mesa: Remove unused HAVE_TRI_STRIP_1 defines by Ian Romanick · 9 years ago
  82. d830965 t_dd_dmatmp: Constify dmasz by Ian Romanick · 9 years ago
  83. 8e9968f t_dd_dmatmp: Silence comparison between signed and unsigned integer expression warnings by Ian Romanick · 9 years ago
  84. d663d8f t_dd_dmatmp: Use stdbool.h by Ian Romanick · 9 years ago
  85. b7259fc t_dd_dmatmp: General indentation and formatting fixes by Ian Romanick · 9 years ago
  86. 57ae5c2 t_dd_dmatmp: Indentation and formatting fixes after HAVE_ELTS change by Ian Romanick · 9 years ago
  87. 25b42f1 t_dd_dmatmp: Remove HAVE_ELTS support by Ian Romanick · 9 years ago
  88. 1f37495 t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_FANS change by Ian Romanick · 9 years ago
  89. 03c3208 t_dd_dmatmp: Require HAVE_TRI_FANS by Ian Romanick · 9 years ago
  90. 2e19ed3 t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_STRIPS change by Ian Romanick · 9 years ago
  91. fd97a05 t_dd_dmatmp: Require HAVE_TRI_STRIPS by Ian Romanick · 9 years ago
  92. 22b73f3 t_dd_dmatmp: Require HAVE_TRIANGLES by Ian Romanick · 9 years ago
  93. dcd8e49 t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINE_STRIPS change by Ian Romanick · 9 years ago
  94. 1ecdf95 t_dd_dmatmp: Require HAVE_LINE_STRIPS by Ian Romanick · 9 years ago
  95. 1ab8a69 t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINES change by Ian Romanick · 9 years ago
  96. b8461e0 t_dd_dmatmp: Require HAVE_LINES by Ian Romanick · 9 years ago
  97. 265624c t_dd_dmatmp: Indentation and formatting fixes after HAVE_QUADS change by Ian Romanick · 9 years ago
  98. 4ecc387 t_dd_dmatmp: Remove HAVE_QUADS support by Ian Romanick · 9 years ago
  99. 249ba09 t_dd_dmatmp: Remove HAVE_QUAD_STRIPS support by Ian Romanick · 9 years ago
  100. 25543d8 t_dd_dmatmp: Use addition instead of subtraction in loop bounds by Ian Romanick · 9 years ago