1. a2d0ea9 panfrost: Style main Gallium driver by Alyssa Rosenzweig · 5 years ago
  2. e4bd6fb panfrost/midgard: Apply code styling by Alyssa Rosenzweig · 5 years ago
  3. b4733b2 panfrost/nir: Apply NIR style by Alyssa Rosenzweig · 5 years ago
  4. c2c8983 panfrost: Move midgard/nir* to nir folder by Alyssa Rosenzweig · 5 years ago
  5. ef2d577 panfrost: Typofix by Alyssa Rosenzweig · 5 years ago
  6. 31fc52a panfrost: Identify shared tiler structure by Alyssa Rosenzweig · 5 years ago
  7. 6eb99c7 panfrost/midgard: Drop unnecessary assert by Alyssa Rosenzweig · 5 years ago
  8. c1b109c panfrost: Don't expose OES_standard_derivatives by Alyssa Rosenzweig · 5 years ago
  9. 39e7fbf gallium: get rid of PIPE_CAP_SM3 by Erik Faye-Lund · 5 years ago
  10. 21de1bf gallium: give vertex-shader saturate its own cap by Erik Faye-Lund · 5 years ago
  11. 681fa03 gallium: give fragment-shader derivatives its own cap by Erik Faye-Lund · 5 years ago
  12. 66ee666 gallium: give fragment-shader texture-lod its own cap by Erik Faye-Lund · 5 years ago
  13. ffbd004 mesa/st: drop needless has_shader_model3 boolean by Erik Faye-Lund · 5 years ago
  14. af2949e panfrost: Fix copyright identifier in a few places by Alyssa Rosenzweig · 5 years ago
  15. 629c516 panfrost: Bikeshed pan_screen.c comment by Alyssa Rosenzweig · 5 years ago
  16. 2f7145a panfrost: Check GPU version before loading by Alyssa Rosenzweig · 5 years ago
  17. b5de423 panfrost: Be more honest about PIPE_CAPs by Alyssa Rosenzweig · 5 years ago
  18. b69d5d6 panfrost/midgard: Hit missed scheduling opportunity by Alyssa Rosenzweig · 5 years ago
  19. 2d739f6 panfrost/midgard: Include shader size for shader-db by Alyssa Rosenzweig · 5 years ago
  20. 7ad6516 panfrost/midgard: Include loop count for shader-db by Alyssa Rosenzweig · 5 years ago
  21. 138e40d panfrost/midgard: Dump shader-db stats by Alyssa Rosenzweig · 5 years ago
  22. a2f1a06 panfrost/midgard: Flush undefineds to zero by Alyssa Rosenzweig · 5 years ago
  23. 318e993 panfrost/midgard: Specify channel count for broadcasting ops by Alyssa Rosenzweig · 5 years ago
  24. a1a4dfa panfrost/midgard: Don't try to "alias" texture registers by Alyssa Rosenzweig · 5 years ago
  25. 4cadf43 radv: compute correct number of input vertices for NGG by Samuel Pitoiset · 5 years ago
  26. 3303bc8 radv: remove extra code for exporting LayerID to the next stage by Samuel Pitoiset · 5 years ago
  27. bd86ded radv: set the LayerId output usage mask if FS needs it by Samuel Pitoiset · 5 years ago
  28. 53d6475 panfrost: Update supported formats by Alyssa Rosenzweig · 5 years ago
  29. ced132d panfrost/mfbd: Cleanup format code selection by Alyssa Rosenzweig · 5 years ago
  30. da5382c panfrost/midgard: Cleanup blend switch by Alyssa Rosenzweig · 5 years ago
  31. c0c709a panfrost/mfbd: Handle PIPE_FORMAT_B10G10R10A2_UNORM by Alyssa Rosenzweig · 5 years ago
  32. c58c526 panfrost/midgard: Handle PIPE_FORMAT_B10G10R10A2_UNORM by Alyssa Rosenzweig · 5 years ago
  33. c2ee937 panfrost: Implement ES3-format writeout by Alyssa Rosenzweig · 5 years ago
  34. 46396af panfrost: Refactor blend infrastructure by Alyssa Rosenzweig · 5 years ago
  35. c9af770 panfrost/midgard: Use unsigned blend patch offset by Alyssa Rosenzweig · 5 years ago
  36. 6def428 panfrost/midgard: Handle pure int formats by Alyssa Rosenzweig · 5 years ago
  37. 280c777 panfrost/mfbd: Handle pure int formats by Alyssa Rosenzweig · 5 years ago
  38. 7647e56 panfrost: Set rt_count_2 for bpp>4 formats by Alyssa Rosenzweig · 5 years ago
  39. 0c61921 panfrost/midgard: Implement preliminary float converters by Alyssa Rosenzweig · 5 years ago
  40. 5849c85 panfrost/midgard: Skip blend for REPLACE (shader) by Alyssa Rosenzweig · 5 years ago
  41. 5e825f5 panfrost: Handle "blend disabled" blend shaders by Alyssa Rosenzweig · 5 years ago
  42. 27e0c8c panfrost: Route format through fixed-function blending by Alyssa Rosenzweig · 5 years ago
  43. e7551c1 panfrost: Pipe framebuffer format around by Alyssa Rosenzweig · 5 years ago
  44. 74fd914 panfrost/midgard: Use Gallium framebuffer formats by Alyssa Rosenzweig · 5 years ago
  45. 2157fe9 panfrost/midgard: Use fp16 exclusively while blending by Alyssa Rosenzweig · 5 years ago
  46. 0cfa548 panfrost/midgard: Remove opt_copy_prop_tex by Alyssa Rosenzweig · 5 years ago
  47. b113be7 panfrost/midgard: Fix scalarification by Alyssa Rosenzweig · 5 years ago
  48. e92caad panfrost/midgard: Handle fp16 in embedded_to_inline_constants by Alyssa Rosenzweig · 5 years ago
  49. 3dbedb2 panfrost/midgard: Eliminate redundant type convert by Alyssa Rosenzweig · 5 years ago
  50. 64df54d panfrost/midgard: Fix fp16 embedded constants by Alyssa Rosenzweig · 5 years ago
  51. f8b18a4 panfrost/midgard: Hoist mask field by Alyssa Rosenzweig · 5 years ago
  52. e69cf1f panfrost/midgard: Allow fp16 in scalar ALU by Alyssa Rosenzweig · 5 years ago
  53. d8c084d panfrost/midgard: Implement f2u16 and friends by Alyssa Rosenzweig · 5 years ago
  54. 954c6af panfrost/midgard: Implement f2f16/f2f32 by Alyssa Rosenzweig · 5 years ago
  55. 0ed8cca panfrost/midgard: Verify src_bitsize == dst_bitsize by Alyssa Rosenzweig · 5 years ago
  56. 1686ef8 panfrost/midgard: Simplify blend read by Alyssa Rosenzweig · 5 years ago
  57. 952993d panfrost/midgard: NIRify blend load scale/convert by Alyssa Rosenzweig · 5 years ago
  58. ae42991 panfrost/midgard: Fix blend constant scheduling bug by Alyssa Rosenzweig · 5 years ago
  59. 7f807ef panfrost/midgard: Implement upscaling type converts by Alyssa Rosenzweig · 5 years ago
  60. 541b329 panfrost/midgard: Move blend load/store into NIR by Alyssa Rosenzweig · 5 years ago
  61. f42e5be panfrost/midgard: Use nir_dest_num_components by Alyssa Rosenzweig · 5 years ago
  62. 4df80ca panfrost/midgard: Implement integer downsize ops by Alyssa Rosenzweig · 5 years ago
  63. dc69d3b panfrost/midgard: Move scale from MIR to NIR by Alyssa Rosenzweig · 5 years ago
  64. d151319 panfrost/midgard: Passthrough nir_lower_framebuffer by Alyssa Rosenzweig · 5 years ago
  65. 8e4e467 panfrost: Extend clear colour packing by Alyssa Rosenzweig · 5 years ago
  66. 21c863a panfrost/mfbd: Include codes for float framebuffers by Alyssa Rosenzweig · 5 years ago
  67. 36b3e7e panfrost: Prepare some code for MRT by Alyssa Rosenzweig · 5 years ago
  68. 7c82dfb panfrost: Use standard ALIGN_POT/INFINITY macros by Alyssa Rosenzweig · 5 years ago
  69. c78d2d98 egl: add glvnd symbols check by Eric Engestrom · 6 years ago
  70. ba18b96 egl: rewrite entrypoints check by Eric Engestrom · 6 years ago
  71. b619f89 mapi: add shared glapi symbols check by Eric Engestrom · 6 years ago
  72. 1abae9e tu: add exported symbols check by Eric Engestrom · 5 years ago
  73. 0fd30c1 vulkan: add symbols file by Eric Engestrom · 6 years ago
  74. 915eab5 meson: remove unused env_test by Eric Engestrom · 6 years ago
  75. 6f305d0 gles: use new symbols check script by Eric Engestrom · 6 years ago
  76. 111c34d gbm: sort symbols by Eric Engestrom · 5 years ago
  77. aa6973e gbm: use new symbols check script by Eric Engestrom · 6 years ago
  78. 1172263 egl: use new symbols check script by Eric Engestrom · 6 years ago
  79. 176f350 symbols-check: introduce new python script by Eric Engestrom · 6 years ago
  80. 62362a4 nv50/ir/nir: implement load/store_global by Karol Herbst · 6 years ago
  81. 33a9b9f nv50/ir/nir: handle kernel inputs by Karol Herbst · 5 years ago
  82. 2617c78 nv50/ir/nir: don't assert on !main by Karol Herbst · 5 years ago
  83. fa6bd3c nv50/ir/nir: parse system values first and stop for compute shaders by Karol Herbst · 5 years ago
  84. 133273a nir/lower_io: Don't use variable to get deref mode by Connor Abbott · 5 years ago
  85. f18b8a1 radv: Don't optimize after lowering FS inputs by Connor Abbott · 5 years ago
  86. fe38985 android: amd/addrlib: add gfx10 support by Mauro Rossi · 5 years ago
  87. b3d46cb android: amd/common/gfx10: add register JSON by Mauro Rossi · 5 years ago
  88. 2434fb3 android: radeonsi/gfx10: generate gfx10_format_table.h (v2) by Mauro Rossi · 5 years ago
  89. 0d394f1 android: virgl: remove unnecessary LOCAL_C_INCLUDES by Chih-Wei Huang · 5 years ago
  90. 4dc129e android: vulkan/util: fix generating vk_enum_to_str.* by Chih-Wei Huang · 5 years ago
  91. a74285d android: radv: import include paths from used libraries by Chih-Wei Huang · 5 years ago
  92. f982c67 android: anv: import include path of libmesa_nir by Chih-Wei Huang · 5 years ago
  93. 5cb61f2 android: anv: eliminate libmesa_anv_entrypoints by Chih-Wei Huang · 5 years ago
  94. 4338e08 android: vulkan/util: fix export path by Chih-Wei Huang · 5 years ago
  95. e2ef281 android: radv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIES by Chih-Wei Huang · 5 years ago
  96. 8ff01f0 android: anv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIES by Chih-Wei Huang · 5 years ago
  97. 352d91c android: radv: remove unused LOCAL_EXPORT_C_INCLUDE_DIRS by Chih-Wei Huang · 5 years ago
  98. 4fb11c0 android: anv: remove unused LOCAL_EXPORT_C_INCLUDE_DIRS by Chih-Wei Huang · 5 years ago
  99. 7e0fcea nir/loop_analyze: Pass nir_const_values directly to helpers by Jason Ekstrand · 5 years ago
  100. ff972c7 nir/loop_analyze: Properly handle swizzles in loop conditions by Jason Ekstrand · 5 years ago