1. e7010ee util: Merge util_format_read_4* functions. by Eric Anholt · 4 years, 5 months ago
  2. 2f4d557 util: Merge util_format_write_4* functions. by Eric Anholt · 4 years, 5 months ago
  3. c3d0500 svga: Reuse util_format_unpack_rgba(). by Eric Anholt · 4 years, 5 months ago
  4. 725b271 gallium/util: Move the Z/S handling to the outside of get_tile(). by Eric Anholt · 4 years, 5 months ago
  5. a2b74a5 gallium/util: Clean up the Z/S tile write path. by Eric Anholt · 4 years, 5 months ago
  6. 019a030 gallium/util: Fix location of the comment about S8_UINT handling. by Eric Anholt · 4 years, 5 months ago
  7. 377026e etnaviv: Use the util_pack_color_union() helper. by Eric Anholt · 4 years, 5 months ago
  8. 32bf722 util: Remove unused util_format_planar_is_supported(). by Eric Anholt · 4 years, 5 months ago
  9. f6f1f8e softpipe: Clean up softpipe's SSBO load/store interpreting instructions. by Eric Anholt · 4 years, 5 months ago
  10. 18cb8f2 util: Mark util_format_description() as a const function. by Eric Anholt · 4 years, 5 months ago
  11. 9300a14 nir: refactor nir_can_move_instr by Daniel Schürmann · 4 years, 5 months ago
  12. 09d0e06 nir: also move vecN in case of nir_move_copies by Daniel Schürmann · 4 years, 5 months ago
  13. 14c554a turnip: use global bo for clear blit shaders by Jonathan Marek · 4 years, 5 months ago
  14. 10020b8 aco: remove superflous (bool & exec) if the result comes from VOPC by Daniel Schürmann · 4 years, 5 months ago
  15. e4654a3 radv: enable zerovram for Quantic Dream games by Rhys Perry · 4 years, 5 months ago
  16. dcd171f gitlab-ci: More stable URL for kernel and ramdisk artifacts, for LAVA by Tomeu Vizoso · 4 years, 8 months ago
  17. bf3d4b1 gitlab-ci: Build kernel drivers for a few ethernet USB dongles by Tomeu Vizoso · 4 years, 5 months ago
  18. bbf2db2 nv50/ir/nir: fix cache mode conversion by Karol Herbst · 4 years, 5 months ago
  19. 31e3447 gv100/ir: fix coherent and volatile memory access by Karol Herbst · 4 years, 5 months ago
  20. a43eb65 gv100/ir: implement sample shading by Karol Herbst · 4 years, 5 months ago
  21. 5786c63 nv50/ir/nir: fix interpolation on explicit operations by Karol Herbst · 4 years, 5 months ago
  22. 7784469 iris: Fix fast-clearing of depth via glClearTex(Sub)Image by Danylo Piliaiev · 4 years, 5 months ago
  23. 026615c docs: fixup envvar output by Erik Faye-Lund · 4 years, 5 months ago
  24. c853774 docs: use svg for graphviz output by Erik Faye-Lund · 4 years, 5 months ago
  25. 892fdde docs: move gallium specific docs into gallium folder by Erik Faye-Lund · 4 years, 5 months ago
  26. 64a4ba9 docs: add an extension to generate redirects by Erik Faye-Lund · 4 years, 5 months ago
  27. ce5a352 docs: clean up gallium index-file by Erik Faye-Lund · 4 years, 5 months ago
  28. 2f81398 merge gallium docs into main docs by Erik Faye-Lund · 4 years, 5 months ago
  29. cb11900 ci: add graphviz to the .docs-base template by Erik Faye-Lund · 4 years, 5 months ago
  30. 6ff6694 freedreno: Sync registers with envytools by Connor Abbott · 4 years, 5 months ago
  31. c1ba761 freedreno: Include adreno_pm4.xml.h before adreno_a6xx.xml.h by Connor Abbott · 4 years, 5 months ago
  32. 53e204d gallium/swr: Fix compilation warnings by jzielins · 4 years, 5 months ago
  33. 846f4f9 freedreno/a6xx: Force gl_Layer to 0 when necessary by Connor Abbott · 4 years, 5 months ago
  34. f69c384 tu: Force gl_Layer to 0 when necessary by Connor Abbott · 4 years, 5 months ago
  35. 4f91345 ir3: Add layer_zero variant bit by Connor Abbott · 4 years, 5 months ago
  36. ef67218 pan/decode: Make mapped memory read-only while decoding by Icecream95 · 4 years, 5 months ago
  37. cb5edcd panfrost: Expose MSAA 4x by Alyssa Rosenzweig · 4 years, 5 months ago
  38. a5c4fe2 panfrost: Save sample_mask before blitting by Alyssa Rosenzweig · 4 years, 5 months ago
  39. bb57705 panfrost: Enable MSAA if we render to such a surface by Alyssa Rosenzweig · 4 years, 5 months ago
  40. 3b7aeb2 panfrost: Set depth/stencil_layer_stride accordingly by Alyssa Rosenzweig · 4 years, 5 months ago
  41. 5e38d95 panfrost: Identify depth/stencil layer strides by Alyssa Rosenzweig · 4 years, 5 months ago
  42. 490fbce panfrost: Implement alpha-to-coverage by Alyssa Rosenzweig · 4 years, 5 months ago
  43. f23cdd4 panfrost: Pass sample_mask to the hardware by Alyssa Rosenzweig · 4 years, 5 months ago
  44. 3e25132 panfrost: Identify coverage_mask by Alyssa Rosenzweig · 4 years, 5 months ago
  45. 546a600 panfrost: Don't advertise MSAA 2x by Alyssa Rosenzweig · 4 years, 5 months ago
  46. 211cc25 panfrost: Set layer_stride for multisampled rendering by Alyssa Rosenzweig · 4 years, 5 months ago
  47. 937d368 panfrost: Include pointer for each sample by Alyssa Rosenzweig · 4 years, 5 months ago
  48. 41c06de panfrost: Index texture by sample by Alyssa Rosenzweig · 4 years, 5 months ago
  49. 95afda3 panfrost: Allocate space for multisampling by Alyssa Rosenzweig · 4 years, 5 months ago
  50. 3720458 panfrost: Identify layer_stride by Alyssa Rosenzweig · 4 years, 5 months ago
  51. 0b5bc6e panfrost: Set depth to sample_count for MSAA 2D by Alyssa Rosenzweig · 4 years, 5 months ago
  52. af6fc41 pan/mdg: Use _VTX tag for texelFetch in frag shaders by Alyssa Rosenzweig · 4 years, 5 months ago
  53. 63a8722 pan/mdg: Handle nir_texop_txf_ms by Alyssa Rosenzweig · 4 years, 5 months ago
  54. 6d9f951 pan/mdg: Handle nir_tex_src_ms_index by Alyssa Rosenzweig · 4 years, 5 months ago
  55. a2748d4 pan/mdg: Handle GLSL_SAMPLER_DIM_MS by Alyssa Rosenzweig · 4 years, 5 months ago
  56. d624118 pan/mdg: Allow ignoring move mode by Alyssa Rosenzweig · 4 years, 5 months ago
  57. af8fcfe pan/decode: Identify layered MSAA flag by Alyssa Rosenzweig · 4 years, 5 months ago
  58. eba9bcd pan/decode: Fix MSAA texture decoding by Alyssa Rosenzweig · 4 years, 5 months ago
  59. 797fa87 pan/mdg: Fix indirect UBO swizzles by Alyssa Rosenzweig · 4 years, 5 months ago
  60. 658b59d pan/mdg: Respect type/mask in mir_lower_special_reads by Alyssa Rosenzweig · 4 years, 5 months ago
  61. 836d41d ir3: use empirical size for params as used by the shader by Ilia Mirkin · 4 years, 5 months ago
  62. f6aa071 bifrost: Set RTZ rounding mode for f2i conversion by Chris Forbes · 4 years, 5 months ago
  63. 7682c88 tu: Enable KHR_variable_pointers by Connor Abbott · 4 years, 5 months ago
  64. 9aec89e tu: Rewrite variable lowering by Connor Abbott · 4 years, 5 months ago
  65. edc8119 anv: garbage collect timeline semaphore when querying value by Lionel Landwerlin · 4 years, 5 months ago
  66. 137d8f9 v3d: Enable perpendicular line caps when line smoothing by Neil Roberts · 4 years, 5 months ago
  67. ee4d51f v3d: Add a lowering pass for line smoothing by Neil Roberts · 4 years, 5 months ago
  68. 207da33 v3d: Handle the line width intrinsics by Neil Roberts · 4 years, 5 months ago
  69. 121b82f nir: Add intrinsics for the line width by Neil Roberts · 4 years, 5 months ago
  70. 2c46163 v3d: Implement the line coord intrinsic by Neil Roberts · 4 years, 5 months ago
  71. 14dd65b compiler: Add a system value for the line coord by Neil Roberts · 4 years, 5 months ago
  72. 3144bc1 intel/perf: move query_mask and location out of gen_perf_query_counter by Marcin Ślusarz · 4 years, 5 months ago
  73. 9f19662 iris: remove iris_monitor_config by Marcin Ślusarz · 4 years, 5 months ago
  74. bffee01 a4xx: hook up centroid ij coords by Ilia Mirkin · 4 years, 5 months ago
  75. a6ed1d7 nir: Add docs to nir_lower[_explicit]_io by Jason Ekstrand · 4 years, 5 months ago
  76. 0bc5a82 nir: Remove shared support from lower_io by Jason Ekstrand · 4 years, 5 months ago
  77. be96b06 nir: Assert that nir_lower_io is only called with allowed modes by Jason Ekstrand · 4 years, 5 months ago
  78. b019b22 panfrost: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
  79. 23b7094 v3d: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
  80. 96d99f2 vc4: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
  81. 786325f nouveau: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
  82. 4f521e5 lima: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
  83. 36a9046 freedreno: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
  84. fc94442 ir3: mark ucp_enables as allowed values on all keys by Ilia Mirkin · 4 years, 5 months ago
  85. 01a1926 etnaviv: replace prims-emitted query by Christian Gmeiner · 4 years, 5 months ago
  86. 42c8141 a4xx: add polygon offset clamp, fix units by Ilia Mirkin · 4 years, 5 months ago
  87. 00f9d4b a4xx: add noperspective interpolation support by Ilia Mirkin · 4 years, 5 months ago
  88. 12e18d9 nir: add vec2_index_32bit_offset address format by Connor Abbott · 4 years, 5 months ago
  89. 7ab7316 nir: Refactor load/store intrinsic helper by Connor Abbott · 4 years, 5 months ago
  90. 6d8e2ce freedreno/regs: document SS6_UBO state src by Jonathan Marek · 4 years, 5 months ago
  91. 0a7b1f9 freedreno/fdperf: prefer render node by Rob Clark · 4 years, 5 months ago
  92. 385d036 freedreno/fdperf: better compatible string matching by Rob Clark · 4 years, 5 months ago
  93. 9c34a33 freedreno/fdperf: fix print of base address by Rob Clark · 4 years, 5 months ago
  94. 85761e2 wsi/x11: Log swapchain status changes by Jason Ekstrand · 4 years, 5 months ago
  95. b0bbb62 vulkan/wsi: Don't consider VK_SUBOPTIMAL_KHR to be an error condition by Jason Ekstrand · 4 years, 5 months ago
  96. c5d8961 Revert "radv: add support for MRTs compaction to avoid holes" by Bas Nieuwenhuizen · 4 years, 5 months ago
  97. ad913a1 radv: Always enable PERFECT_ZPASS_COUNTS. by Bas Nieuwenhuizen · 4 years, 5 months ago
  98. ad15149 radv: Set handle types in Android semaphore/fence import. by Bas Nieuwenhuizen · 4 years, 5 months ago
  99. 7b21ce4 radv: disable FMASK compression when drawing with GENERAL layout by Samuel Pitoiset · 5 years ago
  100. 8453d29 Revert "nir: Support sysval tess levels in SPIR-V to NIR" by Jonathan Marek · 4 years, 5 months ago