1. f5fe903 nv50/ir: generalize interp fixups to be able to fixup anything by Ilia Mirkin · 8 years ago
  2. 1b72c31 nir/algebraic: Separate ffma lowering from fusing by Jason Ekstrand · 9 years ago
  3. 4500d17 freedreno: fix multi-layer transfer_map's by Rob Clark · 8 years ago
  4. 8d63913 swr: [rasterizer] Include cmath for std::isnan and std::isinf. by Vinson Lee · 8 years ago
  5. 3d21720 radeonsi: Set declared tessellation LDS size to hardware size. by Bas Nieuwenhuizen · 9 years ago
  6. 8623e59 freedreno/ir3: size input/output arrays properly by Rob Clark · 8 years ago
  7. e46ac18 nvc0: enable compute support by default on GK110+ by Samuel Pitoiset · 8 years ago
  8. 2b58bc4 gallium/radeon: don't flush the GFX IB if DMA doesn't depend on it by Marek Olšák · 9 years ago
  9. fb89f06 radeonsi: consolidate radeon_add_to_buffer_list calls for DMA by Marek Olšák · 9 years ago
  10. 60946c0 gallium/radeon: add a heuristic for better (S)DMA performance by Marek Olšák · 9 years ago
  11. bb74152 gallium/radeon: flush if DMA IB memory usage is too high by Marek Olšák · 9 years ago
  12. 70934de radeonsi: add new SDMA texture copy code by Marek Olšák · 9 years ago
  13. a512da3 gallium/radeon: fix (S)DMA read-after-write hazards by Marek Olšák · 9 years ago
  14. f837c37 radeonsi: raise the max size for SDMA buffer copies by Marek Olšák · 9 years ago
  15. faa4f01 radeonsi: remove SDMA texture copy code by Marek Olšák · 9 years ago
  16. 498a40c radeonsi: only expose *_init_*dma_functions from (S)DMA files by Marek Olšák · 9 years ago
  17. 3af28e5 gallium/radeon: implement randomized SDMA texture copy testing (v2) by Marek Olšák · 10 years ago
  18. f475c9f gallium/radeon: discard CMASK or DCC if overwriting a whole texture by DMA by Marek Olšák · 9 years ago
  19. 2f173b8 gallium/radeon: use a common function for DMA blit preparation by Marek Olšák · 9 years ago
  20. 2af4b63 gallium/radeon: split out code for discarding DCC by Marek Olšák · 9 years ago
  21. c85d0c1 gallium/radeon: rename r600_texture_disable_cmask -> discard_cmask by Marek Olšák · 9 years ago
  22. 871d2af gallium/radeon: fix partial layered transfers of cube (array) textures by Marek Olšák · 8 years ago
  23. 544967f gallium/radeon: use gart_page_size instead of hardcoded 4096 by Marek Olšák · 8 years ago
  24. 9d8c283 winsys/amdgpu: move gart_page_size to struct radeon_winsys by Marek Olšák · 8 years ago
  25. d00a239 freedreno/ir3: lower lrp when operating with double operands by Samuel Iglesias Gonsálvez · 9 years ago
  26. eafe390 nv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_* by Samuel Pitoiset · 8 years ago
  27. 57763ee freedreno/ir3: fix fallout from new block iterators by Rob Clark · 8 years ago
  28. fe102f7 radeonsi: workaround for tesselation on SI by Nicolai Hähnle · 9 years ago
  29. d8f3e8e radeonsi: always allocate export memory for pixel shaders by Nicolai Hähnle · 9 years ago
  30. ad1782c radeonsi: expose performance counters as 64 bit by Nicolai Hähnle · 9 years ago
  31. 0062c5f swr: Add missing break in query switch statement. by Bruce Cherniak · 8 years ago
  32. f33083a freedreno/ir3: allow for additional VS sysval inputs by Rob Clark · 9 years ago
  33. 172bfda r300g: add support for PIPE_FORMAT_x8R8G8B8_* by Marek Olšák · 9 years ago
  34. b9e6e8e radeonsi: fix undefined behavior (memcpy arguments must be non-NULL) by Nicolai Hähnle · 9 years ago
  35. 146927c radeonsi: fix some reported undefined left-shifts by Nicolai Hähnle · 9 years ago
  36. 60d2fc2 gallium/radeon: clean left-shift undefined behavior by Nicolai Hähnle · 9 years ago
  37. 62b7958 gallium: fix various undefined left shifts into sign bit by Nicolai Hähnle · 9 years ago
  38. 6291f19 radeonsi: Compute correct LDS size for fragment shaders. by Bas Nieuwenhuizen · 9 years ago
  39. a1f6988 vc4: Add support for loading immediate values in QIR. by Eric Anholt · 9 years ago
  40. 890dc19 vc4: Make vc4_qpu_validate() produce more verbose failures. by Eric Anholt · 9 years ago
  41. 8e2d084 vc4: Add a small QIR validate pass. by Eric Anholt · 9 years ago
  42. daaa9d5 vc4: Fix the src count on exp2/log2. by Eric Anholt · 9 years ago
  43. d36b284 vc4: Reuse QPU disasm's cond flags in QIR. by Eric Anholt · 9 years ago
  44. 419fee9 vc4: When emitting an instruction to an existing temp, mark it non-SSA. by Eric Anholt · 9 years ago
  45. 1387e72 vc4: Make sure that we don't overwrite the signal for PROG_END. by Eric Anholt · 9 years ago
  46. 44de03b nvc0: unreference images when the context is destroyed by Samuel Pitoiset · 9 years ago
  47. 901f57d radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4 by Marek Olšák · 9 years ago
  48. 4489d75 r600g: use the hw MSAA resolving if formats are compatible by Marek Olšák · 9 years ago
  49. 7c36f9e vc4: fixup for new nir_foreach_block() by Connor Abbott · 9 years ago
  50. 582815d ir3: fixup for new nir_foreach_block() by Connor Abbott · 9 years ago
  51. ff8c0c9 swr: [rasterizer core] Faster modulo operator in ProcessVerts by Tim Rowley · 9 years ago
  52. 2be7c3e swr: [rasterizer] Small warning cleanup by Tim Rowley · 9 years ago
  53. b39c530 swr: [rasterizer] Add SWR_ASSUME / SWR_ASSUME_ASSERT macros by Tim Rowley · 9 years ago
  54. db084f4 swr: [rasterizer] Miscellaneous backend changes by Tim Rowley · 9 years ago
  55. 3951a21 swr: [rasterizer] Add support for X24_TYPELESS_G8_UINT format by Tim Rowley · 9 years ago
  56. 909aee0 swr: [rasterizer jitter] Fix printing bugs for tracing. by Tim Rowley · 9 years ago
  57. bc084e6 swr: [rasterizer memory] Add missing store tiles function by Tim Rowley · 9 years ago
  58. 5332c9d swr: [rasterizer jitter] Add asserts for supported formats in fetch shader by Tim Rowley · 9 years ago
  59. 6e89227 swr: [rasterizer core] Fix thread allocation by Tim Rowley · 9 years ago
  60. c2f5d2d swr: [rasterizer core] Fix threadviz support in buckets by Tim Rowley · 9 years ago
  61. 1eb211c swr: [rasterizer] Whitespace cleanup and misc changes by Tim Rowley · 9 years ago
  62. d97e333 radeonsi: mark descriptor loads as using dynamically uniform indices by Nicolai Hähnle · 9 years ago
  63. 9d86a5e swr: Remove stall waiting for core query counters. by Bruce Cherniak · 9 years ago
  64. 3a6763f freedreno: remove null check before free by Thomas Hindoe Paaboel Andersen · 9 years ago
  65. 77959ce r600,compute: create vtx buffer for text + rodata by Jan Vesely · 9 years ago
  66. 2e117a7 freedreno: allow ctx->draw_vbo to fail by Rob Clark · 9 years ago
  67. 291ac87 freedreno: move shader-stage dirty bits to global dirty flag by Rob Clark · 9 years ago
  68. a48ccca freedreno/a4xx: fix bogus offset for f32x24s8 stencil restore by Rob Clark · 9 years ago
  69. e7c6404 freedreno: add some debug_asserts() to catch insane offsets by Rob Clark · 9 years ago
  70. 1f2bc64 freedreno/a4xx: deal with VS which do not write position by Rob Clark · 9 years ago
  71. a6ad302 freedreno/ir3: remove a couple redundant is_flow()s by Rob Clark · 9 years ago
  72. f0a1f3d freedreno/ir3: cp small negative integers too by Rob Clark · 9 years ago
  73. 1f04d4b freedreno/ir3: fix # of registers by Rob Clark · 9 years ago
  74. 173871d freedreno/ir3: lower immeds to const by Rob Clark · 9 years ago
  75. b15c7fc freedreno/ir3: add ir3_cp_ctx by Rob Clark · 9 years ago
  76. 38fcf7c nouveau/video: properly detect the decoder class for availability checks by Ilia Mirkin · 9 years ago
  77. 05abaa6 svga: try to flag surfaces for sampling, in addition to rendering by Brian Paul · 9 years ago
  78. abc6432 svga: fix copying non-zero layers of 1D array textures by Brian Paul · 9 years ago
  79. b94f73c svga: clean up svga_pipe_blit.c by Brian Paul · 9 years ago
  80. 8842be1 rbug: s/Elements/ARRAY_SIZE/ by Brian Paul · 9 years ago
  81. 7f64191 freedreno: s/Elements/ARRAY_SIZE/ by Brian Paul · 9 years ago
  82. b919757 trace: s/Elements/ARRAY_SIZE/ by Brian Paul · 9 years ago
  83. e193c5d ilo: s/Elements/ARRAY_SIZE/ by Brian Paul · 9 years ago
  84. 951bf8b i915g: s/Elements/ARRAY_SIZE/ by Brian Paul · 9 years ago
  85. 5658ddc nvc0: compute a percentage for metric-achieved_occupancy by Samuel Pitoiset · 9 years ago
  86. 10ec277 nvc0: display some performance metrics with a percentage by Samuel Pitoiset · 9 years ago
  87. 6493761 nvc0: store the driver query type for performance metrics by Samuel Pitoiset · 9 years ago
  88. a9bc321 nvc0: fix exposing of metric-issue_slots for SM21/SM30 by Samuel Pitoiset · 9 years ago
  89. 5541e11 gallium/radeon: remove stencil_tile_split from metadata by Marek Olšák · 9 years ago
  90. 20a7739 gallium/radeon: remove tile_mode_array_valid flags by Marek Olšák · 9 years ago
  91. c8aac4f winsys/amdgpu: pass PIPE_CONFIG to addrlib on texture import by Marek Olšák · 9 years ago
  92. dc970c4 winsys/amdgpu: read NUM_BANKS from buffer metadata by Marek Olšák · 9 years ago
  93. 02f90ce radeonsi: remove unused tile mode getters by Marek Olšák · 9 years ago
  94. b9e3e87 radeonsi: just read tile mode arrays in SDMA setup by Marek Olšák · 9 years ago
  95. 0c2cba1 radeonsi: just read tile mode arrays in SI DMA setup by Marek Olšák · 9 years ago
  96. c3ca54a radeonsi: just read tile mode arrays in DB setup by Marek Olšák · 9 years ago
  97. ef45825 gallium/radeon: add radeon_surf::macro_tile_index by Marek Olšák · 9 years ago
  98. 9ec00c2 radeonsi: when parsing dmesg, skip empty lines by Marek Olšák · 9 years ago
  99. 9983efc radeonsi: use the hw MSAA resolving if formats are compatible by Marek Olšák · 9 years ago
  100. 819836d nv50,nvc0: re-bind old compute state after reading MP perf counters by Samuel Pitoiset · 9 years ago