1. a6a5a6f freedreno: Add printf pattern string. by Bas Nieuwenhuizen · 5 years ago
  2. 6256925 Revert "vl: Enable DRM by default." by Bas Nieuwenhuizen · 5 years ago
  3. 4a03d37 panfrost/midgard: .pos propagation by Alyssa Rosenzweig · 5 years ago
  4. 5da0a33 panfrost/midgard: Cleanup copy propagation by Alyssa Rosenzweig · 5 years ago
  5. 33800f4 panfrost/midgard: Implement "pipeline register" prepass by Alyssa Rosenzweig · 5 years ago
  6. 2a79afc panfrost/midgard: Helpers for pipeline by Alyssa Rosenzweig · 5 years ago
  7. 3c7abbf panfrost/midgard: Refactor schedule/emit pipeline by Alyssa Rosenzweig · 5 years ago
  8. 0524ab9 panfrost/midgard: Cleanup RA (stylistic changes) by Alyssa Rosenzweig · 5 years ago
  9. debc29b panfrost/midgard: Share MIR utilities by Alyssa Rosenzweig · 5 years ago
  10. 1bfa0d6 panfrost/midgard: Misc. cleanup for readibility by Alyssa Rosenzweig · 5 years ago
  11. 2d98022 panfrost/midgard: Extend RA to non-vec4 sources by Alyssa Rosenzweig · 5 years ago
  12. c1715b5 panfrost/midgard: Set masks on ld_vary by Alyssa Rosenzweig · 5 years ago
  13. 550be76 panfrost/midgard: Fix liveness analysis bugs by Alyssa Rosenzweig · 5 years ago
  14. c54f3f4 panfrost/midgard: Set int outmod for "pasted" code by Alyssa Rosenzweig · 5 years ago
  15. 51196c3 panfrost/midgard: Hoist some utility functions by Alyssa Rosenzweig · 5 years ago
  16. 005d9b1 panfrost/midgard: Remove pinning by Alyssa Rosenzweig · 5 years ago
  17. d2d3cc6 nir/algebraic: Simplify max(abs(a), 0.0) -> abs(a) by Alyssa Rosenzweig · 5 years ago
  18. c9c1e26 mesa: prevent common string formatting security issues by Mark Janes · 5 years ago
  19. f4ef34f intel/fs: Add an UNDEF instruction to avoid excess live ranges by Jason Ekstrand · 5 years ago
  20. d482a8f spirv: Update the OpenCL.std.h header by Caio Marcelo de Oliveira Filho · 5 years ago
  21. 9701cb1 radv: Use bo metadata for imported image tiling on Android. by Bas Nieuwenhuizen · 5 years ago
  22. 392c609 vl: Enable DRM by default. by Bas Nieuwenhuizen · 5 years ago
  23. c2a0335 anv: Advertise support for VK_EXT_fragment_shader_interlock by Jason Ekstrand · 5 years ago
  24. 5176805 spirv: Implement SPV_EXT_fragment_shader_interlock by Jason Ekstrand · 5 years ago
  25. b5aa76b spirv: Update the headers from latest Khronos master by Jason Ekstrand · 5 years ago
  26. 8339e3f vulkan: Update the XML and headers to 1.1.110 by Jason Ekstrand · 5 years ago
  27. 73dda85 ac/nir: mark some texture intrinsics as convergent by Rhys Perry · 5 years ago
  28. d4a2f8b radv: fix some compiler warnings by Rhys Perry · 5 years ago
  29. a84de3f intel/fs: Skip registers faster when setting spill costs by Jason Ekstrand · 5 years ago
  30. d68218d radeonsi/nir: Fix type in bindless address computation by Connor Abbott · 5 years ago
  31. a6e8799 etnaviv: implement set_active_query_state(..) for hw queries by Christian Gmeiner · 5 years ago
  32. 8a35eb0 radv: do not use gfx fast depth clears for layered depth/stencil images by Samuel Pitoiset · 5 years ago
  33. 33f4e04 ac,radv: do not emit vec3 for raw load/store on SI by Samuel Pitoiset · 5 years ago
  34. 3016756 intel/compiler: Fix assertions in brw_alu3 by Sagar Ghuge · 6 years ago
  35. 34d3103 iris: Fix SO stride units for DrawTransformFeedback by Kenneth Graunke · 5 years ago
  36. fea36a8 st/glsl: make sure to propagate initialisers to driver storage by Timothy Arceri · 5 years ago
  37. 61de825 spirv: Like Uniform, do nothing for UniformId by Caio Marcelo de Oliveira Filho · 5 years ago
  38. b4eff83 spirv: Implement SpvOpCopyLogical by Caio Marcelo de Oliveira Filho · 5 years ago
  39. 81586e9 spirv: Generalize OpSelect by Caio Marcelo de Oliveira Filho · 5 years ago
  40. 1763029 spirv: Move OpSelect handling to a function by Caio Marcelo de Oliveira Filho · 5 years ago
  41. ea0e898 nir/vars_to_ssa: Handle UNDEF_NODE in more places by Caio Marcelo de Oliveira Filho · 5 years ago
  42. b2bbd1a ac/registers: don't use the si, cik, vi names, use gfxN by Marek Olšák · 5 years ago
  43. f480b8a amd/common: use generated register header by Nicolai Hähnle · 5 years ago
  44. 853ef5c amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0 by Nicolai Hähnle · 5 years ago
  45. cf51009 amd/common: unify PITCH_GFX6 and PITCH_GFX9 by Nicolai Hähnle · 5 years ago
  46. e042158 amd/common: rename R_3F2_CONTROL to IB_CONTROL for disambiguation by Nicolai Hähnle · 5 years ago
  47. cd247cf amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names by Nicolai Hähnle · 7 years ago
  48. ef6ef09 amd/common: derive ac_debug tables from register JSON by Nicolai Hähnle · 5 years ago
  49. d02286c amd/registers: add JSON description of packet3 fields by Nicolai Hähnle · 5 years ago
  50. 67702e3 amd/registers: add JSON descriptions of registers by Nicolai Hähnle · 5 years ago
  51. e6184b0 amd/registers: scripts for processing register descriptions in JSON by Nicolai Hähnle · 5 years ago
  52. d4e70be freedreno: Fix GCC build error. by Vinson Lee · 5 years ago
  53. 774a088 mesa: Use string literals for format strings by Mark Janes · 5 years ago
  54. 045aecc iris: Always reserve binding table space for NIR constants by Caio Marcelo de Oliveira Filho · 5 years ago
  55. 5611444 iris: Print binding tables when INTEL_DEBUG=bt by Caio Marcelo de Oliveira Filho · 5 years ago
  56. 97cd865 iris: Compact binding tables by Caio Marcelo de Oliveira Filho · 5 years ago
  57. 79f1529 iris: Create an enum for the surface groups by Caio Marcelo de Oliveira Filho · 5 years ago
  58. 1c8ea8b iris: Handle binding table in the driver by Caio Marcelo de Oliveira Filho · 5 years ago
  59. 518f832 iris: Pull brw_nir_analyze_ubo_ranges() call out setup_uniforms by Caio Marcelo de Oliveira Filho · 5 years ago
  60. 1f8546b spirv: Implement OpPtrEqual, OpPtrNotEqual and OpPtrDiff by Caio Marcelo de Oliveira Filho · 5 years ago
  61. ca164ab nir: Add functions to subtract and compare addresses by Caio Marcelo de Oliveira Filho · 5 years ago
  62. 09cc338 nir: Add nir_ball_iequal() helper by Caio Marcelo de Oliveira Filho · 5 years ago
  63. 8834037 mesa: ARB program parser should clean parameters by Sergii Romantsov · 5 years ago
  64. 382e355 freedreno/ir3: fix counting and printing for half registers. by Hyunjun Ko · 5 years ago
  65. fb53b32 freedreno/ir3: Fix up the half reg source even when src instr==NULL by Neil Roberts · 6 years ago
  66. 3222216 freedreno/ir3: Add a 16-bit implementation of nir_op_imul by Neil Roberts · 6 years ago
  67. daee6bc freedreno/ir3: set dst type of alu instructions correctly. by Hyunjun Ko · 6 years ago
  68. 43d80a3 freedreno/ir3: adjust the bitsize of regs when an array loading. by Hyunjun Ko · 5 years ago
  69. cbd1f47 freedreno/ir3: convert back to 32-bit values for half constant registers. by Hyunjun Ko · 6 years ago
  70. a9b556d freedreno/ir3: check the type of regs of absneg opcode in is_same_type_mov. by Hyunjun Ko · 6 years ago
  71. 6fb8ef3 freedreno/ir3: set proper dst type for uniform according to the type of nir dest. by Hyunjun Ko · 6 years ago
  72. 689c3c7 freedreno/ir3: Use output type size to set OUTPUT_REG_HALF_PRECISION by Neil Roberts · 6 years ago
  73. 8cd1b76 freedreno/ir3: Fix loading half-float immediate vectors by Neil Roberts · 6 years ago
  74. 7bbf21e freedreno/ir3: immediately schedule meta instructions by Rob Clark · 5 years ago
  75. 771d04c freedreno/ir3: scheduler improvements by Rob Clark · 5 years ago
  76. bb3aa44 freedreno/ir3: sched should mark outputs used by Rob Clark · 5 years ago
  77. d290629 mesa: EXT_dsa add selectorless matrix stack functions by Pierre-Eric Pelloux-Prayer · 5 years ago
  78. 28ce704 mesa: factor out enum -> matrix stack lookup by Pierre-Eric Pelloux-Prayer · 5 years ago
  79. b69584a mesa: add new EXT_direct_state_access tokens by Timothy Arceri · 6 years ago
  80. 028682f glapi: add EXT_direct_state_access by Chris Forbes · 12 years ago
  81. 9c5d86a mesa: add a list of EXT_direct_state_access to dispatch sanity by Timothy Arceri · 6 years ago
  82. 4583f09 radeonsi: init sctx->dma_copy before using it by Pierre-Eric Pelloux-Prayer · 5 years ago
  83. 5820ac6 d3dadapter9: Revert to old throttling limit value by Axel Davy · 5 years ago
  84. 486bc1e ac: use amdgpu-flat-work-group-size by Marek Olšák · 5 years ago
  85. 4b11ed4 u_blitter: don't fail mipmap generation for depth formats containing stencil by Marek Olšák · 5 years ago
  86. 3135ca4 etnaviv: drop a bunch of duplicated gallium PIPE_CAP default code by Christian Gmeiner · 5 years ago
  87. 4450989 radv: flush pending query reset caches before copying results by Samuel Pitoiset · 5 years ago
  88. 91672be nir: copy intrinsic type when lowering load input/uniform and store output by Jonathan Marek · 5 years ago
  89. 6970a9a ac,radv: remove the vec3 restriction with LLVM 9+ by Samuel Pitoiset · 5 years ago
  90. 7559060 nir: Return nir_type_invalid for non-numeric base types by Caio Marcelo de Oliveira Filho · 5 years ago
  91. 27497c5 iris: Drop unused locals from iris_clear.c to avoid warning by Caio Marcelo de Oliveira Filho · 5 years ago
  92. f387c2b nir: remove bool lowering from lower_int_to_float by Jonathan Marek · 5 years ago
  93. f6579ee nir: fix lower_{int,bool}_to_float for new mov opcode by Jonathan Marek · 5 years ago
  94. f889180 nir: add lower_bitshift option by Jonathan Marek · 5 years ago
  95. 887c2a6 nir: fix gather_ssa_types by Jonathan Marek · 5 years ago
  96. c127505 nir: add type information to load uniform/input and store output intrinsics by Jonathan Marek · 5 years ago
  97. 6016df2 nir: improvements to native_integers removal by Jonathan Marek · 5 years ago
  98. 32131a9 freedreno/a6xx: add 'type' to shader state key by Rob Clark · 5 years ago
  99. 8b7bf5e freedreno/ir3: fix constlen versus indirect UBO by Rob Clark · 5 years ago
  100. 8eaa2d5 freedreno/a6xx: fix GPU crash on small render targets by Rob Clark · 5 years ago