1. 6b672e3 mesa/main: Ignore filter state for MS texture completeness by Illia Iorin · 6 years ago
  2. 71d4ece Revert "mesa/main: Fix multisample texture initialize" by Illia Iorin · 6 years ago
  3. 88e9042 glsl/serialize: optimize for equal offsets in uniform remap tables by Marek Olšák · 6 years ago
  4. e90269d glsl/serialize: restructure remap table code by Marek Olšák · 6 years ago
  5. f306d07 nir: Use VARYING_SLOT_TESS_MAX to size indirect bitmasks by Kenneth Graunke · 6 years ago
  6. e2bb7fe Revert "mapi: Inline call x86_current_tls." by Jason Ekstrand · 6 years ago
  7. 2649609 rbug: Fix use of alloca() without #include "c99_alloca.h" by Jon Turney · 6 years ago
  8. f98e9a2 pan/midgard: Express allocated registers as offsets by Alyssa Rosenzweig · 6 years ago
  9. c1d36eb pan/midgard: Expose more typesize manipulation routines by Alyssa Rosenzweig · 6 years ago
  10. 9bba182 pan/midgard: Add mir_set_bytemask helper by Alyssa Rosenzweig · 6 years ago
  11. 85cc40f st/nine: Fix unused variable warnings in release build. by Timur Kristóf · 6 years ago
  12. f091b02 st/nine: Fix build with -Werror=empty-body by Timur Kristóf · 6 years ago
  13. c580f13 aco: Refactor hazard mitigations, separate pass for GFX10. by Timur Kristóf · 6 years ago
  14. b01847b aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard. by Timur Kristóf · 6 years ago
  15. c037ba1 aco/gfx10: Mitigate LdsBranchVmemWARHazard. by Timur Kristóf · 6 years ago
  16. 09d676d aco/gfx10: Mitigate SMEMtoVectorWriteHazard. by Timur Kristóf · 6 years ago
  17. d6dfce0 aco/gfx10: Mitigate VcmpxExecWARHazard. by Timur Kristóf · 6 years ago
  18. e5a8616 aco/gfx10: Mitigate VcmpxPermlaneHazard. by Timur Kristóf · 6 years ago
  19. 99aed68 aco/gfx10: Add notes about some GFX10 hazards. by Timur Kristóf · 6 years ago
  20. 2bf8a9b radv: fix VK_KHR_shader_float_controls dependency on GFX6-7 by Samuel Pitoiset · 6 years ago
  21. e137b3a mapi: Inline call x86_current_tls. by Lepton Wu · 6 years ago
  22. a4fec4dd virgl: Remove formats with unusual sample count. by Lepton Wu · 6 years ago
  23. ee2050b nir: Use BITSET for tracking varyings in lower_io_arrays by Kristian H. Kristensen · 6 years ago
  24. bc67b89 freedreno/ir3: handle the progress case by Rob Clark · 6 years ago
  25. 97b24ef freedreno/ir3: remove restrictions on const + (abs)/(neg) by Rob Clark · 6 years ago
  26. e665e65 freedreno/ir3: allow copy-propagate out of fanout by Rob Clark · 6 years ago
  27. 3ac3288 freedreno/ir3: treat high vs low reg as conversion by Rob Clark · 6 years ago
  28. 9e211b5 freedreno/ir3: propagate dest flags for collect/fanin by Rob Clark · 6 years ago
  29. 49ab946 freedreno/ir3: make high regs easier to see in IR dumps by Rob Clark · 6 years ago
  30. 0f395f0 freedreno/ir3: debug cleanup by Rob Clark · 6 years ago
  31. d31f415 spirv: Add helper to find args of Image Operands by Caio Marcelo de Oliveira Filho · 6 years ago
  32. c7d8fe2 spirv: Check that only one offset is defined as Image Operand by Caio Marcelo de Oliveira Filho · 6 years ago
  33. d27b853 spirv: Add imageoperands_to_string helper by Caio Marcelo de Oliveira Filho · 6 years ago
  34. 06aecb1 anv: Implement VK_KHR_vulkan_memory_model by Caio Marcelo de Oliveira Filho · 6 years ago
  35. b8784fe spirv: Handle MakePointerAvailable/Visible by Caio Marcelo de Oliveira Filho · 6 years ago
  36. 129c85c spirv: Handle MakeTexelAvailable/Visible by Caio Marcelo de Oliveira Filho · 6 years ago
  37. c649e64 spirv: Add option to emit scoped memory barriers by Caio Marcelo de Oliveira Filho · 6 years ago
  38. c022043 spirv: Add SpvMemoryModelVulkan and related capabilities by Caio Marcelo de Oliveira Filho · 6 years ago
  39. 1bb191a0 spirv: Emit memory barriers for atomic operations by Caio Marcelo de Oliveira Filho · 6 years ago
  40. d6992f9 spirv: Parse memory semantics for atomic operations by Caio Marcelo de Oliveira Filho · 6 years ago
  41. e142061 intel/fs: Implement scoped_memory_barrier by Caio Marcelo de Oliveira Filho · 6 years ago
  42. 9010710 nir/tests: Add copy propagation tests with scoped_memory_barrier by Caio Marcelo de Oliveira Filho · 6 years ago
  43. 73572ab nir: Add scoped_memory_barrier intrinsic by Caio Marcelo de Oliveira Filho · 6 years ago
  44. 0ebe894 spirv/info: Add a memorymodel_to_string helper by Jason Ekstrand · 7 years ago
  45. 2e9aef4 gallium: Fix a bunch of undefined left-shifts in u_format_* by Adam Jackson · 6 years ago
  46. 4b17311 radv: compute the number of records correctly for vertex buffers by Samuel Pitoiset · 6 years ago
  47. 9ffe477 util/tests: Avoid int64_t overflow issues in fast_idiv_by_const test by Michel Dänzer · 6 years ago
  48. 69420c2 util: Use uint64_t for shifting left in sign_extend and strunc by Michel Dänzer · 6 years ago
  49. 65e376a gallium/util: Cast to target type before shifting left by Michel Dänzer · 6 years ago
  50. 2b1b56c intel/fs: Check for NULL key in fs_visitor constructor by Michel Dänzer · 6 years ago
  51. 41623be intel/compiler: Cast to target type before shifting left by Michel Dänzer · 6 years ago
  52. 59b72bd intel/compiler: Don't left-shift by >= the number of bits of the type by Michel Dänzer · 6 years ago
  53. 47571a0 anv: fix error message by Eric Engestrom · 6 years ago
  54. 1177151 llvmpipe: avoid generating empty-body blocks by Eric Engestrom · 6 years ago
  55. abe32f5 llvmpipe: avoid compiling no-op block on release builds by Eric Engestrom · 6 years ago
  56. 91146c0 winsys/svga: Limit the maximum DMA hardware buffer size by Thomas Hellstrom · 6 years ago
  57. 00db976 svga: Fix banded DMA upload unmap by Thomas Hellstrom · 6 years ago
  58. 1961653 glsl: remove propagate_invariance() call from the linker by Timothy Arceri · 6 years ago
  59. 922801b nir: improve nir_variable packing by Timothy Arceri · 6 years ago
  60. c412ff4 nir: fix nir_variable_data packing by Timothy Arceri · 6 years ago
  61. fff884e radeonsi/nir: implement pipe_screen::finalize_nir by Marek Olšák · 6 years ago
  62. 92196fe st/mesa: use pipe_screen::finalize_nir by Marek Olšák · 6 years ago
  63. 43efccb tgsi_to_nir: use pipe_screen::finalize_nir by Marek Olšák · 6 years ago
  64. fb04e5d gallium: add pipe_screen::finalize_nir by Marek Olšák · 6 years ago
  65. 8a0dd0a st/mesa: update VS shader_info for NIR after lowering passes by Marek Olšák · 6 years ago
  66. 28199ae st/mesa: assign driver locations for VS inputs for NIR before caching by Marek Olšák · 6 years ago
  67. eaffdad st/mesa: don't lower_global_vars_to_local for VS if there are no dead inputs by Marek Olšák · 6 years ago
  68. 3634dca st/mesa: move some NIR lowering before shader caching by Marek Olšák · 6 years ago
  69. c2efd2c util/u_queue: skip util_queue_finish if num_threads is 0 by Marek Olšák · 6 years ago
  70. e096011 util/disk_cache: finish all queue jobs in destroy instead of killing them by Marek Olšák · 6 years ago
  71. 8dadef2 iris: Rework edgeflag handling by Kenneth Graunke · 6 years ago
  72. 6b166d6 gallium/noop: implement get_disk_shader_cache and get_compiler_options by Marek Olšák · 6 years ago
  73. fc04a2f aco: take LDS into account when calculating num_waves by Rhys Perry · 6 years ago
  74. 08d5100 aco: increase accuracy of SGPR limits by Rhys Perry · 6 years ago
  75. 7453c1a radv: round vgprs/sgprs before calculating max_waves by Rhys Perry · 6 years ago
  76. 8ae024d Revert "vc4: do not report alpha-test as supported" by Erik Faye-Lund · 6 years ago
  77. 65328bd Revert "v3d: do not report alpha-test as supported" by Erik Faye-Lund · 6 years ago
  78. acf1bf4 Revert "nir: drop support for using load_alpha_ref_float" by Erik Faye-Lund · 6 years ago
  79. beb6639 Revert "nir: drop unused alpha_ref_float" by Erik Faye-Lund · 6 years ago
  80. f11ea22 radv: fix a performance regression with graphics depth/stencil clears by Samuel Pitoiset · 6 years ago
  81. 7562a2c radv: fix vkUpdateDescriptorSets with inline uniform blocks by Samuel Pitoiset · 6 years ago
  82. 9c92a21 radv/gfx10: fix 3D images by Samuel Pitoiset · 6 years ago
  83. 41ace1d radv/gfx10: re-enable fast depth/stencil clears with separate aspects by Samuel Pitoiset · 6 years ago
  84. 956d825 radv: do not emit rbplus if attachments are undefined by Samuel Pitoiset · 6 years ago
  85. 411ad8e radv: add an assertion in radv_gfx10_compute_bin_size() by Samuel Pitoiset · 6 years ago
  86. f4ab58c radv: do not create meta pipelines with 16 samples by Samuel Pitoiset · 6 years ago
  87. 2b5f30b anv: implement VK_INTEL_performance_query by Lionel Landwerlin · 7 years ago
  88. 5ba6d99 intel/perf: add mdapi writes for register perf counters by Lionel Landwerlin · 7 years ago
  89. a2a1873 intel/genxml: add RPSTAT register for core frequency by Lionel Landwerlin · 6 years ago
  90. e0ab658 intel/genxml: add generic perf counters registers by Lionel Landwerlin · 7 years ago
  91. 11c4bf9 intel/perf: add support for querying kernel loaded configurations by Lionel Landwerlin · 7 years ago
  92. db7a684 intel/perf: move registers to their own header by Lionel Landwerlin · 6 years ago
  93. e1d5d75 intel/perf: extract register configuration by Lionel Landwerlin · 7 years ago
  94. a338b7d intel/perf: expose some utility functions by Lionel Landwerlin · 6 years ago
  95. a0e0e75 intel/perf: add mdapi maker helper by Lionel Landwerlin · 7 years ago
  96. c352cdf st/mesa: Silence chatty debug printf by Kenneth Graunke · 6 years ago
  97. 0899bf5 st/mesa: Map MESA_FORMAT_RGB_UNORM8 <-> PIPE_FORMAT_R8G8B8_UNORM by Chris Wilson · 6 years ago
  98. 0dfa643 anv: fix unwind of vkCreateDevice fail by Lionel Landwerlin · 6 years ago
  99. 118a32e Revert "aco: only emit waitcnt on loop continues if we there was some load or export" by Rhys Perry · 6 years ago
  100. 964ce47 aco: add missing bld.scc() by Rhys Perry · 6 years ago