1. 3e3b6e9 zink: set 3.3 complete in features.txt by Mike Blumenkrantz · 4 years, 3 months ago
  2. 80c6664 zink: bump GLSL to 3.30 by Mike Blumenkrantz · 4 years, 3 months ago
  3. 44baddf zink: set 3.2 complete in features.txt by Mike Blumenkrantz · 4 years, 3 months ago
  4. 26b076f zink: GLSL 1.50 by Mike Blumenkrantz · 4 years, 3 months ago
  5. b27ec49 zink: mark off GL 3.1 as done in features.txt by Mike Blumenkrantz · 4 years, 3 months ago
  6. 815f0c0 zink: bump to glsl 1.40 by Mike Blumenkrantz · 4 years, 4 months ago
  7. 8028991 zink: enable gs pipe caps by Mike Blumenkrantz · 4 years ago
  8. 4c734da zink: add gallium handling for geometry shaders by Mike Blumenkrantz · 4 years ago
  9. d59e4b8 zink: round out handling for streamout buffer stride setting during draw by Mike Blumenkrantz · 4 years ago
  10. 9915c54 zink: remove ADJACENCY prim types from primconvert path by Mike Blumenkrantz · 4 years ago
  11. d656c60 zink: add handling for gs in ntv by Mike Blumenkrantz · 4 years ago
  12. 9671cd9 zink: re-transform gl_Position for gs input by Mike Blumenkrantz · 4 years ago
  13. ea2279d zink: add ntv handling for geometry shader variables by Mike Blumenkrantz · 4 years ago
  14. 423a342 zink: handle shader io vars more generically for use with gs by Mike Blumenkrantz · 4 years ago
  15. 182f7f9 zink: add some spirv_builder functions we'll be using for geometry shaders by Mike Blumenkrantz · 4 years ago
  16. 5934fc1 r600/sfn: Update state docu by Gert Wollny · 4 years ago
  17. 9f5e5fb r600/sfn: Fix the parameter component type by Gert Wollny · 4 years ago
  18. 5f66197 r600/sfn: Use register keep-alive also when scanning the shader by Gert Wollny · 4 years ago
  19. 9eda717 r600/sfn: fix remapping of deleted attributes by Gert Wollny · 4 years ago
  20. f79b7fc r600/sfn: use 32 bit bools by Gert Wollny · 4 years ago
  21. 92a4d45 r600/sfn: use cacheless op for coherent image write by Gert Wollny · 4 years ago
  22. 02e39b7 r600/sfn: Handle mem barrier and image barrier by using ACK by Gert Wollny · 4 years ago
  23. f664fc1 r600/sfn: use shared pointer to GPR for FS sysvalues by Gert Wollny · 4 years ago
  24. 876b975 r600/sfn: Rework get_temp_register to return a smart pointer to GPRValue by Gert Wollny · 4 years ago
  25. 92bc066 r600/sfn: fix mega fetch count for SSBO/Image atomics result fetch by Gert Wollny · 4 years ago
  26. d79d20d r600/sfn: Fix keepalive patch by Gert Wollny · 4 years ago
  27. 8625413 r600/sfn: Fix ssbo resource offset for buffer loads by Gert Wollny · 4 years, 1 month ago
  28. ed66eaf r600/sfn: Don't reuse registers for workgroup ID and local invocation ID by Gert Wollny · 4 years, 1 month ago
  29. bafb2bb glsl: Initialize add_uniform_to_shader member var in constructor. by Vinson Lee · 4 years ago
  30. aea74ea zink: fix stencil wrapping by Mike Blumenkrantz · 4 years ago
  31. b17e264 glsl: Initialize lower_ubo_reference_visitor members in constructor. by Vinson Lee · 4 years ago
  32. e32eadc v3dv: Fix assert using assign instead of compare. by Vinson Lee · 4 years ago
  33. e7e24d5 intel/fs: Handle nir_intrinsic_terminate by Caio Marcelo de Oliveira Filho · 4 years, 5 months ago
  34. 886d2d1 spirv: Handle SpvOpTerminateInvocation by Caio Marcelo de Oliveira Filho · 4 years, 5 months ago
  35. 4dfd292 spirv: Update headers and metadata from latest Khronos commit by Caio Marcelo de Oliveira Filho · 4 years ago
  36. f6d5dd8 nir: Add nir_intrinsic_terminate and nir_intrinsic_terminate_if by Caio Marcelo de Oliveira Filho · 4 years, 5 months ago
  37. fdb65b8 aco: add missing SCC clobber in get_buffer_size by Rhys Perry · 4 years ago
  38. 6be2bbe Revert "iris: Use the data cache for indirect UBO pulls" by Jason Ekstrand · 4 years ago
  39. a5529eb anv: Go back to using the sampler for UBO pulls by Jason Ekstrand · 4 years ago
  40. d91cb31 vc4: Enable nir_lower_io for uniforms by Jose Maria Casanova Crespo · 4 years ago
  41. 3e877ca vc4: Add missing range_base/range at nir_load_ubos in yuv_blit fs. by Jose Maria Casanova Crespo · 4 years ago
  42. 4cfdd42 vc4: Add missing load_ubo set_align in yuv_blit fs. by Jose Maria Casanova Crespo · 4 years ago
  43. f91b2fe nir/opt_load_store_vectorize: add some tests for discard/demote behaviour by Rhys Perry · 4 years ago
  44. f8e971f nir/opt_load_store_vectorize: don't vectorize stores across demote by Rhys Perry · 4 years ago
  45. 19aaafd intel: Remove Gen10-specific device entries by Ian Romanick · 4 years ago
  46. b0e3af4 intel: Remove Gen10-speicific perf support by Ian Romanick · 4 years ago
  47. fc04733 anv: Don't generate Gen10-specific functions by Ian Romanick · 4 years, 1 month ago
  48. 5490f5c iris: Don't generate Gen10-specific functions by Ian Romanick · 4 years, 1 month ago
  49. 495dc51 intel/isl: Don't generate Gen10-specific functions by Ian Romanick · 4 years, 1 month ago
  50. 1f00b0f intel: Remove Gen10-specific cache config code by Ian Romanick · 4 years, 1 month ago
  51. 9c19a38 i965: Don't build Gen10-specific files and libraries by Ian Romanick · 4 years, 1 month ago
  52. 3220ff7 i965: Remove Gen10-specific state setup and workarounds by Ian Romanick · 4 years, 1 month ago
  53. 262ca98 intel/compiler: Remove Gen10-specific code by Ian Romanick · 4 years, 1 month ago
  54. e22f106 intel: Disable all support for Gen10 by Ian Romanick · 4 years, 1 month ago
  55. 112f23f i965: Rename gen10_emit_isp_disable to gen7_emit_isp_disable by Ian Romanick · 4 years, 1 month ago
  56. fe26109 i965: Make MOCS index tables static const by Ian Romanick · 4 years, 1 month ago
  57. 02a0819 i965: Silence many unused parameter warnings in genX_state_upload.c by Ian Romanick · 4 years, 1 month ago
  58. 5a5f30b i965: Silence many unused parameter warnings in genX_blorp_exec.c by Ian Romanick · 4 years, 1 month ago
  59. b9c326b intel: Silence many unused parameter warnings in blorp_genX_exec.h by Ian Romanick · 4 years, 1 month ago
  60. de77fab i965: Allow viewport array extensions with allow_higher_compat_version by Ian Romanick · 4 years ago
  61. 9223842 ci: Unskip fragment_ops tests on Bifrost by Tomeu Vizoso · 4 years ago
  62. cdfb1d9 zink: add last few format maps for ARB_vertex_type_2_10_10_10_rev by Mike Blumenkrantz · 4 years, 3 months ago
  63. 8e96b4f zink: add VK_BUFFER_USAGE_INDEX_BUFFER_BIT to vertex buffer creation by Mike Blumenkrantz · 4 years, 4 months ago
  64. c364124 zink: handle null attachment for ARB_texture_buffer_object samplers by Mike Blumenkrantz · 4 years, 4 months ago
  65. 69dc0f2 zink: assert valid format in zink_create_sampler_view() by Mike Blumenkrantz · 4 years, 4 months ago
  66. 00db994 zink: ensure resource tracking for sampler buffers in render batches by Mike Blumenkrantz · 4 years, 4 months ago
  67. 63b299d zink: implement ARB_texture_buffer_object by Mike Blumenkrantz · 4 years, 4 months ago
  68. 4c2b02f zink: increase descriptor pool sizes for other descriptor types we'll be using by Mike Blumenkrantz · 4 years, 2 months ago
  69. 4231cc2 glsl: more accurately handle swizzle in 64bit varying split with no left value by Mike Blumenkrantz · 4 years, 3 months ago
  70. d75d12f aco: don't use v_pack_b32_f16 if 16-bit input denormals are flushed by Rhys Perry · 4 years ago
  71. d4b3e86 aco: propagate literals into sub-dword pseudo instructions on GFX9+ by Rhys Perry · 4 years ago
  72. 1a65224 aco: implement 16-bit literals by Rhys Perry · 4 years ago
  73. 91d9c55 panfrost: Add blend shader support to bifrost by Boris Brezillon · 4 years ago
  74. f04e5ef panfrost: Add missing tile-buffer formats to the format enum by Boris Brezillon · 4 years ago
  75. 685d45f pan/bi: Special-case load_input for blend shaders by Boris Brezillon · 4 years ago
  76. 0d40460 pan/bi: Reserve r0-r3 in blend shaders by Boris Brezillon · 4 years ago
  77. 3432d0a pan/bi: Special-case BLEND instruction emission for blend shaders by Boris Brezillon · 4 years ago
  78. 2f3f5da pan/bi: Collect return addresses of blend calls by Boris Brezillon · 4 years ago
  79. 8da0a1d pan/bi: Add load_output support by Boris Brezillon · 4 years ago
  80. c774896 panfrost: Flag blend shader function as an entry point by Boris Brezillon · 4 years ago
  81. 6d3fce5 panfrost: Scalarize nir_load_blend_const_color_rgba by Boris Brezillon · 4 years ago
  82. 8d707cd panfrost: Add a "Bifrost Internal Blend" descriptor by Boris Brezillon · 4 years ago
  83. e6186c2 pan/bi: Support indirect jumps by Boris Brezillon · 4 years ago
  84. 1a1d9cc pan/bi: Add support for load_blend_const_color_{r,g,b,a}_float by Boris Brezillon · 4 years ago
  85. 16179c8 pan/bi: Rework blend descriptor access handling by Boris Brezillon · 4 years ago
  86. 6dd2a76 pan/bi: Get rid of the regs argument in bi_assign_fau_idx() by Boris Brezillon · 4 years ago
  87. f25850b pan/bi: Use canonical name for FAU RAM sources by Boris Brezillon · 4 years ago
  88. 111cf7f pan/bi: Copy blend shader info from compile_inputs by Boris Brezillon · 4 years ago
  89. 6c61f0b panfrost: Extend compile_inputs to pass a blend descriptor by Boris Brezillon · 4 years ago
  90. d8326ce panfrost: Fix fixed-function blend on bifrost by Boris Brezillon · 4 years ago
  91. 442f48f v3d/compiler: implement load interpolated input intrinsics by Iago Toral Quiroga · 4 years, 2 months ago
  92. 3ec165b broadcom/compiler: track partially interpolated fragment inputs by Iago Toral Quiroga · 4 years, 2 months ago
  93. 71ed8c5 iris: Fix doubling of shared local memory (SLM) sizes. by Kenneth Graunke · 4 years ago
  94. 341f5bf intel/compiler, anv: Delete cs_prog_data->slm_size by Kenneth Graunke · 4 years ago
  95. e881290 broadcom/compiler: use nir io semantics by Arcady Goldmints-Orlov · 4 years, 1 month ago
  96. 9b01598 nir/lower_io_to_scalar: update io semantics on per-component inst by Alejandro Piñeiro · 4 years ago
  97. ac5f0ee broadcom/compiler: support varyings with struct types by Arcady Goldmints-Orlov · 4 years, 3 months ago
  98. ebd5b55 docs/release-calendar: plan 20.3 release by Eric Engestrom · 4 years, 1 month ago
  99. f8117f7 intel/fs: Allow constant-propagation into SAMPLEINFO and IMAGE_SIZE by Jason Ekstrand · 4 years, 1 month ago
  100. 438a409 docs: update calendar and link releases notes for 20.1.10 by Eric Engestrom · 4 years ago