1. 60912f1 freedreno: we don't need aligned vbo's by Rob Clark · 4 years, 3 months ago
  2. 9a7c179 freedreno/a6xx: add some more formats by Rob Clark · 4 years, 3 months ago
  3. 6f7d945 pan/decode: Don't crash on missing payload by Alyssa Rosenzweig · 4 years, 2 months ago
  4. bde19c0 panfrost: Fix tiled texture "stride"s on Bifrost by Alyssa Rosenzweig · 4 years, 2 months ago
  5. bbecbed panfrost: Fix norm coords on bifrost sampler by Alyssa Rosenzweig · 4 years, 2 months ago
  6. 401409e panfrost: Fix sampler wrap/filter field orders by Alyssa Rosenzweig · 4 years, 2 months ago
  7. 6148d1b panfrost: Fix size of bifrost sampler descriptor by Alyssa Rosenzweig · 4 years, 2 months ago
  8. 884f869 panfrost: Fix texture field size by Alyssa Rosenzweig · 4 years, 2 months ago
  9. d04be37 pan/bit: Add round tests by Alyssa Rosenzweig · 4 years, 2 months ago
  10. 6bbedf8 pan/bit: Interpret ROUND by Alyssa Rosenzweig · 4 years, 2 months ago
  11. f1f4f1b pan/bit: Add framework forinterpreting double vs float by Alyssa Rosenzweig · 4 years, 2 months ago
  12. 130a3fb pan/bi: Pack round opcodes (FMA, either 16 or 32) by Alyssa Rosenzweig · 4 years, 2 months ago
  13. 5f35cda pan/bi: Pipe multiple textures through by Alyssa Rosenzweig · 4 years, 2 months ago
  14. fc634dc pan/bi: Add texture indices to IR by Alyssa Rosenzweig · 4 years, 2 months ago
  15. f8424d3 freedreno/a6xx: fix LRZ hang by Rob Clark · 4 years, 2 months ago
  16. 0e51082 freedreno/ir3: Leave bools as 1-bit, storing them in full regs. by Eric Anholt · 4 years, 3 months ago
  17. 769adc9 freedreno/ir3: Drop redundant IR3_REG_HALF setup in ALU ops. by Eric Anholt · 4 years, 3 months ago
  18. bdd2f28 radeonsi: revert an accidental change in si_clear_buffer by Marek Olšák · 4 years, 2 months ago
  19. 5afec9b radeonsi: fix si_compute_clear_render_target with render condition enabled by Marek Olšák · 4 years, 2 months ago
  20. 19db1a5 radeonsi: add a workaround to fix KHR-GL45.texture_view.view_classes on gfx9 by Marek Olšák · 4 years, 2 months ago
  21. d6acdbd radeonsi: implement and use compute-based DCC decompression on gfx9-10 by Marek Olšák · 4 years, 2 months ago
  22. d3da739 radeonsi: add SI_IMAGE_ACCESS_DCC_OFF to ignore DCC for shader images by Marek Olšák · 4 years, 2 months ago
  23. 93d5c86 radeonsi: bind shader images after DCC is disabled for image stores by Marek Olšák · 4 years, 2 months ago
  24. 44d27fd radeonsi: clean up and deduplicate code around internal compute dispatches by Marek Olšák · 4 years, 2 months ago
  25. e58dcc4 radeonsi: unify and align down the max SSBO/TBO/UBO buffer binding size by Marek Olšák · 4 years, 2 months ago
  26. b7ffa15 tgsi_to_nir: handle TGSI_OPCODE_BARRIER by Marek Olšák · 4 years, 2 months ago
  27. d35c3dc tgsi_to_nir: handle TGSI_SEMANTIC_BLOCK_SIZE by Marek Olšák · 4 years, 2 months ago
  28. 2840bc3 glthread: upload non-VBO vertices and indices for non-Indirect non-IBM draws by Marek Olšák · 4 years, 4 months ago
  29. 1485a3f glthread: handle gl{Push,Pop}ClientAttrib{DefaultEXT} for glthread states by Marek Olšák · 4 years, 4 months ago
  30. 57bf51a glthread: handle POS vs GENERIC0 aliasing by Marek Olšák · 4 years, 3 months ago
  31. 09f9463 glthread: initialize VAOs properly by Marek Olšák · 4 years, 4 months ago
  32. 47cf310 glthread: track primitive restart state by Marek Olšák · 4 years, 4 months ago
  33. 9037005 glthread: track instance divisor changes by Marek Olšák · 4 years, 4 months ago
  34. c9c9f57 glthread: track pointers and strides for Pointer & EXT_dsa attrib functions by Marek Olšák · 4 years, 4 months ago
  35. befbd54 glthread: don't use atomics for refcounting to decrease overhead on AMD Zen by Marek Olšák · 4 years, 3 months ago
  36. 7f22e0f glthread: do glBufferSubData as unsynchronized upload + GPU copy by Marek Olšák · 4 years, 4 months ago
  37. 70847eb mesa: add _mesa_InternalBind{ElementBuffer,VertexBuffers} for glthread by Marek Olšák · 4 years, 4 months ago
  38. a82889e mesa: add glInternalBufferSubDataCopyMESA for glthread by Marek Olšák · 4 years, 4 months ago
  39. 3707cef mesa: inline vbo_context inside gl_context to remove vbo_context dereferences by Marek Olšák · 4 years, 3 months ago
  40. 4284230 mesa,st/mesa: add a fast path for non-static VAOs by Marek Olšák · 4 years, 3 months ago
  41. 2e3a9d7 mesa: don't update shaders on fixed-func state changes if user shaders are bound by Marek Olšák · 4 years, 3 months ago
  42. 256d5ca mesa: don't set unnecessary program flags in _mesa_update_state by Marek Olšák · 4 years, 3 months ago
  43. b2b4afd mesa: set _NEW_FRAG_CLAMP only when needed by Mathias Fröhlich · 4 years, 4 months ago
  44. 21ff963 mesa: don't call _mesa_update_state for _mesa_get_clamp_fragment_color by Marek Olšák · 4 years, 4 months ago
  45. f153800 st/mesa: Move _NEW_FRAG_CLAMP to NewFragClamp driver flag. by Mathias Fröhlich · 5 years ago
  46. eb04db7 mesa: optimize glPush/PopClientAttrib by removing malloc overhead by Marek Olšák · 4 years, 4 months ago
  47. beb02a7 freedreno/a6xx: don't set SP_FS_CTRL_REG0.VARYING for fragcoord by Rob Clark · 4 years, 2 months ago
  48. 612e35c iris: don't assert on unfinished aux import in copy paths by Lionel Landwerlin · 4 years, 2 months ago
  49. d56b8c4 freedreno: sync registers with envytools by Rob Clark · 4 years, 2 months ago
  50. 2007654 freedreno/a6xx: more OUT_REG() by Rob Clark · 4 years, 2 months ago
  51. f62cad6 freedreno: scissor vs disabled scissor micro-opt by Rob Clark · 4 years, 2 months ago
  52. 373e9ab freedreno/a6xx: convert const emit to OUT_PKT() by Rob Clark · 4 years, 2 months ago
  53. 710537b freedreno/ir3: inline const emit by Rob Clark · 4 years, 2 months ago
  54. aff93f5 freedreno/a6xx: split out const emit by Rob Clark · 4 years, 2 months ago
  55. 58fd1d7 freedreno/a6xx: convert draw packet to OUT_PKT() by Rob Clark · 4 years, 2 months ago
  56. ee29316 freedreno/a6xx: add OUT_PKT() by Rob Clark · 4 years, 2 months ago
  57. a142bb8 freedreno/a6xx: skip unnecessary MRT blend state by Rob Clark · 4 years, 2 months ago
  58. 5d55498 freedreno/a6xx: combine sample mask into blend state by Rob Clark · 4 years, 3 months ago
  59. 880edb9 freedreno/a6xx: move blend-color to stateobj by Rob Clark · 4 years, 3 months ago
  60. dfa702e freedreno/a6xx: limit LRZ state emit by Rob Clark · 4 years, 3 months ago
  61. 3c268af freedreno/a6xx: limit PROG_FB_RAST state emit by Rob Clark · 4 years, 3 months ago
  62. 46e1773 freedreno/a6xx: move scissor state to stateobj by Rob Clark · 4 years, 3 months ago
  63. 8cfa765 freedreno/a6xx: move const state to single stateobj by Rob Clark · 4 years, 3 months ago
  64. 89dbdb8 freedreno/a6xx: avoid unnecessary clearing VS DP state by Rob Clark · 4 years, 3 months ago
  65. f583dc6 freedreno/a6xx: small query cleanup by Rob Clark · 4 years, 2 months ago
  66. e3fc8dd freedreno/drm: inline the things by Rob Clark · 4 years, 3 months ago
  67. 75435d5 freedreno/drm: drop atomic refcnts by Rob Clark · 4 years, 3 months ago
  68. 4715502 freedreno/ir3: Initialize the unused dwords of the immediates consts. by Eric Anholt · 4 years, 2 months ago
  69. 3fac55c Revert "anv/gen12: Temporarily disable VK_KHR_buffer_device_address (and EXT)" by Jason Ekstrand · 4 years, 2 months ago
  70. 4985e38 intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages by Jason Ekstrand · 4 years, 2 months ago
  71. 0edc290 pan/decode: Use correct printf modifier for long int by Tomeu Vizoso · 4 years, 2 months ago
  72. 03963fe pan/decode: Check for correct unknown field by Tomeu Vizoso · 4 years, 2 months ago
  73. bc11deb panfrost: Don't leak temporary descriptors array by Tomeu Vizoso · 4 years, 2 months ago
  74. 3c98c45 panfrost: Emit blend descriptors on Bifrost by Tomeu Vizoso · 4 years, 2 months ago
  75. 33b13b9 panfrost: Enumify bifrost blend types by Alyssa Rosenzweig · 4 years, 2 months ago
  76. 0f4f1d7 intel: add stub_gpu tool by Lionel Landwerlin · 4 years, 3 months ago
  77. 8c3c1d8 intel/dev: print out error when platform is not found by name by Lionel Landwerlin · 4 years, 3 months ago
  78. fd3c014 drm-shim: silence warnings by Lionel Landwerlin · 4 years, 2 months ago
  79. 764ef4b drm-shim: don't create a memfd per BO by Lionel Landwerlin · 4 years, 2 months ago
  80. 6b34c8d drm-shim: move handle lock to shim_fd by Lionel Landwerlin · 4 years, 2 months ago
  81. f78af33 gallium: extract out logicop helper by Rob Clark · 4 years, 2 months ago
  82. 51a82ec gallivm: fix half to float conversions with llvm 11 by Roland Scheidegger · 4 years, 2 months ago
  83. 0842758 intel/ir: Update performance analysis parameters for memory fence codegen changes. by Francisco Jerez · 4 years, 2 months ago
  84. e70cfe4 pan/mdg: Be a bit more pedantic in invert passes by Alyssa Rosenzweig · 4 years, 2 months ago
  85. 074815c pan/mdg: Track more types by Alyssa Rosenzweig · 4 years, 2 months ago
  86. a0fe98b freedreno: fix buffer import by Rob Clark · 4 years, 2 months ago
  87. 2efa76f i965: remove unused variable by Marcin Ślusarz · 4 years, 2 months ago
  88. 85fe0e5 radv: Fix implicit sync with recent allocation changes. by Bas Nieuwenhuizen · 4 years, 2 months ago
  89. 27cafa9 freedreno: switch to simple_mtx by Rob Clark · 4 years, 2 months ago
  90. 336a8cd freedreno: add screen lock wrappers by Rob Clark · 4 years, 2 months ago
  91. 8aacaec util/simple_mtx: add assert_locked() by Rob Clark · 4 years, 2 months ago
  92. 3e1b93e turnip: fix wrong substream size in parse_multisample_and_color_blend by Jonathan Marek · 4 years, 2 months ago
  93. 05e6f76 util/ra: Improve ra_set_finalize() performance. by Eric Anholt · 4 years, 3 months ago
  94. 53ac2da util/ra: Use util_dynarray for handling the conflict lists. by Eric Anholt · 4 years, 3 months ago
  95. 5708885 util/ra: Use util_dynarray for the adjacency list. by Eric Anholt · 4 years, 3 months ago
  96. a1de267 util/ra: Sanity check that we're adding a valid reg to a class. by Eric Anholt · 4 years, 3 months ago
  97. 5bcaf30 util/ra: Sanity check that the driver selected a valid reg. by Eric Anholt · 4 years, 3 months ago
  98. fc66800 freedreno/a4xx: enable A405 by Konrad Dybcio · 4 years, 3 months ago
  99. 328cc00 iris: handle PIPE_CAP_CLEAR_SCISSORED by Mike Blumenkrantz · 4 years, 3 months ago
  100. 1c8bcad gallium: add pipe cap for scissored clears and pass scissor state to clear() hook by Mike Blumenkrantz · 4 years, 3 months ago