1. 6140ed3 gitlab-ci: Automatically retry jobs after runner system failure by Michel Dänzer · 6 years ago
  2. a3f34f9 gitlab-ci: Only pull/push cache contents in build+test stage jobs by Michel Dänzer · 6 years ago
  3. 1aca01d gitlab-ci: Make sure clang job actually uses ccache by Michel Dänzer · 6 years ago
  4. bea5401 spirv: propagate the access flag for store and load derefs by Samuel Pitoiset · 6 years ago
  5. 4d0b03c nir: add nir_{load,store}_deref_with_access() helpers by Samuel Pitoiset · 6 years ago
  6. d163780 spirv: make use of the select control support in nir by Timothy Arceri · 6 years ago
  7. e76ae39 nir: add support for user defined select control by Timothy Arceri · 6 years ago
  8. 24037ff spirv: make use of the loop control support in nir by Timothy Arceri · 6 years ago
  9. b56451f nir: add support for user defined loop control by Timothy Arceri · 6 years ago
  10. 6170814 panfrost: Preliminary work for mipmaps by Alyssa Rosenzweig · 6 years ago
  11. 04a7239 panfrost/midgard: fpow is a two-part operation by Alyssa Rosenzweig · 6 years ago
  12. 12d1d99 panfrost/midgard: Handle i2b constant by Alyssa Rosenzweig · 6 years ago
  13. 7b78af8 panfrost/midgard: Expand fge lowering to more types by Alyssa Rosenzweig · 6 years ago
  14. b8739c2 panfrost/midgard: Add ult/ule ops by Alyssa Rosenzweig · 6 years ago
  15. f277bd3 panfrost: Stub out ES3 caps/callbacks by Alyssa Rosenzweig · 6 years ago
  16. 89989e6 panfrost/midgard: Cleanup midgard_nir_algebraic.py by Alyssa Rosenzweig · 6 years ago
  17. effe6fb0 panfrost/midgard: Lower source modifiers for ints by Alyssa Rosenzweig · 6 years ago
  18. 3208c9d panfrost/midgard: Implement b2i; improve b2f/f2b by Alyssa Rosenzweig · 6 years ago
  19. 5b95fef panfrost/midgard: Lower i2b32 by Alyssa Rosenzweig · 6 years ago
  20. ae43b8f panfrost/midgard: Lower f2b32 to fne by Alyssa Rosenzweig · 6 years ago
  21. 3fb8842 panfrost/midgard: Lower bool_to_int32 by Alyssa Rosenzweig · 6 years ago
  22. 5366410 panfrost/midgard: Map more bany/ball opcodes by Alyssa Rosenzweig · 6 years ago
  23. 88b2a6b panfrost/midgard: Add more ball/bany, iabs ops by Alyssa Rosenzweig · 6 years ago
  24. 72cd677 panfrost/midgard: Schedule ball/bany to vectors by Alyssa Rosenzweig · 6 years ago
  25. 89fdbb6 panfrost/midgard: Add fcsel_i opcode by Alyssa Rosenzweig · 6 years ago
  26. 121417e panfrost: Implement scissor test by Alyssa Rosenzweig · 6 years ago
  27. bd9446e panfrost: Fix viewports by Alyssa Rosenzweig · 6 years ago
  28. 9da4603 panfrost/midgard: Fix b2f32 swizzle for vectors by Alyssa Rosenzweig · 6 years ago
  29. e77013f softpipe: fix clears to only clear specified color buffers. by Dave Airlie · 6 years ago
  30. 7f7c942 draw/vs: partly fix basevertex/vertex id by Dave Airlie · 6 years ago
  31. e16ac33 amd/surface: provide firstMipIdInTail for metadata surface calculations by Nicolai Hähnle · 6 years ago
  32. 82075e3 ac/nir: Return frag_coord as integer. by Bas Nieuwenhuizen · 6 years ago
  33. c7c4327 freedreno/ir3: Fix operand order for DSX/DSY by Kristian H. Kristensen · 6 years ago
  34. a752422 freedreno/ir3: Track whether shader needs derivatives by Kristian H. Kristensen · 6 years ago
  35. 12f11e6 st/nine: enable csmt per default on iris by Andre Heider · 6 years ago
  36. 8ed583f spirv: Handle the NonUniformEXT decoration by Jason Ekstrand · 6 years ago
  37. e50ab2c nir: Add access flags to deref and SSBO atomics by Jason Ekstrand · 6 years ago
  38. 40074eb nir: Add texture sources and intrinsics for bindless by Jason Ekstrand · 6 years ago
  39. e0db0c7 intel/fs: Make alpha test work with MRT and sample mask by Danylo Piliaiev · 6 years ago
  40. c8abe03 i965,iris,anv: Make alpha to coverage work with sample mask by Danylo Piliaiev · 6 years ago
  41. 3bd5457 nir: Add a lowering pass for non-uniform resource access by Jason Ekstrand · 6 years ago
  42. 39da1de nir/lower_io: Add a bounds-checked 64-bit global address format by Jason Ekstrand · 6 years ago
  43. 551950c draw/gs: fix point size outputs from geometry shader. by Dave Airlie · 6 years ago
  44. d383651 draw: bail instead of assert on instance count (v2) by Dave Airlie · 6 years ago
  45. 382401a vl/dri3: remove the wait before getting back buffer by Leo Liu · 6 years ago
  46. 763c8aa compiler/nir: add lowering for 16-bit ldexp by Iago Toral Quiroga · 6 years ago
  47. 3766334 compiler/nir: add lowering for 16-bit flrp by Iago Toral Quiroga · 7 years ago
  48. ca31df6 compiler/nir: add lowering option for 16-bit fmod by Iago Toral Quiroga · 7 years ago
  49. 08d97aa st/mesa: fix texture deletion context mix-up issues (v2) by Brian Paul · 6 years ago
  50. d13167c nir: fix a few signed/unsigned comparison warnings by Brian Paul · 6 years ago
  51. e1d8057 android: static link with libexpat with Android O+ by Kishore Kadiyala · 6 years ago
  52. 01cf390 radv: write availability status vkGetQueryPoolResults() when the data is not available by Samuel Iglesias Gonsálvez · 6 years ago
  53. cb3ea50 radv: don't overwrite results in VkGetQueryPoolResults() when queries are not available by Samuel Iglesias Gonsálvez · 6 years ago
  54. 2c240a5 st/mesa: fix warnings about implicit conversion on enumeration type by Tapani Pälli · 6 years ago
  55. ec12316 st/mesa: fix compilation warning on storage_flags_to_buffer_flags by Tapani Pälli · 6 years ago
  56. 9417793 nir/split_vars: fixup some more explicit_stride related issues. by Dave Airlie · 6 years ago
  57. 9d0ae77 spirv: Use interface type for block and buffer block by Caio Marcelo de Oliveira Filho · 6 years ago
  58. fb024f5 intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE_STRUCT by Caio Marcelo de Oliveira Filho · 6 years ago
  59. 1501207 spirv: Add an execution environment to the options by Caio Marcelo de Oliveira Filho · 6 years ago
  60. dacb11a egl: Add a 565 pbuffer-only EGL config under X11. by Eric Anholt · 6 years ago
  61. e5830e1 nir: Handle array-deref-of-vector case in loop analysis by Caio Marcelo de Oliveira Filho · 6 years ago
  62. cdd90a7 docs: update freedreno status by Rob Clark · 6 years ago
  63. 6fd5a7f freedreno: add ESSL cap by Rob Clark · 6 years ago
  64. 6cd9876 mesa/st: use ESSL cap top enable gpu_shader5 by Rob Clark · 6 years ago
  65. de48194 gallium: add PIPE_CAP_ESSL_FEATURE_LEVEL by Rob Clark · 6 years ago
  66. 93c81ca swr: Fix build with llvm-9.0. by Vinson Lee · 6 years ago
  67. ed96038 bin/install_megadrivers.py: Fix regression for set DESTDIR by Dylan Baker · 6 years ago
  68. 23d30f4 spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass by Samuel Pitoiset · 6 years ago
  69. 6ae5797 nir: use generic float types for frexp_exp and frexp_sig by Samuel Pitoiset · 6 years ago
  70. 77aa11c nir: Fix anonymous union initialization with older GCC. by Vinson Lee · 6 years ago
  71. db99d02 iris: Push heavy memchecker code to DEBUG by Chris Wilson · 6 years ago
  72. 87f865a iris: Fix batch chaining map_next increment. by Kenneth Graunke · 6 years ago
  73. bf5a928 freedreno/ir3: disable early-z for SSBO/image writes by Rob Clark · 6 years ago
  74. dbac1a8 freedreno/ir3: rename has_kill to no_earlyz by Rob Clark · 6 years ago
  75. f736250 ac/nir: implement 16-bit pack/unpack opcodes by Rhys Perry · 6 years ago
  76. 87dadbc vulkan/overlay: improve error reporting by Lionel Landwerlin · 6 years ago
  77. 9f37273 vulkan/overlay: check return value of swapchain get images by Lionel Landwerlin · 6 years ago
  78. 1fbf355 vulkan/overlay: silence validation layer warnings by Lionel Landwerlin · 6 years ago
  79. de14107 vulkan/overlay: properly register layer object with loader by Lionel Landwerlin · 6 years ago
  80. c077d5d radv: Fix driverUUID by Józef Kucia · 6 years ago
  81. ea9bde1 glsl: Cross validate variable's invariance by explicit invariance only by Danylo Piliaiev · 6 years ago
  82. 1d996ef mesa: Fix GL_NUM_DEVICE_UUIDS_EXT by Józef Kucia · 6 years ago
  83. 66c100a iris: Skip resolves and flushes altogether if unnecessary by Kenneth Graunke · 6 years ago
  84. 365886e iris: Skip framebuffer resolve tracking if framebuffer isn't dirty by Kenneth Graunke · 6 years ago
  85. 1d05d24 iris: Skip input resolve handling if bindings haven't changed by Kenneth Graunke · 6 years ago
  86. a342f2d iris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER by Kenneth Graunke · 6 years ago
  87. 9dd92d0 softpipe: fix integer texture swizzling for 1 vs 1.0f by Dave Airlie · 6 years ago
  88. aae5ba7 softpipe: remove shadow_ref assert. by Dave Airlie · 6 years ago
  89. 8dc8b13 softpipe: handle 32-bit bitfield inserts by Dave Airlie · 6 years ago
  90. 7b7cb1b softpipe: fix 32-bit bitfield extract by Dave Airlie · 6 years ago
  91. a1bd9dd nir: fix opt_if_loop_last_continue() by Timothy Arceri · 6 years ago
  92. 620df57 anv: fix build on Nougat by Gurchetan Singh · 6 years ago
  93. 139f908 anv: move anv_GetMemoryAndroidHardwareBufferANDROID up a bit by Gurchetan Singh · 6 years ago
  94. b070861 configure.ac / meson: depend on libnativewindow when appropriate by Gurchetan Singh · 6 years ago
  95. bfed0a7 v3d: Remove some dead members of struct v3d_compile. by Eric Anholt · 6 years ago
  96. 16f2770 v3d: Upload all of UBO[0] if any indirect load occurs. by Eric Anholt · 6 years ago
  97. 320e96b v3d: Move constant offsets to UBO addresses into the main uniform stream. by Eric Anholt · 6 years ago
  98. c36d279 v3d: Rename v3d_tmu_config_data to v3d_unit_data. by Eric Anholt · 6 years ago
  99. b30aad5 configure.ac/meson.build: Add options for library suffixes by Benjamin Gordon · 6 years ago
  100. e426c3a nir: Record non-vector/scalar varyings as unmovable when compacting by Kenneth Graunke · 6 years ago