1. a2ca7e0 docs: Move the conformance and the CI docs to a top level Testing section. by Eric Anholt · 4 years, 3 months ago
  2. 9af82b5 docs: Move the current CI .rst doc to docs/ci/ and link to it from .gitlab-ci. by Eric Anholt · 4 years, 3 months ago
  3. 29cba3b nir/validate: Don't abort() until after the shader has printed by Jason Ekstrand · 4 years, 3 months ago
  4. 55cf97f Revert "ac/surface: require that gfx8 doesn't have DCC in order to be displayable" by Marek Olšák · 4 years, 3 months ago
  5. 0ca7bd7 zink: translate gl_FragColor to gl_FragData before ntv to fix multi-rt output by Mike Blumenkrantz · 4 years, 3 months ago
  6. 1fd3563 nir: add lowering pass for fragcolor -> fragdata by Mike Blumenkrantz · 4 years, 3 months ago
  7. 44da0f0 zink: expose depth-clip if supported by Erik Faye-Lund · 4 years, 8 months ago
  8. ffb8020 radv: Use correct semaphore handle type for Android import. by Bas Nieuwenhuizen · 4 years, 3 months ago
  9. 84ed279 radv: set depth/stencil enable values correctly for the meta clear path by Samuel Pitoiset · 4 years, 3 months ago
  10. fcac0b4 freedreno/regs: document CS shared storage size bit by Jonathan Marek · 4 years, 3 months ago
  11. deefebc v3d/compiler: Fix sorting the gs and fs inputs by Neil Roberts · 4 years, 3 months ago
  12. 3cb2438 panfrost: add some missing fallthrough comments to bi_pack.c by Timothy Arceri · 4 years, 3 months ago
  13. 2286c9a panfrost: hide more unused code in bi_lower_combine.c by Timothy Arceri · 4 years, 3 months ago
  14. f35283d panfrost: add some missing fallthrough comments by Timothy Arceri · 4 years, 3 months ago
  15. 7ccf258 nouveau/nvc0: silence maybe-uninitialized warning by Timothy Arceri · 4 years, 3 months ago
  16. 6bec54d iris: silence maybe-uninitialized for stc_dst_aux_usage variable by Timothy Arceri · 4 years, 3 months ago
  17. 01c04a4 iris: fix maybe-uninitialized warning for initial_state variable by Timothy Arceri · 4 years, 3 months ago
  18. bba766d radeonsi: fix SI_NUM_ATOMS by Timothy Arceri · 4 years, 3 months ago
  19. 4686a95 r600/radeonsi: silence zero-length-bounds gcc warnings by Timothy Arceri · 4 years, 3 months ago
  20. f472c98 freedreno/ir3: add support for a650 tess shared storage by Jonathan Marek · 4 years, 3 months ago
  21. 75b59bb gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporaries by Marek Olšák · 4 years, 3 months ago
  22. 6aea396 glsl: lower mediump temporaries to 16 bits except structures (v2) by Marek Olšák · 4 years, 3 months ago
  23. 7f00d4d glsl: Handle 16-bit types in loop analysis by Alyssa Rosenzweig · 4 years, 3 months ago
  24. 63ab8d4 glsl: add capability to lower mediump array types by Marek Olšák · 4 years, 3 months ago
  25. 38cadd8 glsl: lower builtins to mediump that always return mediump or lowp by Marek Olšák · 4 years, 3 months ago
  26. 8fcf8e7 glsl: lower builtins to mediump that ignore precision of certain parameters by Marek Olšák · 4 years, 3 months ago
  27. 3781697 glsl: don't lower builtins to mediump that don't allow it by Marek Olšák · 4 years, 3 months ago
  28. 69f7a3d glsl: don't lower precision of textureSize by Marek Olšák · 4 years, 3 months ago
  29. 977b846 glsl: flatten a tautological conditional in lower_precision by Marek Olšák · 4 years, 3 months ago
  30. 9fccae8 glsl: cleanups in lower_precision by Marek Olšák · 4 years, 3 months ago
  31. 8a93d2f glsl: remove the return type from lower_precision by Marek Olšák · 4 years, 3 months ago
  32. 161105d glsl: convert reusable lower_precision util code into helper functions by Marek Olšák · 4 years, 3 months ago
  33. 8d62969 glsl: validate more stuff by Marek Olšák · 4 years, 3 months ago
  34. 8773d58 glsl: run validate_ir_tree if GLSL_VALIDATE=1 regardless of the build config by Marek Olšák · 4 years, 3 months ago
  35. 82caff5 glsl: fix evaluating float16 constant expression matrices by Marek Olšák · 4 years, 3 months ago
  36. 50c27a0 glsl: fix the type of ir_constant_data::u16 by Marek Olšák · 4 years, 3 months ago
  37. 3e47cb1 glsl: print constant initializers by Marek Olšák · 4 years, 3 months ago
  38. 42be975 glsl: print precision qualifiers in IR dumps by Marek Olšák · 4 years, 3 months ago
  39. a038863 glsl: make print_type non-static for debugging by Marek Olšák · 4 years, 3 months ago
  40. 1d5e188 anv: Handle clamping of inverted depth ranges by Jason Ekstrand · 4 years, 3 months ago
  41. 3bb3e89 llvmpipe: add ARB_post_depth_coverage support. by Dave Airlie · 4 years, 6 months ago
  42. b8fcb62 ci/virgl: update results after streams fixes. by Dave Airlie · 4 years, 3 months ago
  43. d146d7b draw/gs: use mask to limit vertex emission. by Dave Airlie · 4 years, 3 months ago
  44. 72ed9e7 draw: free vertex info from geometry streams. by Dave Airlie · 4 years, 3 months ago
  45. b4802d6 draw: use common exit path in pipeline finish. by Dave Airlie · 4 years, 3 months ago
  46. 3e455d6 draw/gs: reverse the polarity of the invocation/prims execution by Dave Airlie · 4 years, 6 months ago
  47. 1c9bf58 draw: account primitive lengths for all streams. by Dave Airlie · 4 years, 3 months ago
  48. 09da72a gallivm/nir: end primitive for all streams. by Dave Airlie · 4 years, 3 months ago
  49. 690238f gallivm/nir: don't access stream var outside bounds by Dave Airlie · 4 years, 3 months ago
  50. 21b903d gallivm/gs_iface: pass stream into end primitive interface. by Dave Airlie · 4 years, 3 months ago
  51. 87a388f draw/gs: only allocate memory for streams needed. by Dave Airlie · 4 years, 3 months ago
  52. 903b581 gallivm/draw/gs: pass vertex stream count into shader build by Dave Airlie · 4 years, 3 months ago
  53. 99ae39f draw/gs: fix up current verts in output fetching. by Dave Airlie · 4 years, 3 months ago
  54. 7d82bb0 draw: emit so primitives before ending empty pipeline. by Dave Airlie · 4 years, 3 months ago
  55. 59c8fff gallivm/nir: call end prim at end on all GS streams. by Dave Airlie · 4 years, 6 months ago
  56. b921d17 broadcom/qpu: set VC5_QPU_RADDR_A out of the switch at _pack_branch by Neil Roberts · 4 years, 3 months ago
  57. ec4d3de aco: use VOP2 version of v_mbcnt_hi_u32_b32 on GFX6/7 by Rhys Perry · 4 years, 3 months ago
  58. b741827 util: Share a single function pointer for the 4-byte rgba unpack function. by Eric Anholt · 4 years, 3 months ago
  59. a8e7004 util: Remove the stub pack/unpack functions for YUV formats. by Eric Anholt · 4 years, 3 months ago
  60. abd9aa2 llvmpipe: Generalize "could llvmpipe fetch this format" check in unit testing. by Eric Anholt · 4 years, 3 months ago
  61. 2da4bad util: Use designated initializers to clean up the format tables' pack/unpack. by Eric Anholt · 4 years, 3 months ago
  62. e7010ee util: Merge util_format_read_4* functions. by Eric Anholt · 4 years, 3 months ago
  63. 2f4d557 util: Merge util_format_write_4* functions. by Eric Anholt · 4 years, 3 months ago
  64. c3d0500 svga: Reuse util_format_unpack_rgba(). by Eric Anholt · 4 years, 3 months ago
  65. 725b271 gallium/util: Move the Z/S handling to the outside of get_tile(). by Eric Anholt · 4 years, 3 months ago
  66. a2b74a5 gallium/util: Clean up the Z/S tile write path. by Eric Anholt · 4 years, 3 months ago
  67. 019a030 gallium/util: Fix location of the comment about S8_UINT handling. by Eric Anholt · 4 years, 3 months ago
  68. 377026e etnaviv: Use the util_pack_color_union() helper. by Eric Anholt · 4 years, 3 months ago
  69. 32bf722 util: Remove unused util_format_planar_is_supported(). by Eric Anholt · 4 years, 3 months ago
  70. f6f1f8e softpipe: Clean up softpipe's SSBO load/store interpreting instructions. by Eric Anholt · 4 years, 3 months ago
  71. 18cb8f2 util: Mark util_format_description() as a const function. by Eric Anholt · 4 years, 3 months ago
  72. 9300a14 nir: refactor nir_can_move_instr by Daniel Schürmann · 4 years, 3 months ago
  73. 09d0e06 nir: also move vecN in case of nir_move_copies by Daniel Schürmann · 4 years, 3 months ago
  74. 14c554a turnip: use global bo for clear blit shaders by Jonathan Marek · 4 years, 3 months ago
  75. 10020b8 aco: remove superflous (bool & exec) if the result comes from VOPC by Daniel Schürmann · 4 years, 3 months ago
  76. e4654a3 radv: enable zerovram for Quantic Dream games by Rhys Perry · 4 years, 3 months ago
  77. dcd171f gitlab-ci: More stable URL for kernel and ramdisk artifacts, for LAVA by Tomeu Vizoso · 4 years, 6 months ago
  78. bf3d4b1 gitlab-ci: Build kernel drivers for a few ethernet USB dongles by Tomeu Vizoso · 4 years, 4 months ago
  79. bbf2db2 nv50/ir/nir: fix cache mode conversion by Karol Herbst · 4 years, 3 months ago
  80. 31e3447 gv100/ir: fix coherent and volatile memory access by Karol Herbst · 4 years, 3 months ago
  81. a43eb65 gv100/ir: implement sample shading by Karol Herbst · 4 years, 3 months ago
  82. 5786c63 nv50/ir/nir: fix interpolation on explicit operations by Karol Herbst · 4 years, 3 months ago
  83. 7784469 iris: Fix fast-clearing of depth via glClearTex(Sub)Image by Danylo Piliaiev · 4 years, 3 months ago
  84. 026615c docs: fixup envvar output by Erik Faye-Lund · 4 years, 3 months ago
  85. c853774 docs: use svg for graphviz output by Erik Faye-Lund · 4 years, 3 months ago
  86. 892fdde docs: move gallium specific docs into gallium folder by Erik Faye-Lund · 4 years, 3 months ago
  87. 64a4ba9 docs: add an extension to generate redirects by Erik Faye-Lund · 4 years, 3 months ago
  88. ce5a352 docs: clean up gallium index-file by Erik Faye-Lund · 4 years, 3 months ago
  89. 2f81398 merge gallium docs into main docs by Erik Faye-Lund · 4 years, 3 months ago
  90. cb11900 ci: add graphviz to the .docs-base template by Erik Faye-Lund · 4 years, 3 months ago
  91. 6ff6694 freedreno: Sync registers with envytools by Connor Abbott · 4 years, 3 months ago
  92. c1ba761 freedreno: Include adreno_pm4.xml.h before adreno_a6xx.xml.h by Connor Abbott · 4 years, 3 months ago
  93. 53e204d gallium/swr: Fix compilation warnings by jzielins · 4 years, 3 months ago
  94. 846f4f9 freedreno/a6xx: Force gl_Layer to 0 when necessary by Connor Abbott · 4 years, 3 months ago
  95. f69c384 tu: Force gl_Layer to 0 when necessary by Connor Abbott · 4 years, 3 months ago
  96. 4f91345 ir3: Add layer_zero variant bit by Connor Abbott · 4 years, 3 months ago
  97. ef67218 pan/decode: Make mapped memory read-only while decoding by Icecream95 · 4 years, 3 months ago
  98. cb5edcd panfrost: Expose MSAA 4x by Alyssa Rosenzweig · 4 years, 3 months ago
  99. a5c4fe2 panfrost: Save sample_mask before blitting by Alyssa Rosenzweig · 4 years, 3 months ago
  100. bb57705 panfrost: Enable MSAA if we render to such a surface by Alyssa Rosenzweig · 4 years, 3 months ago