1. d7603cb meson: Add default DRI drivers for ARM/AArch64 by Daniel Stone · 7 years ago
  2. 28780c5 st/mesa: add compiler/nir/ prefix for nir includes by Emil Velikov · 7 years ago
  3. d849d36 anv: off-by-one in GetDescriptorSetLayoutSupport by Scott D Phillips · 7 years ago
  4. 035cc7a i965: perf: reduce i965 binary size by Lionel Landwerlin · 7 years ago
  5. e9a9e85 i965: perf: fix a counter return type on hsw by Lionel Landwerlin · 7 years ago
  6. 604cac9 mesa: fix leaking ParameterValueOffset by Tapani Pälli · 7 years ago
  7. 478fc2d dri3: Don't fail on version mismatch by Daniel Stone · 7 years ago
  8. 9a243ec radv: don't lower indirects until after opts have run by Timothy Arceri · 7 years ago
  9. dfe2f19 st/nir: fix atomic lowering for gallium drivers by Timothy Arceri · 7 years ago
  10. 632d5e9 st/radeonsi: enable uniform packing in NIR backend by Timothy Arceri · 7 years ago
  11. 231333a st: add uniform packing support to lower_uniforms_to_ubo() by Timothy Arceri · 7 years ago
  12. 9c51a7e gallium: add packed uniform CAP by Timothy Arceri · 7 years ago
  13. ffa4bbe st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state tracker by Timothy Arceri · 7 years ago
  14. a80cf44 st: add st_glsl_type_dword_size() helper by Timothy Arceri · 7 years ago
  15. 5488166 st/glsl_to_nir: add support for packed builtin uniforms by Timothy Arceri · 7 years ago
  16. 57ebab6 mesa: add _mesa_add_sized_state_reference() helper by Timothy Arceri · 7 years ago
  17. 2377754 mesa: add support propagate uniform support for packed uniforms by Timothy Arceri · 7 years ago
  18. 40711a7 mesa: allow for uniform packing when adding uniforms to param list by Timothy Arceri · 7 years ago
  19. a2198d4 mesa: add packing support for setting uniform handles by Timothy Arceri · 7 years ago
  20. 6cfa15b mesa: add packing support for setting uniforms by Timothy Arceri · 7 years ago
  21. 4a7c5c0 mesa: create copy uniform to storage helpers by Timothy Arceri · 7 years ago
  22. edded12 mesa: rework ParameterList to allow packing by Timothy Arceri · 7 years ago
  23. b13b9eb mesa: add PackedDriverUniformStorage const by Timothy Arceri · 7 years ago
  24. 00910e3 broadcom/vc5: Don't annotate dumps with stale live intervals. by Eric Anholt · 7 years ago
  25. facc3c6 broadcom/vc5: Add support for register spilling. by Eric Anholt · 7 years ago
  26. 271fc58 broadcom/vc5: Remove redundant last_inst lookup. by Eric Anholt · 7 years ago
  27. 34dc64f broadcom/vc5: On QPU pack error, dump the instruction and return cleanly. by Eric Anholt · 7 years ago
  28. d721348 broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's. by Eric Anholt · 7 years ago
  29. c81d681 broadcom/vc5: Move the umul macro to a header. by Eric Anholt · 7 years ago
  30. 9e28c18 broadcom/vc5: Correct the arg count of TIDX/EIDX. by Eric Anholt · 7 years ago
  31. 55bf298 broadcom/vc5: Re-do live variables after removing thrsws. by Eric Anholt · 7 years ago
  32. c3a504f broadcom/vc5: Add a QPU helper for instructions using the TLB. by Eric Anholt · 7 years ago
  33. 09c4dd1 broadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_writes_vpm(). by Eric Anholt · 7 years ago
  34. 407f21e broadcom/vc5: The ldvpm signal also a case of using the VPM. by Eric Anholt · 7 years ago
  35. 4760040 broadcom/vc5: Extract v3d_qpu_writes_tmu() helper. by Eric Anholt · 7 years ago
  36. 32791a0 radv: don't export NULL layer. by Dave Airlie · 7 years ago
  37. f674b50 mesa: adjust incorrect comment in texture_buffer_range by Marek Olšák · 7 years ago
  38. 6aeaa7d nir: Don't compare b2f or b2i with zero by Ian Romanick · 9 years ago
  39. e8d9b7a radv: lower constant initializers on output variables earlier by Dave Airlie · 7 years ago
  40. 032014a radv/query: handle multiview timestamp queries. by Dave Airlie · 7 years ago
  41. 32b4f3c radv/query: handle multiview queries properly. (v3) by Dave Airlie · 7 years ago
  42. 4034dc5 radv/query: split out begin/end query emission by Dave Airlie · 7 years ago
  43. d4c74ae radv/multiview: mark layer_input if we have input attachments. by Dave Airlie · 7 years ago
  44. f6338c3 anv/pipeline: set active_stages early by Caio Marcelo de Oliveira Filho · 7 years ago
  45. 318073c anv/pipeline: fail if TCS/TES compile fail by Caio Marcelo de Oliveira Filho · 7 years ago
  46. 2ed2883 main/program_binary: In ProgramBinary set link status as LINKING_SKIPPED by Jordan Justen · 7 years ago
  47. d2b74ca i965: Allow disk shader cache usage with LINKING_SUCCESS status by Jordan Justen · 7 years ago
  48. b5baaee glsl/serialize: Save shader program metadata sha1 by Jordan Justen · 7 years ago
  49. 9b473f9 glsl: Remove api_enabled tracking for transform feedback by Jordan Justen · 7 years ago
  50. fc4a7aa i965: Allow disk shader cache usage with transform feedback by Jordan Justen · 7 years ago
  51. 6d83094 glsl/shader_cache: Allow shader cache usage with transform feedback by Jordan Justen · 7 years ago
  52. e10dc12 scons: need to split CC or things might fail by Jose Fonseca · 7 years ago
  53. d07a49f i965: Add INTEL_DEBUG stages support for disk shader cache by Jordan Justen · 7 years ago
  54. 8f052a3 radv: handle exporting view index to fragment shader. (v1.1) by Dave Airlie · 7 years ago
  55. dbc2483 st/nine: Fix non inversible matrix check by Axel Davy · 7 years ago
  56. f61e9a9 st/nine: Fixes warning about implicit conversion by Axel Davy · 7 years ago
  57. 71eae79 st/nine: Fix bad tracking of vs textures for NINESBT_ALL by Axel Davy · 7 years ago
  58. 76fa1f7 st/nine: Fix bad tracking of bound vs textures by Axel Davy · 7 years ago
  59. e1b2e56 radv: make vk_format_description structures static by Grazvydas Ignotas · 7 years ago
  60. 331141e radv: fix stale comment in generated vk_format_table.c by Grazvydas Ignotas · 7 years ago
  61. 7db1c09 anv: Silence warning about heap_size. by Eric Anholt · 7 years ago
  62. d25640c i965: Silence compiler warning about promoted_constants. by Eric Anholt · 7 years ago
  63. 9f89452 anv: Silence compiler warnings about uninitialized bind_offset. by Eric Anholt · 7 years ago
  64. f3833f1 intel/compiler: Use gen_get_device_info() in test_eu_validate by Matt Turner · 7 years ago
  65. 54db78b intel: Add cfl to gen_device_name_to_pci_device_id() by Matt Turner · 7 years ago
  66. bc50013 meson+dri3: allow building against older xcb (v3) by Rob Clark · 7 years ago
  67. 7aeef2d dri3: allow building against older xcb (v3) by Dave Airlie · 7 years ago
  68. f099c3a r600: consolidate PIPE_BIND_SHARED/SCANOUT handling by Marek Olšák · 7 years ago
  69. f89e735 intel/compiler: Check for unsupported register sizes. by Rafael Antognolli · 7 years ago
  70. 315ee5f loader: Include include/drm-uapi in the autotools build by Jason Ekstrand · 7 years ago
  71. 5fc21c6 egl/android: Implement the eglSwapinterval for Android. by Wu, Zhongmin · 7 years ago
  72. 3a9fb4f st/mesa: simplify st_init_limits() via tgsi_processor_to_shader_stage by Emil Velikov · 7 years ago
  73. f7f9531 tgsi: move tgsi_processor_to_shader_stage() to a header by Emil Velikov · 7 years ago
  74. 9fa1d82 egl/dri2: move wayland header inclusion where applicable by Emil Velikov · 7 years ago
  75. d091c9c vulkan/wsi/x11: correct DRI3 version in comment by Emil Velikov · 7 years ago
  76. 19ec817 vulkan/wsi/x11: use ARRAY_SIZE where applicable by Emil Velikov · 7 years ago
  77. 705a644 mesa: RGB9_E5 invalid for CopyTexSubImage* in GLES by Juan A. Suarez Romero · 7 years ago
  78. 5e51f72 etnaviv: remove superfluous \n from DBG(..) callers by Christian Gmeiner · 7 years ago
  79. e96a1d2 radv: run nir_opt_move_load_ubo by Samuel Pitoiset · 7 years ago
  80. af355aa nir: add nir_opt_move_load_ubo() optimization pass by Samuel Pitoiset · 7 years ago
  81. 9d0d806 radv: drop geometry stride user sgpr. by Dave Airlie · 7 years ago
  82. 6f05154 radv: get rid of geometry user sgpr for num entries. by Dave Airlie · 7 years ago
  83. 9188bd7 radv: migrate lds size calculations to shader gen. by Dave Airlie · 7 years ago
  84. 384aced radv: drop scanning the tess shader in the nir code. by Dave Airlie · 7 years ago
  85. f50d520 radv: use num_patches output from tcs shader. by Dave Airlie · 7 years ago
  86. bf9a0ea radv/tess: remove last chunk of tess sgprs by Dave Airlie · 7 years ago
  87. 6db44d6 radv: pass num_patches to tes from tcs by Dave Airlie · 7 years ago
  88. 010d055 radv: drop tess offchip layout for tcs. by Dave Airlie · 7 years ago
  89. ee31cff radv: drop tcs_out_offsets by Dave Airlie · 7 years ago
  90. b0460bb radv: drop tcs_out_layout by Dave Airlie · 7 years ago
  91. 6adf991 radv/tess: drop tcs_in_layout setting completely. by Dave Airlie · 7 years ago
  92. f343d11 radv: drop ls_out_layout const. by Dave Airlie · 7 years ago
  93. d89b16b radv/shader_info: start gathering tess output info (v2) by Dave Airlie · 7 years ago
  94. 2012dae radv: migrate unique index info shader info (v2) by Dave Airlie · 7 years ago
  95. f02f1ad Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()" by Samuel Pitoiset · 7 years ago
  96. 51783f3 anv: silence unused variable warning by Lionel Landwerlin · 7 years ago
  97. b5b56f9 i965: silence unused function warning by Lionel Landwerlin · 7 years ago
  98. 0f544a3 anv: silence unused function warning on gen11 by Lionel Landwerlin · 7 years ago
  99. 2a7027f meson: fix pipe-loaders after omx changes by Dylan Baker · 7 years ago
  100. 9bd7a6f meson: require amdgpu >= 2.4.91 by Dylan Baker · 7 years ago