1. 2ec5f3e i965/cs: Re-emit push constants and cs_state on new batches by Jordan Justen · 9 years ago
  2. 1665d29 mesa/cs: Add MESA_VERBOSE=api support in DispatchCompute* by Jordan Justen · 9 years ago
  3. 952366a util: Fix strndup prototype on C++. by Jose Fonseca · 9 years ago
  4. c0722be mesa: fix ARRAY_SIZE query for GetProgramResourceiv by Tapani Pälli · 9 years ago
  5. 12d510a glsl: Fix forward NULL dereference coverity warning by Iago Toral Quiroga · 9 years ago
  6. 1dc2db7 glsl: Fix null return coverity warning by Iago Toral Quiroga · 9 years ago
  7. 6bf718f glsl: Fix unused value warning reported by Coverity by Iago Toral Quiroga · 9 years ago
  8. bea66d2 util: implement strndup for WIN32 by Samuel Iglesias Gonsalvez · 9 years ago
  9. 7efb235 glsl: use correct number of uniform blocks in error message by Samuel Iglesias Gonsalvez · 9 years ago
  10. 6668eb5 mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks by Samuel Iglesias Gonsalvez · 9 years ago
  11. 38004eb main: fix ACTIVE_UNIFORM_BLOCKS value by Samuel Iglesias Gonsalvez · 9 years ago
  12. 589249a docs: add news item and link release notes for 11.0.2 by Emil Velikov · 9 years ago
  13. dda02d2 docs: add sha256 checksums for 11.0.2 by Emil Velikov · 9 years ago
  14. 58e02b2 docs: add release notes for 11.0.2 by Emil Velikov · 9 years ago
  15. 945592f i965/gen9: Add a condition for starting pixel in fast copy blit by Anuj Phogat · 9 years ago
  16. 1d8cba9 nouveau: wait to unref the transfer's bo until it's no longer used by Ilia Mirkin · 9 years ago
  17. 3a6b9a7 nouveau: delay deleting buffer with unflushed fence by Ilia Mirkin · 9 years ago
  18. d4e650b nouveau: be more careful about freeing temporary transfer buffers by Ilia Mirkin · 9 years ago
  19. 4c5308b i965: Rename intel_miptree_get_dimensions_for_image() by Anuj Phogat · 9 years ago
  20. 0bfd914 i965/gen9: Fix {src, dst}_pitch alignment check for XY_FAST_COPY_BLT by Anuj Phogat · 9 years ago
  21. 0fa39bf i965: Fix {src, dst}_pitch alignment check for XY_SRC_COPY_BLT by Anuj Phogat · 9 years ago
  22. e83b07a i965: Move conversion of {src, dst}_pitch to dwords outside if/else by Anuj Phogat · 9 years ago
  23. 4852854 i965: Delete temporary variable 'src_pitch' by Anuj Phogat · 9 years ago
  24. bbbc9fd i965: Use helper function intel_get_tile_dims() in surface setup by Anuj Phogat · 9 years ago
  25. 1dc41be i965: Use intel_get_tile_dims() to get tile masks by Anuj Phogat · 9 years ago
  26. 21fdc59 i965: Add a helper function intel_get_tile_dims() by Anuj Phogat · 9 years ago
  27. 5edd996 mesa: Use the effective internal format instead for validation by Eduardo Lima Mitev · 9 years ago
  28. c6bf1cd mesa: Move _mesa_base_tex_format() from teximage to glformats files by Eduardo Lima Mitev · 9 years ago
  29. 15ab968 mesa: Fix order of format+type and internal format checks for glTexImageXD ops by Eduardo Lima Mitev · 9 years ago
  30. 7cdd818 egl: Fix missing Haiku include path by Alexander von Gluck IV · 9 years ago
  31. 255a225 state_trackers/hgl: Fix missing include path by Alexander von Gluck IV · 9 years ago
  32. b612922 i965/fs: Fix hang on IVB and VLV with image format mismatch. by Francisco Jerez · 9 years ago
  33. 2518645 clover: Implement clCreateImage?D w/ clCreateImage. by Serge Martin · 9 years ago
  34. f2c52e3 clover: Implement CL1.2 clCreateImage(). by Serge Martin · 9 years ago
  35. 92666b9 clover: Move down canonicalization of memory object flags into validate_flags(). by Francisco Jerez · 9 years ago
  36. 2b9248d docs: mention ARB_shader_storage_buffer_object on 11.1.0 release notes by Samuel Iglesias Gonsalvez · 9 years ago
  37. e7ae6d9 glsl: revert "glsl: atomic counters can be declared as buffer-qualified variables" by Iago Toral Quiroga · 9 years ago
  38. 5bff12e gallium/util: avoid unreferencing random memory on buffer alloc failure by Ilia Mirkin · 9 years ago
  39. 6dd059f mesa: don't leak interface_name by Ilia Mirkin · 9 years ago
  40. e413d2f glsl: fix component size calculation for tessellation and geom shaders by Timothy Arceri · 9 years ago
  41. 3c63a2d docs/GL3.txt: fix typo by Boyan Ding · 9 years ago
  42. d6a41b5 i965/gs: Optimize away the EOT write on Gen8+ with static vertex count. by Kenneth Graunke · 9 years ago
  43. 08fe579 i965/gs: Allow src0 immediates in GS_OPCODE_SET_WRITE_OFFSET. by Kenneth Graunke · 9 years ago
  44. f0a618e i965: Implement "Static Vertex Count" geometry shader optimization. by Kenneth Graunke · 9 years ago
  45. bcef2ab i965: Move GS_THREAD_END mlen calculations out of the generator. by Kenneth Graunke · 9 years ago
  46. 02530c5 nir: Add a function to count the number of vertices a GS emits. by Kenneth Graunke · 9 years ago
  47. df221f6 i965: Simplify handling of VUE map changes. by Kenneth Graunke · 9 years ago
  48. 6301af2 i965/gs: Remove the dependency on the VS VUE map. by Kenneth Graunke · 9 years ago
  49. 99df02c i965: Don't re-layout varyings for separate shader programs. by Kenneth Graunke · 9 years ago
  50. 1e51803 i965/vue: Make assign_vue_map() take an explicit slot. by Kenneth Graunke · 9 years ago
  51. 268008f i965: Initialize unused VUE map slots to BRW_VARYING_SLOT_PAD. by Kenneth Graunke · 9 years ago
  52. 39d4b55 i965: Fix BRW_VARYING_SLOT_PAD handling in the scalar VS backend. by Kenneth Graunke · 9 years ago
  53. 511a863 main/tests: Enable glShaderStorageBlockBinding() check in dispatch_sanity test by Samuel Iglesias Gonsalvez · 9 years ago
  54. d2d4f00 docs: add news item and link release notes for 11.0.1 by Emil Velikov · 9 years ago
  55. 5d08669 docs: add sha256 checksums for 11.0.1 by Emil Velikov · 9 years ago
  56. aeec994 docs: add release notes for 11.0.1 by Emil Velikov · 9 years ago
  57. abdab88 glsl: calculate component size for arrays of arrays when varying packing disabled by Timothy Arceri · 10 years ago
  58. 1d401f9 glsl: validate binding qualifier for AoA by Timothy Arceri · 9 years ago
  59. 9bad7af glsl: add helper for calculating size of AoA by Timothy Arceri · 9 years ago
  60. 776a384 glsl: clean-up link uniform code by Timothy Arceri · 9 years ago
  61. 9932142 radeonsi: add scratch buffer to the buffer list when it's re-allocated by Marek Olšák · 9 years ago
  62. 1e97b41 radeon/vce: fix vui time_scale zero error by Leo Liu · 9 years ago
  63. 1dd943d mesa: Add locking to programs. by Matt Turner · 9 years ago
  64. 3c57a10 mesa: Add locking to sampler objects. by Matt Turner · 9 years ago
  65. d4b0e0b mesa: Remove debugging code from _mesa_reference_*. by Matt Turner · 9 years ago
  66. c8dc04d c11/threads: Assert that mtx is non-NULL and check return values. by Matt Turner · 9 years ago
  67. 266d05a glsl: fix packed varyings interface type and add default case by Tapani Pälli · 9 years ago
  68. e92c35a glsl: Mark as active all elements of shared/std140 block arrays by Antia Puentes · 9 years ago
  69. 065e7d3 docs: Mark ARB_shader_storage_buffer_object as done for i965 by Iago Toral Quiroga · 9 years ago
  70. 614b530 i965: Enable ARB_shader_storage_buffer_object extension for gen7+ by Samuel Iglesias Gonsalvez · 10 years ago
  71. 5b080e3 mesa: enable ARB_shader_storage_buffer_object extension for GLES 3.1 by Samuel Iglesias Gonsalvez · 9 years ago
  72. 10b5c64 mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants by Samuel Iglesias Gonsalvez · 9 years ago
  73. 91191af glapi: add ARB_shader_storage_block_buffer_object by Samuel Iglesias Gonsalvez · 9 years ago
  74. 26011fa main/tests: add ARB_shader_storage_buffer_object tokens to enum_strings by Samuel Iglesias Gonsalvez · 9 years ago
  75. 9b477ad main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_interface_query by Samuel Iglesias Gonsalvez · 9 years ago
  76. 0f18945 glsl: Do not allow reads from write-only buffer variables by Iago Toral Quiroga · 9 years ago
  77. 995a719 glsl: Do not allow assignments to read-only buffer variables by Iago Toral Quiroga · 9 years ago
  78. 6ef82f0 glsl: Allow memory qualifiers on shader storage buffer blocks by Samuel Iglesias Gonsalvez · 9 years ago
  79. f1b647f glsl: Apply memory qualifiers to buffer variables by Iago Toral Quiroga · 9 years ago
  80. f4c8c01 glsl: Allow use of memory qualifiers with ARB_shader_storage_buffer_object. by Iago Toral Quiroga · 9 years ago
  81. 3b2037f glsl: fix UNIFORM_BUFFER_START or UNIFORM_BUFFER_SIZE query when no buffer object is bound by Samuel Iglesias Gonsalvez · 9 years ago
  82. 2e16dd1 mesa: Add queries for GL_SHADER_STORAGE_BUFFER by Iago Toral Quiroga · 9 years ago
  83. 4b7b1cf mesa: add glShaderStorageBlockBinding() by Samuel Iglesias Gonsalvez · 9 years ago
  84. a07d0c2 glsl: First argument to atomic functions must be a buffer variable by Iago Toral Quiroga · 9 years ago
  85. 5ef1690 i965/nir/vec4: Implement nir_intrinsic_ssbo_atomic_* by Iago Toral Quiroga · 9 years ago
  86. 14af6f4 i965/nir/fs: Implement nir_intrinsic_ssbo_atomic_* by Iago Toral Quiroga · 9 years ago
  87. 9d5c0be nir: Implement lowered SSBO atomic intrinsics by Iago Toral Quiroga · 9 years ago
  88. d2719b6 glsl: lower SSBO atomic intrinsics by Iago Toral Quiroga · 9 years ago
  89. da65908 glsl: use ir_rvalue instead of ir_dereference in auxiliary functions by Samuel Iglesias Gonsalvez · 9 years ago
  90. ea0a1f5 glsl: Add atomic functions from ARB_shader_storage_buffer_object by Iago Toral Quiroga · 9 years ago
  91. 2caceba glsl: Rename atomic counter functions by Iago Toral Quiroga · 9 years ago
  92. 5861426 glsl: atomic counters can be declared as buffer-qualified variables by Samuel Iglesias Gonsalvez · 9 years ago
  93. 475d9c3 nir/glsl_to_nir: ignore an instruction's dest if it hasn't any by Iago Toral Quiroga · 9 years ago
  94. e3f9c78 i965/nir/vec4: Implement nir_intrinsic_load_ssbo by Iago Toral Quiroga · 9 years ago
  95. 5b186aa i965/nir/fs: Implement nir_intrinsic_load_ssbo by Iago Toral Quiroga · 9 years ago
  96. e59ae238 nir: Implement __intrinsic_load_ssbo by Iago Toral Quiroga · 9 years ago
  97. 3e70c96 nir: modify the instruction insertion in nir_visitor::visit(ir_call *ir) by Samuel Iglesias Gonsalvez · 9 years ago
  98. 922b3d1 i965/nir/vec4: Implement nir_intrinsic_store_ssbo by Iago Toral Quiroga · 9 years ago
  99. 337dad8 i965/nir/fs: Implement nir_intrinsic_store_ssbo by Iago Toral Quiroga · 9 years ago
  100. 9bb7d9e nir: Implement __intrinsic_store_ssbo by Iago Toral Quiroga · 9 years ago