1. 853ef5c amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0 by Nicolai Hähnle · 5 years ago
  2. cf51009 amd/common: unify PITCH_GFX6 and PITCH_GFX9 by Nicolai Hähnle · 5 years ago
  3. e042158 amd/common: rename R_3F2_CONTROL to IB_CONTROL for disambiguation by Nicolai Hähnle · 5 years ago
  4. cd247cf amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names by Nicolai Hähnle · 7 years ago
  5. ef6ef09 amd/common: derive ac_debug tables from register JSON by Nicolai Hähnle · 5 years ago
  6. d02286c amd/registers: add JSON description of packet3 fields by Nicolai Hähnle · 5 years ago
  7. 67702e3 amd/registers: add JSON descriptions of registers by Nicolai Hähnle · 5 years ago
  8. e6184b0 amd/registers: scripts for processing register descriptions in JSON by Nicolai Hähnle · 5 years ago
  9. d4e70be freedreno: Fix GCC build error. by Vinson Lee · 5 years ago
  10. 774a088 mesa: Use string literals for format strings by Mark Janes · 5 years ago
  11. 045aecc iris: Always reserve binding table space for NIR constants by Caio Marcelo de Oliveira Filho · 5 years ago
  12. 5611444 iris: Print binding tables when INTEL_DEBUG=bt by Caio Marcelo de Oliveira Filho · 5 years ago
  13. 97cd865 iris: Compact binding tables by Caio Marcelo de Oliveira Filho · 5 years ago
  14. 79f1529 iris: Create an enum for the surface groups by Caio Marcelo de Oliveira Filho · 5 years ago
  15. 1c8ea8b iris: Handle binding table in the driver by Caio Marcelo de Oliveira Filho · 5 years ago
  16. 518f832 iris: Pull brw_nir_analyze_ubo_ranges() call out setup_uniforms by Caio Marcelo de Oliveira Filho · 5 years ago
  17. 1f8546b spirv: Implement OpPtrEqual, OpPtrNotEqual and OpPtrDiff by Caio Marcelo de Oliveira Filho · 5 years ago
  18. ca164ab nir: Add functions to subtract and compare addresses by Caio Marcelo de Oliveira Filho · 5 years ago
  19. 09cc338 nir: Add nir_ball_iequal() helper by Caio Marcelo de Oliveira Filho · 5 years ago
  20. 8834037 mesa: ARB program parser should clean parameters by Sergii Romantsov · 5 years ago
  21. 382e355 freedreno/ir3: fix counting and printing for half registers. by Hyunjun Ko · 5 years ago
  22. fb53b32 freedreno/ir3: Fix up the half reg source even when src instr==NULL by Neil Roberts · 6 years ago
  23. 3222216 freedreno/ir3: Add a 16-bit implementation of nir_op_imul by Neil Roberts · 6 years ago
  24. daee6bc freedreno/ir3: set dst type of alu instructions correctly. by Hyunjun Ko · 6 years ago
  25. 43d80a3 freedreno/ir3: adjust the bitsize of regs when an array loading. by Hyunjun Ko · 5 years ago
  26. cbd1f47 freedreno/ir3: convert back to 32-bit values for half constant registers. by Hyunjun Ko · 6 years ago
  27. a9b556d freedreno/ir3: check the type of regs of absneg opcode in is_same_type_mov. by Hyunjun Ko · 6 years ago
  28. 6fb8ef3 freedreno/ir3: set proper dst type for uniform according to the type of nir dest. by Hyunjun Ko · 6 years ago
  29. 689c3c7 freedreno/ir3: Use output type size to set OUTPUT_REG_HALF_PRECISION by Neil Roberts · 6 years ago
  30. 8cd1b76 freedreno/ir3: Fix loading half-float immediate vectors by Neil Roberts · 6 years ago
  31. 7bbf21e freedreno/ir3: immediately schedule meta instructions by Rob Clark · 5 years ago
  32. 771d04c freedreno/ir3: scheduler improvements by Rob Clark · 5 years ago
  33. bb3aa44 freedreno/ir3: sched should mark outputs used by Rob Clark · 5 years ago
  34. d290629 mesa: EXT_dsa add selectorless matrix stack functions by Pierre-Eric Pelloux-Prayer · 5 years ago
  35. 28ce704 mesa: factor out enum -> matrix stack lookup by Pierre-Eric Pelloux-Prayer · 5 years ago
  36. b69584a mesa: add new EXT_direct_state_access tokens by Timothy Arceri · 6 years ago
  37. 028682f glapi: add EXT_direct_state_access by Chris Forbes · 12 years ago
  38. 9c5d86a mesa: add a list of EXT_direct_state_access to dispatch sanity by Timothy Arceri · 6 years ago
  39. 4583f09 radeonsi: init sctx->dma_copy before using it by Pierre-Eric Pelloux-Prayer · 5 years ago
  40. 5820ac6 d3dadapter9: Revert to old throttling limit value by Axel Davy · 5 years ago
  41. 486bc1e ac: use amdgpu-flat-work-group-size by Marek Olšák · 5 years ago
  42. 4b11ed4 u_blitter: don't fail mipmap generation for depth formats containing stencil by Marek Olšák · 5 years ago
  43. 3135ca4 etnaviv: drop a bunch of duplicated gallium PIPE_CAP default code by Christian Gmeiner · 5 years ago
  44. 4450989 radv: flush pending query reset caches before copying results by Samuel Pitoiset · 5 years ago
  45. 91672be nir: copy intrinsic type when lowering load input/uniform and store output by Jonathan Marek · 5 years ago
  46. 6970a9a ac,radv: remove the vec3 restriction with LLVM 9+ by Samuel Pitoiset · 5 years ago
  47. 7559060 nir: Return nir_type_invalid for non-numeric base types by Caio Marcelo de Oliveira Filho · 5 years ago
  48. 27497c5 iris: Drop unused locals from iris_clear.c to avoid warning by Caio Marcelo de Oliveira Filho · 5 years ago
  49. f387c2b nir: remove bool lowering from lower_int_to_float by Jonathan Marek · 5 years ago
  50. f6579ee nir: fix lower_{int,bool}_to_float for new mov opcode by Jonathan Marek · 5 years ago
  51. f889180 nir: add lower_bitshift option by Jonathan Marek · 5 years ago
  52. 887c2a6 nir: fix gather_ssa_types by Jonathan Marek · 5 years ago
  53. c127505 nir: add type information to load uniform/input and store output intrinsics by Jonathan Marek · 5 years ago
  54. 6016df2 nir: improvements to native_integers removal by Jonathan Marek · 5 years ago
  55. 32131a9 freedreno/a6xx: add 'type' to shader state key by Rob Clark · 5 years ago
  56. 8b7bf5e freedreno/ir3: fix constlen versus indirect UBO by Rob Clark · 5 years ago
  57. 8eaa2d5 freedreno/a6xx: fix GPU crash on small render targets by Rob Clark · 5 years ago
  58. f9fa456 freedreno/ir3: set more barrier bits by Rob Clark · 5 years ago
  59. 5d43b80 freedreno/ir3: set (ss) on last_input if ldlv by Rob Clark · 5 years ago
  60. 73fb02c freedreno/ir3: add assert by Rob Clark · 5 years ago
  61. 8c74772 util/hash_table: Use fast modulo computation by Connor Abbott · 5 years ago
  62. 83667f7 util/set: Use fast modulo computation by Connor Abbott · 5 years ago
  63. b878178 util: Add a helper for faster remainders by Connor Abbott · 6 years ago
  64. 983b001 util/hash_table: Add specialized resizing add function by Connor Abbott · 5 years ago
  65. 6f9beb2 util/set: Add specialized resizing add function by Connor Abbott · 5 years ago
  66. 4512117 util/hash_table: Pull out loop-invariant computations by Connor Abbott · 5 years ago
  67. f7ff685 util/set: Pull out loop-invariant computations by Connor Abbott · 5 years ago
  68. 3bd0733 nir/instr_set: Use _mesa_set_search_or_add() by Connor Abbott · 6 years ago
  69. 8a838e1 util/set: Add a _mesa_set_search_or_add() function by Connor Abbott · 6 years ago
  70. 1db86d8 freedreno/ir3: fix input ncomp for vertex shaders by Jonathan Marek · 5 years ago
  71. 65df612 intel/compiler: Use compare rematerialization pass by Ian Romanick · 5 years ago
  72. 3ee2e84 nir: Rematerialize compare instructions by Ian Romanick · 5 years ago
  73. 336eab0 nir: Add a shallow clone function for nir_alu_instr by Ian Romanick · 5 years ago
  74. 0e1c5cc panfrost: Remove link stage for jobs by Tomeu Vizoso · 5 years ago
  75. da9f7ab panfrost: ci: Switch to kernel 5.2-rc2 by Tomeu Vizoso · 5 years ago
  76. 77f5663 panfrost: ci: Update expectations by Tomeu Vizoso · 5 years ago
  77. 78f3362 radeonsi/nir: Remove hack for builtins by Connor Abbott · 5 years ago
  78. fca1a35 radeonsi/nir: Use correct location for uniform access bound by Connor Abbott · 5 years ago
  79. 6571032 radeonsi/nir: Correctly handle double TCS/TES varyings by Connor Abbott · 5 years ago
  80. ca19f76 etnaviv: blt: s/TRUE/true && s/FALSE/false by Christian Gmeiner · 5 years ago
  81. 9e6463e etnaviv: rs: s/TRUE/true && s/FALSE/false by Christian Gmeiner · 5 years ago
  82. e24a784 nir: Actually propagate progress in nir_opt_move_load_ubo. by Bas Nieuwenhuizen · 5 years ago
  83. 9178076 radv: use RADV_CMD_DIRTY_DYNAMIC_* when restoring viewport/scissor by Samuel Pitoiset · 5 years ago
  84. 0e7b029 radv: use CmdPushConstants when restoring constants after meta operations by Samuel Pitoiset · 5 years ago
  85. f1cb334 nir/split_vars: Properly bail in the presence of complex derefs by Jason Ekstrand · 5 years ago
  86. cc59503 nir/vars_to_ssa: Properly ignore variables with complex derefs by Jason Ekstrand · 6 years ago
  87. 911ea2c nir/vars_to_ssa: Use a non-null UNDEF_NODE pointer by Jason Ekstrand · 5 years ago
  88. e841946 nir/deref: Add a has_complex_use helper by Jason Ekstrand · 5 years ago
  89. 8948048 nir/dead_cf: Call instructions aren't dead by Jason Ekstrand · 5 years ago
  90. 5441d56 vtn: create cast with type stride. by Dave Airlie · 5 years ago
  91. 372e83b list: add some iterator debug by Rob Clark · 5 years ago
  92. 03ce12c nir: Accept nir_var_mem_global in derefs used by phis by Caio Marcelo de Oliveira Filho · 5 years ago
  93. 5e43a75 intel/blorp: Use the hardware op for CCS ambiguate on gen10+ by Jason Ekstrand · 6 years ago
  94. b31a31b swr/rast: Enable ARB_GL_texture_buffer_range by Jan Zielinski · 5 years ago
  95. cf67374 swr/rast: fix 32-bit compilation on Linux by Jan Zielinski · 5 years ago
  96. 9e403dc intel/fs: Do a stalling MFENCE in endInvocationInterlock() by Jason Ekstrand · 5 years ago
  97. 859de4a intel/fs,vec4: Use g0 as the header for MFENCE by Jason Ekstrand · 5 years ago
  98. 43cc3dc radv: enable transformFeedbackStreamsLinesTriangles by Samuel Pitoiset · 5 years ago
  99. da26013 radv: implement VK_EXT_sample_locations and disable it by Samuel Pitoiset · 5 years ago
  100. e917bb7 iris: Avoid holding the lock while allocating pages. by Kenneth Graunke · 5 years ago