1. 1b28462 panfrost: Expose compute shaders as panfrost_shader_variants by Alyssa Rosenzweig · 5 years ago
  2. 8b53230 panfrost: Remove shader state *base by Alyssa Rosenzweig · 5 years ago
  3. c228046 panfrost: Remove CSO dependency from shader_compile by Alyssa Rosenzweig · 5 years ago
  4. 428bed3 panfrost: Generalize UBO upload for other shader stages by Alyssa Rosenzweig · 5 years ago
  5. a34370e panfrost: Guard vertex upload by ctx->vertex != NULL by Alyssa Rosenzweig · 5 years ago
  6. 3bfdb87 panfrost: Generalize vertex shader upload by Alyssa Rosenzweig · 5 years ago
  7. 3b72241 panfrost: Share gl_enables between VERTEX/COMPUTE by Alyssa Rosenzweig · 5 years ago
  8. 871c02b panfrost: Invoke compute shader according to grid info by Alyssa Rosenzweig · 5 years ago
  9. 748ccbc panfrost: Explain and include compute FBD by Alyssa Rosenzweig · 5 years ago
  10. 3113be3 panfrost: Unify-driven cleanup by Alyssa Rosenzweig · 5 years ago
  11. ac6aa93 panfrost: Unify ctx->vs and ctx->fs by Alyssa Rosenzweig · 5 years ago
  12. 4b93152 panfrost: Flesh out launch_grid stub by Alyssa Rosenzweig · 5 years ago
  13. cd1be46 panfrost: Cleanup via payload unification by Alyssa Rosenzweig · 5 years ago
  14. 0da5201 panfrost: Unify payload_vertex/payload_tiler by Alyssa Rosenzweig · 5 years ago
  15. 902115f panfrost: Only wallpaper if we drew something by Alyssa Rosenzweig · 5 years ago
  16. 2d86828 panfrost: Adjust shader CAPs to expose dEQP compute by Alyssa Rosenzweig · 5 years ago
  17. 39fe9f5 panfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRS by Alyssa Rosenzweig · 5 years ago
  18. 1697760 panfrost: Copy freedreno's panfrost_get_compute_param by Alyssa Rosenzweig · 5 years ago
  19. c8bc664 panfrost: Expose COMPUTE-related caps for GLES3.1 by Alyssa Rosenzweig · 5 years ago
  20. 5a8b83c panfrost: Stub out launch_grid by Alyssa Rosenzweig · 5 years ago
  21. a8fc40a panfrost: Stub out compute CSO by Alyssa Rosenzweig · 5 years ago
  22. e913986 panfrost: Implement gl_FrontFacing by Alyssa Rosenzweig · 5 years ago
  23. f3e1512 panfrost: Add support for decoding gl_FrontFacing by Alyssa Rosenzweig · 5 years ago
  24. 9e66ff3 pan/decode: Use max varying index as varying buffer count by Alyssa Rosenzweig · 5 years ago
  25. 2afedfa iris: add support for gl_ClipVertex in tess eval shaders by Timothy Arceri · 5 years ago
  26. 00b5bf2 iris: add support for gl_ClipVertex in geometry shaders by Timothy Arceri · 5 years ago
  27. 70dc017 nir: Stop whacking gl_FrontFacing to a system value by Jason Ekstrand · 5 years ago
  28. 4e736b8 panfrost: Implement panfrost_set_shader_buffers callback by Alyssa Rosenzweig · 5 years ago
  29. 898a18e gallium/util: Add util_set_shader_buffers_mask helper by Alyssa Rosenzweig · 5 years ago
  30. 3e33173 kmsro: move entry points from etnaviv to kmsro by Jonathan Marek · 5 years ago
  31. 85dace1 gitlab-ci: remove software-properties-common by Emil Velikov · 5 years ago
  32. 3307c85 st/mesa: fix MSVC compile breakage by Brian Paul · 5 years ago
  33. 9de00e7 virgl: Enable depth_clamp by lowering if the host is new enough. by Gert Wollny · 5 years ago
  34. b2e92c4 gallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state value and use it by Gert Wollny · 5 years ago
  35. 616f320 mesa/st: Signal state changes when depth_clamp is emulated by Gert Wollny · 5 years ago
  36. d004fcc mesa/st: Add depth clamping to rasterizer code by Gert Wollny · 5 years ago
  37. 57361d8 mesa/st: Tie depth_clamp code into other shaders (GS and TES) by Gert Wollny · 5 years ago
  38. d81ba38 mesa/st: Tie depth_clamp lowering into the FS by Gert Wollny · 5 years ago
  39. fefb152 mesa/st: Tie depth clamp lowering in to the VP code by Gert Wollny · 5 years ago
  40. b048d8b mesa/st: add tgsi-lowering code for depth-clamp by Erik Faye-Lund · 5 years ago
  41. 78ba12f mesa/st: replace boolean declarations by bool by Gert Wollny · 5 years ago
  42. 7fb4719 Revert "softpipe: Don't draw when rasterizer_discard is set" by Gert Wollny · 5 years ago
  43. a563bb9 docs: reword meson instructions by Eric Engestrom · 5 years ago
  44. 8a1e803 travis: drop unnecessary Meson option for MacOS by Eric Engestrom · 5 years ago
  45. b539157 intel/vec4: Drop all of the 64-bit varying code by Jason Ekstrand · 5 years ago
  46. d03ec80 intel/fs: Drop all of the 64-bit varying code by Jason Ekstrand · 5 years ago
  47. 942c759 intel: Use NIR to lower 64-bit varying access by Jason Ekstrand · 5 years ago
  48. 078dcb7 nir/lower_io: Add an option to lower 64-bit varyings by Jason Ekstrand · 5 years ago
  49. a63e82d docs: Update Platforms and Drivers page with more comprehensive information. by Jorge Natz · 5 years ago
  50. 7ad6ec8 nir: use common deref has indirect code in scratch lowering. by Dave Airlie · 5 years ago
  51. 5d7bcac nir: remove explicit nir_intrinsic_index_flag values by Eric Engestrom · 5 years ago
  52. 830a8e6 state_tracker: Free Labels for querry and tranform_feedback by Yevhenii Kolesnikov · 5 years ago
  53. b61f17d iris: Skip emitting 3DSTATE_INDEX_BUFFER if possible by Kenneth Graunke · 6 years ago
  54. 8af1990 st/dri: simplify dri_get_egl_image by reusing dri2_format_table by Mike Blumenkrantz · 5 years ago
  55. 82bf5a8 lima: enable lower_bitops in ppir by Erico Nunes · 5 years ago
  56. b3676a6 nir/algebraic: rename lower_bitshift to lower_bitops by Erico Nunes · 5 years ago
  57. 99c956f lima/ppir: lower fdot in nir_opt_algebraic by Erico Nunes · 5 years ago
  58. 4a407df nir/algebraic: add new fsum ops and fdot lowering by Erico Nunes · 5 years ago
  59. 7f8ff68 lima/ppir: refactor texture code to simplify scheduler by Erico Nunes · 5 years ago
  60. d2901de lima/ppir: lower texture projection by Erico Nunes · 5 years ago
  61. 412e1b5 scons: Fix random_r check. by Vinson Lee · 5 years ago
  62. 3f90128 Revert "st/dri: simplify dri_get_egl_image by reusing dri2_format_table" by Kenneth Graunke · 5 years ago
  63. 91c4ace pan/midgard: Don't special case inline_constant by Alyssa Rosenzweig · 5 years ago
  64. 29416a8 pan/midgard: De-special-case branching by Alyssa Rosenzweig · 5 years ago
  65. 3e47a11 panfrost: Add MALI_SAMP_NORM_COORDS flag by Alyssa Rosenzweig · 5 years ago
  66. cf6cad3 panfrost: Simplify filter_mode definition by Alyssa Rosenzweig · 5 years ago
  67. 1607954 pan/midgard: Shrink "compute FBD" by Alyssa Rosenzweig · 5 years ago
  68. 194b49e panfrost: Flip texture/sampler fields by Alyssa Rosenzweig · 5 years ago
  69. a692126 panfrost: Add MALI_ATTR_IMAGE value by Alyssa Rosenzweig · 5 years ago
  70. c47af8b st/dri: simplify dri_get_egl_image by reusing dri2_format_table by Mike Blumenkrantz · 5 years ago
  71. 7404833 gallium: add handling for YUV planar surfaces by Mike Blumenkrantz · 5 years ago
  72. 338a29b gallium: add AYUV and XYUV formats by Mike Blumenkrantz · 5 years ago
  73. 7f75b2b pan/midgard: Simplify discard logic by Alyssa Rosenzweig · 5 years ago
  74. 27524d1 pan/midgard: Add units for more instructions by Alyssa Rosenzweig · 5 years ago
  75. 64235b1 pan/midgard: Fix ball/bany opcode table by Alyssa Rosenzweig · 5 years ago
  76. 13ee87c pan/midgard: Document branch combination LUT by Alyssa Rosenzweig · 5 years ago
  77. 2037478 st/mesa: Skip scissor rect updates when scissor is entirely disabled. by Kenneth Graunke · 5 years ago
  78. 72b97ad egl/drm: ensure the backing gbm is set before using it by Emil Velikov · 5 years ago
  79. 4bf7e7b docs: update required meson version by Eric Engestrom · 5 years ago
  80. c660210 radv/gfx10: implement a GE bug workaround by Samuel Pitoiset · 5 years ago
  81. 9a3fc7b radv/gfx10: remove an obsolete VGT_REUSE_OFF workaround by Samuel Pitoiset · 5 years ago
  82. bb8f252 radv/gfx10: disable LATE_ALLOC_GS on Navi14 by Samuel Pitoiset · 5 years ago
  83. e041a74 radv/gfx10: implement a bug workaround for GE_PC_ALLOC by Samuel Pitoiset · 5 years ago
  84. 0e1724a radv/gfx10: implement a bug workaround for NGG -> legacy transitions by Samuel Pitoiset · 5 years ago
  85. 29cca5f radv: skip draw calls with 0-sized index buffers by Samuel Pitoiset · 5 years ago
  86. fed6aa2 autotools: delete leftover script wrapper by Eric Engestrom · 5 years ago
  87. 53b98b0 virgl: make use of local variable by Eric Engestrom · 5 years ago
  88. 20c89b0 mesa: add an ASSERTED by Eric Engestrom · 5 years ago
  89. bbeb507 compiler/nir: add an ASSERTED by Eric Engestrom · 5 years ago
  90. 7e2fe85 intel: add a couple of ASSERTED by Eric Engestrom · 5 years ago
  91. abc226c tree-wide: replace MAYBE_UNUSED with ASSERTED by Eric Engestrom · 5 years ago
  92. ab9c767 r600: replace MAYBE_UNUSED with specific #ifdef by Eric Engestrom · 5 years ago
  93. 745bae4 gallium/aux: replace MAYBE_UNUSED with UNUSED by Eric Engestrom · 5 years ago
  94. 513e67d mesa: replace MAYBE_UNUSED with UNUSED by Eric Engestrom · 5 years ago
  95. c8a453a v3d: replace MAYBE_UNUSED with UNUSED by Eric Engestrom · 5 years ago
  96. d470f1a v3d: drop incorrect MAYBE_UNUSED by Eric Engestrom · 5 years ago
  97. 84b8a50 st/tests: drop incorrect MAYBE_UNUSED by Eric Engestrom · 5 years ago
  98. aed15fa radv: drop incorrect MAYBE_UNUSED by Eric Engestrom · 5 years ago
  99. 21196ec r600: move variable to proper scope by Eric Engestrom · 5 years ago
  100. 5febd4d compiler: replace MAYBE_UNUSED with UNUSED by Eric Engestrom · 5 years ago