1. a427c20 dri: Add fp16 formats by Kevin Strasser · 6 years ago
  2. 482ed43 egl: Handle dri configs with floating point pixel data by Kevin Strasser · 6 years ago
  3. 86d31c2 dri: Handle configs with floating point pixel data by Kevin Strasser · 6 years ago
  4. d4a9010 glx: Add fields for color shifts by Kevin Strasser · 6 years ago
  5. 7b4ed2b egl: Convert configs to use shifts and sizes instead of masks by Kevin Strasser · 6 years ago
  6. 3562f48 util: move bitcount to bitscan.h by Kevin Strasser · 5 years ago
  7. 5a74730 dri: Add config attributes for color channel shift by Kevin Strasser · 6 years ago
  8. 9328e7c gallium: Use consistent approach for config format filtering by Kevin Strasser · 5 years ago
  9. 4fb7160 i965: Add helper function for allowed config formats by Kevin Strasser · 5 years ago
  10. d07a56d drm-uapi: Update headers for fp16 formats by Kevin Strasser · 6 years ago
  11. bd96039 radv: add RADV_DEBUG=allentrypoints by Andres Rodriguez · 5 years ago
  12. 0ae72df panfrost: Fix PIPE_BUFFER spacing by Alyssa Rosenzweig · 5 years ago
  13. d4542f8 panfrost: Implement depth range clipping by Alyssa Rosenzweig · 5 years ago
  14. 5e268a0 panfrost: Don't bail on PIPE_BUFFER by Alyssa Rosenzweig · 5 years ago
  15. 7f14916 pan/midgard: Identify and disassemble indirect texture/sampler by Alyssa Rosenzweig · 5 years ago
  16. 8c1bc3c pan/midgard: Breakout texture reg select printer by Alyssa Rosenzweig · 5 years ago
  17. aa40412 panfrost: Pass stream_output_info by reference by Alyssa Rosenzweig · 5 years ago
  18. 27b6264 panfrost: Guard against NULL rasterizer explicitly by Alyssa Rosenzweig · 5 years ago
  19. 5ebdd10 pan/bifrost: Correct file size signedness by Alyssa Rosenzweig · 5 years ago
  20. 87afc2e panfrost: Fix missing ret assignment in DRM code by Alyssa Rosenzweig · 5 years ago
  21. c43fa6b panfrost: Hoist bo != NULL check before dereference by Alyssa Rosenzweig · 5 years ago
  22. a3c1ab2 panfrost: Hoist job != NULL check by Alyssa Rosenzweig · 5 years ago
  23. 9cee21f panfrost: Prevent potential integer overflow in instancing by Alyssa Rosenzweig · 5 years ago
  24. 5bdc909 panfrost: Clarify intention with PIPE_SWIZZLE_X check by Alyssa Rosenzweig · 5 years ago
  25. 8fba6ab panfrost: Pay attention to framebuffer dimension sign by Alyssa Rosenzweig · 5 years ago
  26. 14a2032f pan/midgard: Mark fallthrough explicitly by Alyssa Rosenzweig · 5 years ago
  27. ed58fd6 panfrost: Don't check reads_point_coord by Alyssa Rosenzweig · 5 years ago
  28. d0b9f09 pan/midgard: Simplify contradictory check. by Alyssa Rosenzweig · 5 years ago
  29. 91a5b26 pan/midgard: Reorder bits check to fix 8-bit masks by Alyssa Rosenzweig · 5 years ago
  30. 6189274 pan/midgard: Represent unused nodes by ~0 by Alyssa Rosenzweig · 5 years ago
  31. cda0ec6 pan/bifrost: Avoid buffer overflow in disassembler by Alyssa Rosenzweig · 5 years ago
  32. 9ce45ac pan/decode: Remove all_zero by Alyssa Rosenzweig · 5 years ago
  33. 1060c48 pan/decode: Don't leak FBD pointer by Alyssa Rosenzweig · 5 years ago
  34. 52ac7dc pan/midgard: Allocate `dependencies` on stack by Alyssa Rosenzweig · 5 years ago
  35. bf036e1 pan/midgard: Free liveness info by Alyssa Rosenzweig · 5 years ago
  36. c9a4793 v3d: Use the correct opcodes for signed image min/max by Jason Ekstrand · 5 years ago
  37. 021fa28 intel/nir: Add a helper for getting BRW_AOP from an intrinsic by Jason Ekstrand · 5 years ago
  38. 951cf94 nir: Add explicit signs to image min/max intrinsics by Jason Ekstrand · 5 years ago
  39. fc69a5c pan/decode: Cleanup mali_attr printing by Alyssa Rosenzweig · 5 years ago
  40. 62e6673 pan/decode: Validate attribute/varying buffer pointer by Alyssa Rosenzweig · 5 years ago
  41. be5e30c pan/decode: Include address in union mali_attr by Alyssa Rosenzweig · 5 years ago
  42. 68b9030 pan/decode: Use concise texture printing by Alyssa Rosenzweig · 5 years ago
  43. 9f15f4d panfrost: Break up usage2 field by Alyssa Rosenzweig · 5 years ago
  44. 9b20395 pan/decode: Pretty-print sRGB format by Alyssa Rosenzweig · 5 years ago
  45. 47af32b panfrost: Remove ancient TODO by Alyssa Rosenzweig · 5 years ago
  46. 96f6b8a panfrost: nr_mipmap_levels -> levels by Alyssa Rosenzweig · 5 years ago
  47. 024f9cf pan/decode: Validate texture dimensionality by Alyssa Rosenzweig · 5 years ago
  48. 8fc4ca8 pan/decode: Break out pandecode_texture function by Alyssa Rosenzweig · 5 years ago
  49. fa536ec pan/decode: Guard texture unknowns as zero trips by Alyssa Rosenzweig · 5 years ago
  50. e09392f pan/decode: Use GLSL style formats/swizzles by Alyssa Rosenzweig · 5 years ago
  51. ac090b3 pan/decode: Don't print the default swizzle by Alyssa Rosenzweig · 5 years ago
  52. 2208eb9 pan/decode: Validate swizzles against format by Alyssa Rosenzweig · 5 years ago
  53. b233012 pan/decode: Treat RESERVED swizzles as errors by Alyssa Rosenzweig · 5 years ago
  54. a94fb78 pan/decode: Handle VARYING_DISCARD by Alyssa Rosenzweig · 5 years ago
  55. c0642eb panfrost: Don't trip the prefix magic field by Alyssa Rosenzweig · 5 years ago
  56. 00be5d7 pan/decode: Guard attribute unknowns by Alyssa Rosenzweig · 5 years ago
  57. 9836c26 panfrost: Don't crash on GL_CLAMP by Alyssa Rosenzweig · 5 years ago
  58. e4eaa73 panfrost: Do not expose PIPE_CAP_TEXTURE_MIRROR_CLAMP by Alyssa Rosenzweig · 5 years ago
  59. be81711 panfrost: Fix scoreboarding with dependency on job #0 by Alyssa Rosenzweig · 5 years ago
  60. 3752f76 pan/decode: Normalize final instances of XXX by Alyssa Rosenzweig · 5 years ago
  61. dcde5bd pan/decode: Normalize case matching XXX format by Alyssa Rosenzweig · 5 years ago
  62. 89c5370 pan/decode: Mark tripped zeroes with XXX by Alyssa Rosenzweig · 5 years ago
  63. e49204c pan/decode: Check for MFBD preload chicken bit by Alyssa Rosenzweig · 5 years ago
  64. c9b6233 pan/decode: Validate AFBC fields are zero when AFBC is disabled by Alyssa Rosenzweig · 5 years ago
  65. 4aeb694 pan/decode: Do not print uniform/buffers explicitly by Alyssa Rosenzweig · 5 years ago
  66. 4391c65 pan/decode: Add static bounds checking utility by Alyssa Rosenzweig · 5 years ago
  67. 9dfbc8d pan/decode: Don't print unreferenced attribute memory by Alyssa Rosenzweig · 5 years ago
  68. 897110a pan/decode: Check for a number of potential issues by Alyssa Rosenzweig · 5 years ago
  69. f5c2934 panfrost: Correct polygon size computations by Alyssa Rosenzweig · 5 years ago
  70. f6e41f3 panfrost: Remove DRY_RUN by Alyssa Rosenzweig · 5 years ago
  71. b4a2142 pan/decode: Print "just right" count of texture pointers by Alyssa Rosenzweig · 5 years ago
  72. a8bd3ad pan/decode: Verify and omit polygon size by Alyssa Rosenzweig · 5 years ago
  73. b45eb27 panfrost: Move pan_tiler.c outside of Gallium by Alyssa Rosenzweig · 5 years ago
  74. 13d0797 pan/decode: Bounds check polygon list and tiler heap by Alyssa Rosenzweig · 5 years ago
  75. b072d03 pan/decode: Allow updating mmaps by Alyssa Rosenzweig · 5 years ago
  76. 52101e4 pan/decode: Express tiler structures as offsets by Alyssa Rosenzweig · 5 years ago
  77. e918dd8 pan/decode: Don't print zero exception_status by Alyssa Rosenzweig · 5 years ago
  78. 2a8d776 pan/decode: Fix missing NULL terminator by Alyssa Rosenzweig · 5 years ago
  79. 6c67bd0 pan/decode: Silence workgroups_x_shift_2 by Alyssa Rosenzweig · 5 years ago
  80. 3752566 panfrost: Implement workgroups_x_shift_2 quirk by Alyssa Rosenzweig · 5 years ago
  81. 25ed930 pan/decode: Don't print canonical workgroup encoding by Alyssa Rosenzweig · 5 years ago
  82. fb56a16 panfrost: Set workgroups z to 32 for non-instanced graphics by Alyssa Rosenzweig · 5 years ago
  83. 39b226c panfrost: Move pan_invocation to shared panfrost/ by Alyssa Rosenzweig · 5 years ago
  84. d9f3395 pan/decode: Don't print MALI_DRAW_NONE by Alyssa Rosenzweig · 5 years ago
  85. 740f86c pan/decode: Eliminate DYN_MEMORY_PROP by Alyssa Rosenzweig · 5 years ago
  86. 41549a1 i965: Enable OpenGL 4.6 for Gen8+ by Alejandro Piñeiro · 6 years ago
  87. 7dab760 mesa/version: uncomment SPIR-V extensions by Alejandro Piñeiro · 6 years ago
  88. 2e8565b i965: enable ARB_gl_spirv extension and ARB_spirv_extensions for gen7+ by Alejandro Piñeiro · 7 years ago
  89. 4109a2f panfrost/ci: Print load stats by Tomeu Vizoso · 5 years ago
  90. 3794652 panfrost/ci: Install qemu-arm-static into chroot by Tomeu Vizoso · 5 years ago
  91. 8496045 panfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK by Tomeu Vizoso · 5 years ago
  92. a074513 panfrost/ci: Print bootstrap log by Tomeu Vizoso · 5 years ago
  93. 76af465 panfrost/ci: Use Volt-based runner for dEQP tests by Tomeu Vizoso · 5 years ago
  94. 29834fe radv: implement VK_AMD_shader_core_properties2 by Samuel Pitoiset · 5 years ago
  95. a6ad9e8 radv: force enable VK_AMD_shader_ballot for Wolfenstein Youngblood by Samuel Pitoiset · 5 years ago
  96. f202ac2 radv: add a new debug option called RADV_DEBUG=noshaderballot by Samuel Pitoiset · 5 years ago
  97. e73d863 radv: allow to enable VK_AMD_shader_ballot only on GFX8+ by Samuel Pitoiset · 5 years ago
  98. e71fc7f nir/loop_analyze: Treat do{}while(false) loops as 0 iterations by Danylo Piliaiev · 5 years ago
  99. 84b3ef6 nir/loop_unroll: Prepare loop for unrolling in wrapper_unroll by Danylo Piliaiev · 5 years ago
  100. 8869f44 nir/loop_unroll: Update the comments for loop_prepare_for_unroll by Danylo Piliaiev · 5 years ago