1. b3ae088 pan/bi: Add helper to measure clause size by Alyssa Rosenzweig · 4 years, 6 months ago
  2. 2a4e447 pan/bi: Add bi_layout.c for clause layout helpers by Alyssa Rosenzweig · 4 years, 6 months ago
  3. c3de28b pan/bi: Remove more artefacts of 2-pass scheduling by Alyssa Rosenzweig · 4 years, 6 months ago
  4. 4096be0 pan/bi: Add MUL.i32 to disasm by Alyssa Rosenzweig · 4 years, 6 months ago
  5. ec86656 pan/bi: Disassemble pos=0xe by Alyssa Rosenzweig · 4 years, 6 months ago
  6. a658a4f pan/bi: Document constant count invariant by Alyssa Rosenzweig · 4 years, 6 months ago
  7. ac64bf9 pan/bi: Move bi_flip_ports out of port assignment by Alyssa Rosenzweig · 4 years, 6 months ago
  8. 95e3776 pan/bi: Add FILE* argument to bi_print_registers by Alyssa Rosenzweig · 4 years, 6 months ago
  9. dd96b45 pan/bi: Drop `struct` from bi_registers by Alyssa Rosenzweig · 4 years, 6 months ago
  10. b042dde pan/bi: Move bi_registers to bi_bundle by Alyssa Rosenzweig · 4 years, 6 months ago
  11. 79f30d8 pan/bi: Move bi_registers to common IR structures by Alyssa Rosenzweig · 4 years, 6 months ago
  12. 59f8f20 pan/bi: Remove comment about old scheduler design by Alyssa Rosenzweig · 4 years, 6 months ago
  13. 635bf65 pan/bi: Remove FMA? parameter from get_src by Alyssa Rosenzweig · 4 years, 6 months ago
  14. 20f6c7a panfrost: Preload gl_FragCoord on Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
  15. 1d194f8 panfrost: Set reads_frag_coord as a sysval by Alyssa Rosenzweig · 4 years, 5 months ago
  16. 52875a3 panfrost: Don't generate gl_FragCoord varying on Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
  17. 11470fc freedreno/a6xx: fix vsc assert by Rob Clark · 4 years, 6 months ago
  18. f6f7bc2 freedreno/a6xx: Program VFD_DEST_CNTL from program stateobj by Kristian H. Kristensen · 4 years, 6 months ago
  19. 7aa809e freedreno/a6xx: Create stateobj for VFD_DECODE by Kristian H. Kristensen · 4 years, 6 months ago
  20. 8952dd6 freedreno/a6xx: Decouple VFD_FETCH and VFD_DECODE by Kristian H. Kristensen · 4 years, 6 months ago
  21. c15db89 freedreno/a6xx: Move per element offset to VFD_DECODE by Kristian H. Kristensen · 4 years, 6 months ago
  22. 9d645a1 radv/aco: enable VK_KHR_subgroup_extended_types on GFX8+ by Samuel Pitoiset · 4 years, 6 months ago
  23. e225670 aco: sign-extend input/indentity for 32-bit reduce ops on GFX10 by Samuel Pitoiset · 4 years, 5 months ago
  24. 83dcd16 aco: allow gfx10_wave64_bpermute with 8-bit/16-bit input by Samuel Pitoiset · 4 years, 6 months ago
  25. 8ece715 aco: allocate a temp VGPR for some 8-bit/16-bit reduction ops on GFX10 by Samuel Pitoiset · 4 years, 6 months ago
  26. 2e0ea9b aco: implement 8-bit/16-bit reductions on GFX10 by Samuel Pitoiset · 4 years, 6 months ago
  27. 75a730c aco: fix register allocation for subdword instructions on GFX10 by Samuel Pitoiset · 4 years, 5 months ago
  28. ad609bf frontend/dri: Implement mapping individual planes. by Bas Nieuwenhuizen · 4 years, 5 months ago
  29. a2ee293 zink: Check fopen result. by Vinson Lee · 4 years, 5 months ago
  30. 7503863 radv/aco: enable VK_EXT_subgroup_size_control by Samuel Pitoiset · 4 years, 6 months ago
  31. 6f39126 freedreno/a6xx: document LRZ flag buffer by Rob Clark · 4 years, 5 months ago
  32. a3947f9 freedreno/a6xx: LRZ fix for alpha-test by Rob Clark · 4 years, 5 months ago
  33. 838666a util: Initialize pipe_shader_state for passthrough and transform shaders by Neha Bhende · 4 years, 5 months ago
  34. 0343291 iris: Rename iris_seqno to iris_fine_fence by Chris Wilson · 4 years, 5 months ago
  35. 682e14d nir: lower_tex: Don't normalize coordinates for TXF with RECT by Gert Wollny · 4 years, 6 months ago
  36. 10c4a7c spirv,radv,anv: implement no-op VK_GOOGLE_user_type by Samuel Pitoiset · 4 years, 5 months ago
  37. 01ce788 aco: fix 64-bit shared_atomic_exchange by Rhys Perry · 4 years, 6 months ago
  38. 1f2fd9c aco: don't reorder barriers in the scheduler by Rhys Perry · 4 years, 6 months ago
  39. e1900ee aco: preserve more fields when combining additions into SMEM by Rhys Perry · 4 years, 6 months ago
  40. 95d5c1b aco: check instruction format before waiting for a previous SMEM store by Rhys Perry · 4 years, 6 months ago
  41. 5ccc7c2 aco: consider SDWA during value numbering by Rhys Perry · 4 years, 6 months ago
  42. 8aa98ce aco: fix interaction with 3f branch workaround and p_constaddr by Rhys Perry · 4 years, 6 months ago
  43. bccf2a2 intel: Add helper to calculate GPGPU_WALKER::RightExecutionMask by Caio Marcelo de Oliveira Filho · 4 years, 5 months ago
  44. 78e400d iris, i965: Update limits for ARB_compute_variable_group_size by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  45. 46b4280 iris, i965: Drop max_variable_local_size by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  46. 90ec26a intel/fs: Generate multiple CS SIMD variants for variable group size by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  47. 9b8347c anv: Use new helper functions to pick SIMD variant for CS by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  48. 594374d iris: Use new helper functions to pick SIMD variant for CS by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  49. c9f4bda iris: Set CS KernelStatePointer at dispatch by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  50. ee0fc0f i965: Use new helper functions to pick SIMD variant for CS by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  51. cb26d9c intel/fs: Add helper to get prog_offset and simd_size by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  52. 5b5e77c intel/fs: Support INTEL_DEBUG=no8,no32 in compute shaders by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  53. 10d0f39 intel/fs: Remove min_dispatch_width spilling decision from RA by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  54. dff1bac zink: always use logical eq ops in ntv with 1bit inputs by Mike Blumenkrantz · 4 years, 5 months ago
  55. df2c68e pan/bi: Initialize struct fma_op_info member extended. by Vinson Lee · 4 years, 5 months ago
  56. b302305 lima/ppir: use a ready list in node_to_instr by Erico Nunes · 4 years, 6 months ago
  57. 9ae8b4a pan/bi: Suppress inf/nan for now by Alyssa Rosenzweig · 4 years, 5 months ago
  58. 6f589f4 pan/bi: Add CSEL.16 packing tests by Alyssa Rosenzweig · 4 years, 5 months ago
  59. 87ca1c1 pan/bi: Pack compact vertex texturing by Alyssa Rosenzweig · 4 years, 5 months ago
  60. 6650fa2 pan/bi: Add f16 TEXC.vtx op by Alyssa Rosenzweig · 4 years, 5 months ago
  61. 731dfc6 pan/bi: Allow vertex txl with lod=0 as compact by Alyssa Rosenzweig · 4 years, 5 months ago
  62. fd0324a pan/bi: Document compute_lod bit for compact tex by Alyssa Rosenzweig · 4 years, 5 months ago
  63. d31bc0e pan/bi: Also add compact vertex texturing by Alyssa Rosenzweig · 4 years, 5 months ago
  64. f514bdd pan/bi: Add TEX.vtx opcode for vertex texturing by Alyssa Rosenzweig · 4 years, 5 months ago
  65. 2fd3ad9 pan/decode: Decode Bifrost shader flags by Alyssa Rosenzweig · 4 years, 5 months ago
  66. ee6a5a5 panfrost: Set MALI_BIFROST_EARLY_Z as necessary by Alyssa Rosenzweig · 4 years, 5 months ago
  67. 3f78f25 panfrost: Identify MALI_BIFROST_EARLY_Z flag by Alyssa Rosenzweig · 4 years, 5 months ago
  68. 1c2d041 panfrost: Add defines for bifrost unk1 flags by Alyssa Rosenzweig · 4 years, 5 months ago
  69. 55e3305 panfrost: Document Midgard Inf/NaN suppress bit by Alyssa Rosenzweig · 4 years, 5 months ago
  70. 0e88dff panfrost: Ensure nonlinear strides are 16-aligned by Alyssa Rosenzweig · 4 years, 5 months ago
  71. d45936c panfrost: Identify Bifrost texture format swizzle by Alyssa Rosenzweig · 4 years, 5 months ago
  72. e3692fd panfrost: Set unk2 to accomodate blending by Alyssa Rosenzweig · 4 years, 5 months ago
  73. 3d6cc14 panfrost: Share MRT blend flag calculation with Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
  74. f5cf54f panfrost: Force Z/S tiling on Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
  75. f512489 panfrost: Tweak Bifrost colour buffer magic by Alyssa Rosenzweig · 4 years, 5 months ago
  76. 76e871d panfrost: Tweak zsbuf magic numbers for Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
  77. aeb5801 panfrost: Adjust null_rt for Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
  78. 83cd3f0 panfrost: Fix Bifrost blending with depth-only FBO by Alyssa Rosenzweig · 4 years, 6 months ago
  79. a913066 ac/gpu_info: Correct Acturus cu bitmap by James Zhu · 4 years, 5 months ago
  80. 296c04d intel/fs: Work around dual-source blending hangs in combination with SIMD16 by Danylo Piliaiev · 4 years, 6 months ago
  81. dd2bd68 zink: use general-layout when blitting to/from same resource by Erik Faye-Lund · 4 years, 5 months ago
  82. d9eaac0 radeonsi/drirc: enable zerovram option for 7 Days to Die by Pierre-Eric Pelloux-Prayer · 4 years, 6 months ago
  83. ddfd2e6 turnip: support VkImageDrmFormatModifierExplicitCreateInfoEXT by Jonathan Marek · 4 years, 6 months ago
  84. da409fb freedreno/layout: add explicit offset/pitch argument to fdl6_layout by Jonathan Marek · 4 years, 6 months ago
  85. f1acf49 glsl: fix slow linking of uniforms in the nir linker by Timothy Arceri · 4 years, 6 months ago
  86. f621475 glsl: stop cascading errors if process_parameters() fails by Timothy Arceri · 4 years, 5 months ago
  87. 755c040 freedreno: Add missing va_end. by Vinson Lee · 4 years, 5 months ago
  88. e911086 nir: Fix sources for image atomic fadd by Jason Ekstrand · 4 years, 5 months ago
  89. 247f2fb pan/decode: Dump unknown2 by Alyssa Rosenzweig · 4 years, 6 months ago
  90. 6a19d49 pan/decode: Dump missing field on Bifrost by Alyssa Rosenzweig · 4 years, 6 months ago
  91. c2c8b1a pan/decode: Fix tiler warning by Alyssa Rosenzweig · 4 years, 5 months ago
  92. 4bc7d52 pan/decode: Fix unused variable warning by Alyssa Rosenzweig · 4 years, 5 months ago
  93. a621235 nouveau: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
  94. 9e53562 etnaviv: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
  95. bb5e10a iris: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
  96. 1719910 i965: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
  97. f59d02a intel: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
  98. 7ea2ad0 softpipe: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
  99. 9983c4c panfrost: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
  100. 82996a8 glsl: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago