1. 8dab707 gitlab-ci: add meson gallium ST Clover (LLVM 7.0) build by Eric Engestrom · 6 years ago
  2. 8744ac0 gitlab-ci: add meson gallium ST Clover (LLVM 6.0) build by Eric Engestrom · 6 years ago
  3. b5a70af gitlab-ci: add meson gallium ST Clover (LLVM 5.0) build by Eric Engestrom · 6 years ago
  4. d407ead gitlab-ci: add meson gallium "other drivers" build by Eric Engestrom · 6 years ago
  5. 06e8f19 gitlab-ci: add meson gallium RadeonSI build by Eric Engestrom · 6 years ago
  6. 360c814 gitlab-ci: add meson gallium SWR build by Eric Engestrom · 6 years ago
  7. d73265e gitlab-ci: add meson loader/classic DRI build by Eric Engestrom · 6 years ago
  8. 6a19ec9 gitlab-ci: add scons SWR build by Eric Engestrom · 6 years ago
  9. d4c6d4d gitlab-ci: add scons llvm 3.5 build by Eric Engestrom · 6 years ago
  10. 06b245b gitlab-ci: add a scons no-llvm build by Eric Engestrom · 6 years ago
  11. 89a7467 gitlab-ci: add a make vulkan build by Eric Engestrom · 6 years ago
  12. 46d23c0 gitlab-ci: add a meson vulkan build by Eric Engestrom · 6 years ago
  13. 329f5cd gitlab-ci: add ubuntu container by Eric Engestrom · 6 years ago
  14. 42a1cd0 radeonsi: use local ws variable in si_need_dma_space by Marek Olšák · 6 years ago
  15. 2c4911c radeonsi: don't leak an index buffer if draw_vbo fails by Marek Olšák · 6 years ago
  16. d72c319 radeonsi: make allocator_zeroed_memory unmappable and use bigger buffers by Marek Olšák · 6 years ago
  17. 5068dec radeonsi: clear allocator_zeroed_memory with SDMA by Marek Olšák · 6 years ago
  18. 7d4c935 radeonsi: initialize textures using DCC to black when possible by Marek Olšák · 6 years ago
  19. 3361305 freedreno: a2xx: fix fast clear by Jonathan Marek · 6 years ago
  20. 54fa5ec egl: use coherent variable names by Eric Engestrom · 6 years ago
  21. a81d558 meson: Remove panfrost from default driver list by Alyssa Rosenzweig · 6 years ago
  22. 3c08ecf v3d: Whitespace consistency fix. by Eric Anholt · 6 years ago
  23. 940501a v3d: Fix copy-propagation of input unpacks. by Eric Anholt · 6 years ago
  24. e5c6938 v3d: Fix input packing of .l for rounding/fdx/fdy. by Eric Anholt · 6 years ago
  25. 1a41709 v3d: Fix pack/unpack of VFPACK operand unpacks. by Eric Anholt · 6 years ago
  26. d0fdbd4 v3d: Fix dumping of shaders with alpha test. by Eric Anholt · 6 years ago
  27. bdef17b v3d: Store the actual mask of color buffers present in the key. by Eric Anholt · 6 years ago
  28. 17a649a v3d: Fix precompile of FRAG_RESULT_DATA1 and higher outputs. by Eric Anholt · 6 years ago
  29. ba4b220 st/nir: Use src/ relative include path for autotools by Kristian H. Kristensen · 6 years ago
  30. 8fa54bc gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit. by Kenneth Graunke · 6 years ago
  31. cf73156 st/nir: Call nir_lower_clip_cull_distance_arrays(). by Kenneth Graunke · 6 years ago
  32. 15c6902 nir: Avoid splitting compact arrays into per-element variables. by Kenneth Graunke · 6 years ago
  33. ba9dcc8 nir: Avoid clip/cull distance lowering multiple times. by Kenneth Graunke · 6 years ago
  34. 5730364 nir: Bail on clip/cull distance lowering if GLSL IR already did it. by Kenneth Graunke · 6 years ago
  35. ef99f4c compiler: Mark clip/cull distance arrays as compact before lowering. by Kenneth Graunke · 6 years ago
  36. 3327c93 nir: Record info->fs.pixel_center_integer in lower_system_values by Kenneth Graunke · 6 years ago
  37. 536abd4 program: Extend prog_to_nir handle system values. by Kenneth Graunke · 6 years ago
  38. fa38ca2 program: Use u_bit_scan64 in prog_to_nir. by Kenneth Graunke · 6 years ago
  39. a01ad31 st/mesa: Add NIR versions of the PBO upload/download shaders. by Kenneth Graunke · 6 years ago
  40. a02349b st/mesa: Add a NIR version of the OES_draw_texture built-in shaders. by Kenneth Graunke · 6 years ago
  41. be492af st/mesa: Add NIR versions of the clear shaders. by Kenneth Graunke · 6 years ago
  42. 3f28b24 st/mesa: Add NIR versions of the drawpixels Z/stencil fragment shaders. by Kenneth Graunke · 6 years ago
  43. 2d45f9f st/mesa: Add a NIR version of the drawpixels/bitmap VS copy shader. by Kenneth Graunke · 6 years ago
  44. cdc53fa st/nir: Make new helpers for constructing built-in NIR shaders. by Kenneth Graunke · 6 years ago
  45. 4f79926 st/nir: Move varying setup code to a helper function. by Kenneth Graunke · 6 years ago
  46. 3673498 nir/deref: Drop zero ptr_as_array derefs by Jason Ekstrand · 6 years ago
  47. aaef127 nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR. by Eric Anholt · 6 years ago
  48. 8943eb8 anv: wire up the state_pool_padding test by Emil Velikov · 6 years ago
  49. a61c388 nvc0/ir: replace cvt instructions with add to improve shader performance by Karol Herbst · 6 years ago
  50. a203eaa gallium-xlib: query MIT-SHM before using it. by Bart Oldeman · 6 years ago
  51. 6e5eb4e swr/rast: update SWR rasterizer shader stats by Alok Hota · 6 years ago
  52. c0a540f loader/dri3: Use strlen instead of sizeof for creating VRR property atom by Michel Dänzer · 6 years ago
  53. 4f0a3c9 nir: add missing vec opcodes in lower_bool_to_float by Jonathan Marek · 6 years ago
  54. b0b3de2 mesa: release references to image textures when a context is destroyed by Gert Wollny · 6 years ago
  55. f1f3640 radeonsi: release tokens after creating the shader program by Gert Wollny · 6 years ago
  56. 8c7c543 isl: assert that Gen8+ don't have bit6_swizzling by Caio Marcelo de Oliveira Filho · 6 years ago
  57. 5299c9c anv: skip bit6 swizzle detection in Gen8+ by Caio Marcelo de Oliveira Filho · 6 years ago
  58. 60740ea i965: skip bit6 swizzle detection in Gen8+ by Caio Marcelo de Oliveira Filho · 6 years ago
  59. 51547bb nir: keep the phi order when splitting blocks by Caio Marcelo de Oliveira Filho · 6 years ago
  60. 38f5427 nv50,nvc0: add explicit settings for recent caps by Ilia Mirkin · 6 years ago
  61. e67e072 panfrost: Implement Midgard shader toolchain by Alyssa Rosenzweig · 6 years ago
  62. 61d3ae6 panfrost: Initial stub for Panfrost driver by Alyssa Rosenzweig · 6 years ago
  63. 742d6cd radeonsi: fix crashing performance counters (division by zero) by Marek Olšák · 6 years ago
  64. a03ecba radeonsi: handle render_condition_enable in si_compute_clear_render_target by Marek Olšák · 6 years ago
  65. 984fd73 radeonsi: use compute for clear_render_target when possible by Sonny Jiang · 6 years ago
  66. dc46317 st/mesa: Set pipe_image_view::shader_access in PBO readpixels. by Kenneth Graunke · 6 years ago
  67. 56c3b49 intel: Add more PCI Device IDs for Coffee Lake and Ice Lake. by Rodrigo Vivi · 6 years ago
  68. 64d3b14 anv: Fix VK_EXT_transform_feedback working with varyings packed in PSIZ by Danylo Piliaiev · 6 years ago
  69. b7a93cb radv: Handle VK_ATTACHMENT_UNUSED in CmdClearAttachment by Danylo Piliaiev · 6 years ago
  70. d76e777 anv: Handle VK_ATTACHMENT_UNUSED in colorAttachment by Danylo Piliaiev · 6 years ago
  71. 0d0affa radv: don't flush src stages when dstStageMask == BOTTOM_OF_PIPE by Samuel Pitoiset · 6 years ago
  72. 9efa340 radv: do not set preserveAttachments for internal render passes by Samuel Pitoiset · 6 years ago
  73. 80e809d radv: drop useless checks when resolving subpass color attachments by Samuel Pitoiset · 6 years ago
  74. 76c17cf radv: execute external subpass barriers after ending subpasses by Samuel Pitoiset · 6 years ago
  75. b482c03 radv: accumulate all ingoing external dependencies to the first subpass by Samuel Pitoiset · 6 years ago
  76. eaab35e radv: handle subpass dependencies correctly by Samuel Pitoiset · 6 years ago
  77. 6430616 radv: track if subpasses have color attachments by Samuel Pitoiset · 6 years ago
  78. 1e810f1 radv: add radv_render_pass_add_subpass_dep() helper by Samuel Pitoiset · 6 years ago
  79. 2472907 radv: move some render pass things to radv_render_pass_compile() by Samuel Pitoiset · 6 years ago
  80. b509013 radv: handle final layouts at end of every subpass and render pass by Samuel Pitoiset · 6 years ago
  81. 5699ac0 radv: determine the last subpass id for every attachments by Samuel Pitoiset · 6 years ago
  82. e1a0a26 radv: use the new attachments array when starting subpasses by Samuel Pitoiset · 6 years ago
  83. a20c2e3 radv: store the list of attachments for every subpass by Samuel Pitoiset · 6 years ago
  84. a7c7d81 radv: move subpass image transitions to radv_cmd_buffer_begin_subpass() by Samuel Pitoiset · 6 years ago
  85. 291a933 radv: add radv_cmd_buffer_begin_subpass() helper by Samuel Pitoiset · 6 years ago
  86. 41199e2 radv: remove useless MAYBE_UNUSED in CmdBeginRenderPass() by Samuel Pitoiset · 6 years ago
  87. 545552c radv: remove unused radv_render_pass_attachment::view_mask by Samuel Pitoiset · 6 years ago
  88. 0f932bb radv: bail out when no image transitions will be performed by Samuel Pitoiset · 6 years ago
  89. 1e85cfb meson: drop the xcb-xrandr version requirement by Marek Olšák · 6 years ago
  90. 808bf59 wsi/display: add comment by Eric Engestrom · 6 years ago
  91. 0aa5a97 relnotes: Add VK_EXT_buffer_device_address by Jason Ekstrand · 6 years ago
  92. 48ed2a7 anv: Implement VK_EXT_buffer_device_address by Jason Ekstrand · 6 years ago
  93. e644ed4 intel/fs: Implement nir_intrinsic_global_atomic_* by Jason Ekstrand · 6 years ago
  94. a91f392 intel/fs: Use SENDS for A64 writes on gen9+ by Jason Ekstrand · 6 years ago
  95. 1c25bf4 intel/fs: Implement load/store_global with A64 untyped messages by Jason Ekstrand · 6 years ago
  96. b4f0d06 intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 mode by Jason Ekstrand · 6 years ago
  97. 79724a0 intel/fs: Properly handle 64-bit types in LOAD_PAYLOAD by Jason Ekstrand · 6 years ago
  98. f02914a intel/fs/cse: Split create_copy_instr into three cases by Jason Ekstrand · 6 years ago
  99. f409a08 intel/nir: Add global support to lower_mem_access_bit_sizes by Jason Ekstrand · 6 years ago
  100. fea5b8e intel/fs: Fix memory corruption when compiling a CS by Oscar Blumberg · 6 years ago