1. 8af0a45 util/set: add a basic unit test by Caio Marcelo de Oliveira Filho · 6 years ago
  2. 2e0b00a radeonsi: add support for Vega20 by Marek Olšák · 7 years ago
  3. e8dc3c0 u_blitter: Add an option to draw the triangles using an index buffer. by Eric Anholt · 6 years ago
  4. c17dac0 u_draw: Add some indices to the util_draw_elements() helpers. by Eric Anholt · 6 years ago
  5. 50a3a28 vc4: Don't automatically reallocate a PERSISTENT-mapped buffer. by Eric Anholt · 6 years ago
  6. 7714896 v3d: Don't automatically reallocate a PERSISTENT-mapped buffer. by Eric Anholt · 6 years ago
  7. e48c615 v3d: Fix stride of 1D_ARRAY mappings. by Eric Anholt · 6 years ago
  8. 97ddeed v3d: Fix MRT blending with independent blending disabled. by Eric Anholt · 6 years ago
  9. e0dbbf9 gallium/u_transfer_helper: Initialize the stride of MSAA maps. by Eric Anholt · 6 years ago
  10. 589bb5b gallium/u_transfer_helper: Fix MSAA mappings with nonzero x/y. by Eric Anholt · 6 years ago
  11. ccb8309 util/rb_tree: Fix a compiler warning by Jason Ekstrand · 6 years ago
  12. 62f37ee i965/fs: unspills shoudn't use grf127 as dest since Gen8+ by Jose Maria Casanova Crespo · 6 years ago
  13. 34e89e4 gallium: Check pipe_screen::resource_changed before dereferencing it by Michel Dänzer · 6 years ago
  14. 686e140 nir/spirv: handle OpConstantComposites with OpUndef members by Karol Herbst · 6 years ago
  15. 154ef32 nir/spirv: implement BuiltInGlobalSize by Karol Herbst · 7 years ago
  16. 31cbcbd nir: move lowering of SYSTEM_VALUE_LOCAL_GROUP_SIZE into a function by Karol Herbst · 6 years ago
  17. 529aa9e compiler: add missing entries to gl_system_value_name by Karol Herbst · 6 years ago
  18. d428056 nir/spirv: print extension name in fail msg by Rob Clark · 7 years ago
  19. 9ce0360 nir/spirv: Use imov where we might have 8 bit types by Rob Clark · 7 years ago
  20. f1b3f7b radv: simplify the logic in radv_set_descriptor_set() by Samuel Pitoiset · 6 years ago
  21. 826b3a8 radv: remove one useless check in radv_bind_descriptor_set() by Samuel Pitoiset · 6 years ago
  22. 6bfbc7b radv/meta: do not restore a NULL descriptor by Samuel Pitoiset · 6 years ago
  23. 5b32926 radv: remove unnecessary verification code around ring_offsets_idx by Samuel Pitoiset · 6 years ago
  24. 6248fbe radv: get rid of buffer object priorities by Samuel Pitoiset · 6 years ago
  25. 501d0ed st/mesa: call resource_changed when binding a EGLImage to a texture by Lucas Stach · 7 years ago
  26. 1f616a8 radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9 by Samuel Pitoiset · 6 years ago
  27. 3a16c72 radv: add support for VK_KHR_create_renderpass2 by Samuel Pitoiset · 6 years ago
  28. fe28978 radv: introduce radv_subpass_attachment data structure by Samuel Pitoiset · 6 years ago
  29. c087494 st/mesa: Only enable depth writes if the function isn't EQUAL. by Kenneth Graunke · 6 years ago
  30. be5fc0d anv/android: Fix type error in call to vk_errorf() by Chad Versace · 6 years ago
  31. 8e403bc anv/android: Fix Autotools build for VK_ANDROID_native_buffer by Chad Versace · 6 years ago
  32. 4a67ce8 radv: make sure to wait for CP DMA when needed by Samuel Pitoiset · 6 years ago
  33. 688d757 intel/tools/dump_gpu: Add option to print ppgtt mappings. by Rafael Antognolli · 6 years ago
  34. 45106a1 spirv: Fix InterpolateAt* instructions for vecs with dynamic index by Neil Roberts · 6 years ago
  35. 18c086a intel/ir: Uncomment definition of several unused hardware opcodes. by Francisco Jerez · 7 years ago
  36. 48d6fc5 intel/fs: Initialize mlen for gen7 varying pull constant load messages. by Francisco Jerez · 7 years ago
  37. 6643143 intel/eu: Assert that the instruction is send-like in brw_set_desc_ex(). by Francisco Jerez · 6 years ago
  38. 6f81e2b intel/eu: Get rid of the return value of brw_send_indirect_message(). by Francisco Jerez · 6 years ago
  39. b3cce4c intel/eu: Get rid of the return value of brw_send_indirect_surface_message(). by Francisco Jerez · 6 years ago
  40. 95b5367 intel/eu: Use descriptor constructors for dataport typed surface messages. by Francisco Jerez · 6 years ago
  41. 94166ce intel/eu: Use descriptor constructors for dataport scattered byte surface messages. by Francisco Jerez · 6 years ago
  42. 2a9605d intel/eu: Use descriptor constructors for dataport untyped surface messages. by Francisco Jerez · 6 years ago
  43. 8e707fc intel/eu: Provide single descriptor argument to brw_send_indirect_surface_message(). by Francisco Jerez · 6 years ago
  44. b10b4e7 intel/eu: Use descriptor constructors for pixel interpolator messages. by Francisco Jerez · 6 years ago
  45. 8fa4bc4 intel/eu: Use descriptor constructors for dataport write messages. by Francisco Jerez · 6 years ago
  46. 2bac890 intel/eu: Use descriptor constructors for dataport read messages. by Francisco Jerez · 6 years ago
  47. 27c211e intel/eu: Use descriptor constructors for sampler messages. by Francisco Jerez · 6 years ago
  48. 1c90ae5 intel/eu: Provide desc immediate argument up front to brw_send_indirect_message(). by Francisco Jerez · 6 years ago
  49. b382bdd TRIVIAL: intel/eu: Use a local devinfo variable in brw_shader_time_add(). by Francisco Jerez · 6 years ago
  50. c3793d4 intel/eu: Use brw_set_desc() along with a helper to set common descriptor controls. by Francisco Jerez · 6 years ago
  51. 20b9622 intel/eu: Define SET_BITS helper more easily reusable than SET_FIELD. by Francisco Jerez · 6 years ago
  52. d0f589a intel/eu: Define helper to specify the descriptor immediates of a SEND instruction. by Francisco Jerez · 6 years ago
  53. f55884c intel/eu: Add brw_inst.h helpers for the SEND(C) descriptor and extended descriptor. by Francisco Jerez · 6 years ago
  54. 1c8a045 i965: Support saving the gen program with glGetProgramBinary by Jordan Justen · 7 years ago
  55. eb5b4b0 i965: Add flag_state param to brw_search_cache by Jordan Justen · 7 years ago
  56. 48ce774 mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlob by Jordan Justen · 7 years ago
  57. 36dd15f i965: Add brw_populate_default_key by Jordan Justen · 7 years ago
  58. 65f2014 i965: Replace brw_setup_tex_for_precompile brw with devinfo by Jordan Justen · 7 years ago
  59. e426286 i965: Regenerate blob without gen program for shader cache by Jordan Justen · 6 years ago
  60. 3a13322 compiler/blob: Add blob_skip_bytes by Jordan Justen · 6 years ago
  61. 8e7ee74 i965: Add support for driver cache blob containing the gen program by Jordan Justen · 7 years ago
  62. 05bb4b4 i965: Use brw_prog_key_set_id in disk cache load/store code by Jordan Justen · 7 years ago
  63. 170d76d i965: Add brw_prog_key_set_id helper to set the program id on any stage by Jordan Justen · 7 years ago
  64. 1c1a7d1 i965: Add brw_stage_cache_id to map gl stages to brw cache_ids by Jordan Justen · 7 years ago
  65. b9f9b35 i965: Add brw_(read|write)_blob_program_data functions by Jordan Justen · 7 years ago
  66. 1777c23 i965: Add brw_program_deserialize_driver_blob by Jordan Justen · 7 years ago
  67. f4c154a i965: Move brw_program_*serialize_nir to brw_program_binary.c by Jordan Justen · 7 years ago
  68. cce3994 mesa: Always call ProgramBinarySerializeDriverBlob by Jordan Justen · 6 years ago
  69. 6497be4 i965: Use ShaderCacheSerializeDriverBlob driver function by Jordan Justen · 6 years ago
  70. 450f00e st/mesa: Use ShaderCacheSerializeDriverBlob driver function by Jordan Justen · 6 years ago
  71. c510dd2 st/mesa: Skip serializing driver_cache_blob if it exists by Jordan Justen · 6 years ago
  72. 2a55553 mesa: Add disk shader cache driver blob callback by Jordan Justen · 6 years ago
  73. 2134916 intel/compiler: emit actual barriers for working-group level barriers by Iago Toral Quiroga · 6 years ago
  74. 0cab6e5 radv: add some cxxflags for new c++ file by Dave Airlie · 6 years ago
  75. dc1d10b anv,radv: Add support for VK_KHR_get_display_properties2 by Jason Ekstrand · 6 years ago
  76. c0a27c5 intel/aubinator_error_decode: Allow for more sections by Jason Ekstrand · 6 years ago
  77. 5009e73 intel/batch_decoder: Recurse for all 2nd level batches by Jason Ekstrand · 6 years ago
  78. 45e25ad virgl/vtest: add support to vtest for new cap getting. by Dave Airlie · 6 years ago
  79. 2badf0e i965/icl: Don't set float blend optimization bit in CACHE_MODE_SS by Anuj Phogat · 6 years ago
  80. c1d8300 anv/icl: Don't set float blend optimization bit in CACHE_MODE_SS by Anuj Phogat · 6 years ago
  81. 227dabc anv: Implement VK_EXT_vertex_attribute_divisor by Jason Ekstrand · 6 years ago
  82. 2caf6c0 anv/pipeline: Add a per-VB instance divisor by Jason Ekstrand · 6 years ago
  83. 32f4feb anv/pipeline: Use a per-VB struct instead of separate arrays by Jason Ekstrand · 6 years ago
  84. 6db2022 anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storage by Jose Maria Casanova Crespo · 6 years ago
  85. 0c01bf7 spirv/nir: Add support for SPV_KHR_8bit_storage by Jose Maria Casanova Crespo · 6 years ago
  86. f29c19c spirv: Include headers and grammar for SPV_KHR_8bit_storage by Jose Maria Casanova Crespo · 6 years ago
  87. cd0afab i965/fs: Enable store_ssbo for 8-bit types. by Jose Maria Casanova Crespo · 6 years ago
  88. 11c904d intel/compiler: relax brw_eu_validate for byte raw movs by Jose Maria Casanova Crespo · 6 years ago
  89. 87fc9af i965/fs: Enable conversions to 8-bit integers by Jose Maria Casanova Crespo · 6 years ago
  90. 030472c i965: Support for 8-bit base types in helper functions by Jose Maria Casanova Crespo · 6 years ago
  91. 232ed89 i965/fs: Register allocator shoudn't use grf127 for sends dest by Jose Maria Casanova Crespo · 6 years ago
  92. 0e47ecb intel/compiler: grf127 can not be dest when src and dest overlap in send by Jose Maria Casanova Crespo · 6 years ago
  93. 6f3aee4 radv: using tls to store llvm related info and speed up compiles (v10) by Dave Airlie · 6 years ago
  94. c1ec582 swrast: Fix eglMakeCurrent(dpy, NULL, NULL, ctx) (v2) by Adam Jackson · 6 years ago
  95. 7205bdf intel: tools: dump_gpu: fix ppgtt mapping by Lionel Landwerlin · 6 years ago
  96. beeb944 v3d: Implement noperspective varyings on V3D 4.x. by Eric Anholt · 6 years ago
  97. 4b4795b v3d: Refactor flat shade/centroid flag emission. by Eric Anholt · 6 years ago
  98. 93f437d v3d: Fix typo in dither mode offset. by Eric Anholt · 6 years ago
  99. 73ec437 glsl: Treat sampler2DRect and sampler2DRectShadow as reserved in ES2 by zhaowei yuan · 6 years ago
  100. 097952a st/wgl: check for NULL piAttribList in wglCreatePbufferARB() by Charmaine Lee · 6 years ago