1. f2a27d7 meson: Don't try to build GLX by default on Android. by Eric Anholt · 4 years ago
  2. e3c330c freedreno: Use Android's libsync instead of libdrm's. by Eric Anholt · 4 years ago
  3. 81a0f1e meson: Only require libexpat when a part of the build needs it. by Eric Anholt · 4 years ago
  4. 442a769 meson.build: xxf86vm is not needed for -Dglx-direct=false by Michael Olbrich · 5 years ago
  5. d0f8fe5 softpipe: Switch to using NIR as the shader format from mesa/st. by Eric Anholt · 4 years, 10 months ago
  6. 6444f57 softpipe: Fix buffer overflows in SSBO atomics. by Eric Anholt · 4 years, 2 months ago
  7. 34cc6a8 gallium: Add a nir-to-TGSI pass. by Eric Anholt · 10 years ago
  8. d867e7c nir: Add an option to not lower source mods for f64/u64/i64. by Eric Anholt · 4 years, 3 months ago
  9. c730fea nir: Add a call to get a struct describing SSA liveness per instruction. by Eric Anholt · 4 years, 3 months ago
  10. a206b58 nir: Add a block start/end ip to live instr index metadata. by Eric Anholt · 4 years ago
  11. 2f5d184 nir: Replace nir_ssa_def->live_index with nir_instr->index. by Eric Anholt · 4 years, 1 month ago
  12. b6cb184 nir: Introduce nir_metadata_instr_index for nir_index_instr() being current. by Eric Anholt · 4 years, 1 month ago
  13. b05c107 ci: Enable NIR_VALIDATE everywhere. by Eric Anholt · 4 years ago
  14. 4ca1030 radv: move all NIR pass outside of ACO by Samuel Pitoiset · 4 years ago
  15. 9aa89b3 ac/nir: handle non-const offset with txf/txf_ms by Samuel Pitoiset · 4 years ago
  16. e690a1b ac/llvm: don't lower bool to int32, switch to native i1 bool by Marek Olšák · 4 years, 1 month ago
  17. ed0eb51 util: Fix rwlock Windows include for MinGW by James Park · 4 years ago
  18. afeb0c3 genxml: drop gen10 by Lionel Landwerlin · 4 years ago
  19. 6d32fca Revert "radv/aco: disable NGG GS support because it randomly hangs the GPU" by Samuel Pitoiset · 4 years ago
  20. d8435c1 aco/ngg: Add assertion to make sure we always know the vertex count. by Timur Kristóf · 4 years ago
  21. d9cb9ff nir: Emit set_vertex_and_primitive_count for inactive streams. by Timur Kristóf · 4 years ago
  22. 07fae31 radv: add missing 'discardtodemote' option in the debug list by Samuel Pitoiset · 4 years ago
  23. 4408131 vulkan/wsi: fix possible random stalls in wsi_display_wait_for_event by Marcin Ślusarz · 4 years ago
  24. 85053c0 panfrost: Fix stride for AFBC_FORMAT_MOD_BLOCK_SIZE_32x8. by Vinson Lee · 4 years ago
  25. 8dd03a7 anv: Advertise VK_KHR_shader_terminate_invocation by Caio Marcelo de Oliveira Filho · 4 years, 5 months ago
  26. 8251eed vulkan: Update XML and headers to 1.2.158 by Caio Marcelo de Oliveira Filho · 4 years ago
  27. 7e55f0e clover/nir: add a constant folding pass before lowering mem const by Dave Airlie · 4 years ago
  28. aca31ba isl: Enable Tigerlake HDC:L1 caches via MOCS in various cases. by Kenneth Graunke · 4 years ago
  29. 02fe825 isl, anv, iris: Add a centralized helper to select MOCS based on usage by Kenneth Graunke · 4 years ago
  30. 103ad42 anv: Set only one ISL usage bit (RT/texture) for CopyBuffer sources by Kenneth Graunke · 4 years, 1 month ago
  31. 4df98c3 turnip: Only link libdrm in the DRM case, not KGSL. by Eric Anholt · 4 years, 1 month ago
  32. f63ce9b turnip: Don't link the WSI code if we don't have a WSI extension. by Eric Anholt · 4 years, 1 month ago
  33. 8f3313f turnip: Use Mesa's libsync.h instead of libdrm's libsync.h. by Eric Anholt · 4 years, 1 month ago
  34. 8a72666 turnip: Drop a dead error checking path in device init. by Eric Anholt · 4 years, 1 month ago
  35. 27b8887 android: Add pre-4.7 Android kernel compatibility to our libsync header. by Eric Anholt · 4 years, 1 month ago
  36. e8c89a9 util: Import a copy of drm's libsync.h by Eric Anholt · 4 years, 1 month ago
  37. ab57df2 ci/android: Switch build to using platform SDK version 26. by Eric Anholt · 4 years, 1 month ago
  38. e92f4ac android_stub: Update platform headers to include gralloc1.h. by Eric Anholt · 4 years, 1 month ago
  39. 7279988 radv: report latest extension spec versions by Samuel Pitoiset · 4 years ago
  40. cf17d62 meson: Add xcb-fixes to loader when using x11 and dri3. Fixes undefined symbol for xcb_xfixes_create_region in loader_dri3_helper.c by Duncan Hopkins · 4 years ago
  41. 25627ff mesa: Pass the correct caller string to _mesa_lookup_or_create_texture by Ian Romanick · 4 years ago
  42. 9b847d4 mesa/st: Silence unused parameter warnings in st_context.c by Ian Romanick · 4 years ago
  43. 4cd9305 i965: Silence unused parameter warnings by Ian Romanick · 4 years ago
  44. 3c87ac1 isl: Fix the aux-map encoding for D24_UNORM_X8 by Nanley Chery · 4 years ago
  45. 9a06238 anv: Implement VariableDescriptorCount by Jason Ekstrand · 4 years ago
  46. 215218f anv: Add a descriptor_count to descriptor sets by Jason Ekstrand · 4 years ago
  47. dd1971c anv: Bump the number of update-after-bind descriptors to 1M by Jason Ekstrand · 4 years ago
  48. 3c0ba7b zink: reject resource-imports with modifiers by Erik Faye-Lund · 4 years ago
  49. 068b4bf doc/features: remove zink entries for GL 3.3 items by Mike Blumenkrantz · 4 years ago
  50. af8d488 util,ac,aco,radv: Cross-platform memstream API by James Park · 4 years, 2 months ago
  51. 4c2e7b0 util,radv,radv/winsys: Cross-platform rwlock API by James Park · 4 years ago
  52. 9d4999e anv: Ignore continue flag in primary cmd buffers by Ricardo Garcia · 4 years ago
  53. b3529e5 ac/nir: implement missing nir_op_pack_half_2x16_split by Samuel Pitoiset · 4 years ago
  54. 57d3178 radeonsi: enable NGG culling by default on Navi1x PRO cards by Marek Olšák · 4 years ago
  55. 67a67ea radeonsi: enable NGG on Navi14 PRO cards by Marek Olšák · 4 years ago
  56. bc3c74e radeonsi: tweak LATE_ALLOC_GS numbers for faster NGG culling by Marek Olšák · 4 years ago
  57. b38b5aa radeonsi: pack LDS better for NGG culling by Marek Olšák · 4 years ago
  58. 8094367 radeonsi: write VS/TES system values into LDS after culling by Marek Olšák · 4 years ago
  59. 1de0bf0 radeonsi: remove indirection when loading position at the end for NGG culling by Marek Olšák · 4 years ago
  60. 823ee12 radeonsi: optimize out LDS bank conflicts in the NGG culling shader by Marek Olšák · 4 years ago
  61. 7648060 radeonsi: enable NGG culling by default on gfx10.3 dGPUs by Marek Olšák · 4 years ago
  62. e7d3f22 radeonsi: don't disable NGG culling on gfx10.3 by Marek Olšák · 4 years ago
  63. 6810e6e Revert "radeonsi/gfx10: disable vertex grouping" by Marek Olšák · 4 years ago
  64. 7d1fb5f v3dv: Initialize time before usage by free_stale_bos. by Vinson Lee · 4 years ago
  65. 8eb246d v3dv: Remove unsigned comparison to zero. by Vinson Lee · 4 years ago
  66. 5e27e04 intel/isl: Drop redundant unpack of unorm channels by Nanley Chery · 4 years ago
  67. cf11ebf st/mesa: Add missing sentinels in format_map[] by Nanley Chery · 4 years ago
  68. 0c70268 zink: mark ARB_sample_shading as supported by Mike Blumenkrantz · 4 years ago
  69. bf9a1e0 zink: add a pipe_context::get_sample_position hook by Mike Blumenkrantz · 4 years ago
  70. b009bd9 zink: add ntv handling for ARB_sample_shading by Mike Blumenkrantz · 4 years ago
  71. 441b32b zink: add helper for vec-type input variables in ntv by Mike Blumenkrantz · 4 years ago
  72. 7c51299 zink: implement ARB_draw_indirect by Mike Blumenkrantz · 4 years, 3 months ago
  73. 3e3b6e9 zink: set 3.3 complete in features.txt by Mike Blumenkrantz · 4 years, 3 months ago
  74. 80c6664 zink: bump GLSL to 3.30 by Mike Blumenkrantz · 4 years, 3 months ago
  75. 44baddf zink: set 3.2 complete in features.txt by Mike Blumenkrantz · 4 years, 3 months ago
  76. 26b076f zink: GLSL 1.50 by Mike Blumenkrantz · 4 years, 3 months ago
  77. b27ec49 zink: mark off GL 3.1 as done in features.txt by Mike Blumenkrantz · 4 years, 4 months ago
  78. 815f0c0 zink: bump to glsl 1.40 by Mike Blumenkrantz · 4 years, 4 months ago
  79. 8028991 zink: enable gs pipe caps by Mike Blumenkrantz · 4 years ago
  80. 4c734da zink: add gallium handling for geometry shaders by Mike Blumenkrantz · 4 years ago
  81. d59e4b8 zink: round out handling for streamout buffer stride setting during draw by Mike Blumenkrantz · 4 years ago
  82. 9915c54 zink: remove ADJACENCY prim types from primconvert path by Mike Blumenkrantz · 4 years ago
  83. d656c60 zink: add handling for gs in ntv by Mike Blumenkrantz · 4 years ago
  84. 9671cd9 zink: re-transform gl_Position for gs input by Mike Blumenkrantz · 4 years ago
  85. ea2279d zink: add ntv handling for geometry shader variables by Mike Blumenkrantz · 4 years ago
  86. 423a342 zink: handle shader io vars more generically for use with gs by Mike Blumenkrantz · 4 years ago
  87. 182f7f9 zink: add some spirv_builder functions we'll be using for geometry shaders by Mike Blumenkrantz · 4 years ago
  88. 5934fc1 r600/sfn: Update state docu by Gert Wollny · 4 years ago
  89. 9f5e5fb r600/sfn: Fix the parameter component type by Gert Wollny · 4 years ago
  90. 5f66197 r600/sfn: Use register keep-alive also when scanning the shader by Gert Wollny · 4 years ago
  91. 9eda717 r600/sfn: fix remapping of deleted attributes by Gert Wollny · 4 years ago
  92. f79b7fc r600/sfn: use 32 bit bools by Gert Wollny · 4 years ago
  93. 92a4d45 r600/sfn: use cacheless op for coherent image write by Gert Wollny · 4 years ago
  94. 02e39b7 r600/sfn: Handle mem barrier and image barrier by using ACK by Gert Wollny · 4 years ago
  95. f664fc1 r600/sfn: use shared pointer to GPR for FS sysvalues by Gert Wollny · 4 years ago
  96. 876b975 r600/sfn: Rework get_temp_register to return a smart pointer to GPRValue by Gert Wollny · 4 years ago
  97. 92bc066 r600/sfn: fix mega fetch count for SSBO/Image atomics result fetch by Gert Wollny · 4 years ago
  98. d79d20d r600/sfn: Fix keepalive patch by Gert Wollny · 4 years ago
  99. 8625413 r600/sfn: Fix ssbo resource offset for buffer loads by Gert Wollny · 4 years, 1 month ago
  100. ed66eaf r600/sfn: Don't reuse registers for workgroup ID and local invocation ID by Gert Wollny · 4 years, 1 month ago