1. a695de5 anv: Add support for VK_KHR_create_renderpass2 by Jason Ekstrand · 7 years ago
  2. 208be8e anv: Make subpass::depth_stencil_attachment a pointer by Jason Ekstrand · 6 years ago
  3. 75e308f anv/pass: Move implicit dependency setup to anv_render_pass_compile by Jason Ekstrand · 7 years ago
  4. 1446269 anv/pass: Move some dependency setup into a helper by Jason Ekstrand · 7 years ago
  5. 6f9485d anv/pass: Move a bunch of analysis into a separate "compile" stage by Jason Ekstrand · 7 years ago
  6. 55285b8 anv/pass: Use a designated initailizer for attachments by Jason Ekstrand · 7 years ago
  7. 6c746e8 anv: Bump the advertised patch version to 80 by Jason Ekstrand · 6 years ago
  8. d257ec0 glx: Don't allow glXMakeContextCurrent() with only one valid drawable by Adam Jackson · 6 years ago
  9. af6b7bf mesa: verify MaxVertexAttribStride for GLES 3.1 by Erik Faye-Lund · 6 years ago
  10. 2e64a2f mesa: verify MaxVertexAttribStride for GL 4.4 by Erik Faye-Lund · 6 years ago
  11. 747cf46 r600: report incorrect max-vertex-attrib for GL 4.4 by Erik Faye-Lund · 6 years ago
  12. 6706b42 intel/fs: use uint type for per_slot_offset at GS by Jose Maria Casanova Crespo · 6 years ago
  13. e8f82b3 radv: add the trace BO to the list when starting a new cmdbuf by Samuel Pitoiset · 6 years ago
  14. 5e5a28d radv: reduce CPU overhead in radv_flush_descriptors() by Samuel Pitoiset · 6 years ago
  15. 81ca08e intel/compiler: remove unused function by Iago Toral Quiroga · 6 years ago
  16. 449c220 anv/pipeline: honor the pipeline_cache_enabled run-time flag by Iago Toral Quiroga · 6 years ago
  17. 817efd8 r600/sb: fix crash in fold_alu_op3 by Roland Scheidegger · 6 years ago
  18. 7c92c7d vulkan: Update the XML and headers to 1.1.80 by Jason Ekstrand · 7 years ago
  19. 420bf14 i965: fix clear color bo address relocation by Lionel Landwerlin · 6 years ago
  20. 1a1f2b1 radv: winsys/amdgpu: include missing pthread.h header by Mauro Rossi · 6 years ago
  21. de13978 nv50/ir: fix Instruction::isActionEqual for PHI instructions by Karol Herbst · 6 years ago
  22. f2cc694 nvc0/ir: use the combined tid special register by Rhys Perry · 6 years ago
  23. 6e88561 nir/print: Print texture and sampler indices by Jason Ekstrand · 6 years ago
  24. f8e54d0 intel/compiler: Relax mixed type restriction for saturating immediates by Ian Romanick · 6 years ago
  25. 9626ea4 i965/vec4: Properly handle sign(-abs(x)) by Ian Romanick · 6 years ago
  26. 88bd37c i965/fs: Properly handle sign(-abs(x)) by Ian Romanick · 6 years ago
  27. c05c8d6 vulkan: utils: handle hexadecimal values in registry by Lionel Landwerlin · 6 years ago
  28. 0eaf069 st/dri: fix a crash in server_wait_sync by Marek Olšák · 6 years ago
  29. b39bdb0 python: Stop using the Python 2 exception syntax by Mathieu Bridon · 6 years ago
  30. e5a8d51 python: Use spaces, not tabs by Mathieu Bridon · 6 years ago
  31. 0f7b18f python: Use the print function by Mathieu Bridon · 6 years ago
  32. b3a42fa vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2) by Jon Turney · 6 years ago
  33. 85865db radv: fix emitting the view index on GFX9 by Samuel Pitoiset · 6 years ago
  34. 965a06d i965/vec4: Make the vec4_visitor::nir_emit_instr default case unreachable by Ian Romanick · 6 years ago
  35. a4d4787 intel/compiler: More DCE after lowering by Ian Romanick · 6 years ago
  36. 9d0406c v3d: Fix leak of the default attributes BOs. by Eric Anholt · 6 years ago
  37. 6b11131 v3d: Fix leak of the spill BO on context destruction. by Eric Anholt · 6 years ago
  38. 4b2ba18 nir: Apply fragment color clamping to gl_FragData[] as well. by Eric Anholt · 6 years ago
  39. 03f6d26 v3d: Skip emitting per-RT blend state for RTs with blend disabled. by Eric Anholt · 6 years ago
  40. 572f6ab v3d: Add proper support for GL_EXT_draw_buffers2's blending enables. by Eric Anholt · 6 years ago
  41. 5601ab3 v3d: Add support for GL_SAMPLE_ALPHA_TO_ONE. by Eric Anholt · 6 years ago
  42. 7b63371 v3d: Respect swap_color_rb for the f32_color_rb case. by Eric Anholt · 6 years ago
  43. dbd5258 st/nir: Disable varying packing when doing transform feedback. by Eric Anholt · 6 years ago
  44. 72fd933 radv/winsys: make use of radeon_emit() by Samuel Pitoiset · 6 years ago
  45. f2a3108 radv: only flush CB meta in pipeline image barriers when needed by Samuel Pitoiset · 6 years ago
  46. 17bb4c2 radv: only flush DB meta in pipeline image barriers when needed by Samuel Pitoiset · 6 years ago
  47. 2a3e9c8 radv: fix "error: initializer element is not constant" build error by Samuel Pitoiset · 6 years ago
  48. 78d5c1c util: u_queue: fix android build error by Lionel Landwerlin · 6 years ago
  49. 93a5c9b Util: fix msvc build by Benedikt Schemmer · 6 years ago
  50. f9b6dfd python: Specify the JSON separators by Mathieu Bridon · 6 years ago
  51. fe8a153 python: Stabilize some script outputs by Mathieu Bridon · 6 years ago
  52. d337713 intel: tools: remove drm-uapi defines by Lionel Landwerlin · 6 years ago
  53. 87915ba intel: intel_dump_gpu: use simulator id in captures by Lionel Landwerlin · 6 years ago
  54. aab21ce intel: devinfo: add simulator id by Lionel Landwerlin · 6 years ago
  55. 0f53948 intel: tools: dump-gpu: dump 48-bit addresses by Scott D Phillips · 7 years ago
  56. 6e37b94 intel: tools: import intel_aubdump by Lionel Landwerlin · 6 years ago
  57. fa00b9c intel: tools: update intel_aub.h by Lionel Landwerlin · 6 years ago
  58. 5ffa35b intel: batch-decoder: add missing return line by Lionel Landwerlin · 6 years ago
  59. 28476c9 intel: batch-decoder: don't asks for constant BO until decoding by Lionel Landwerlin · 6 years ago
  60. c262ec1 intel/batch-decoder: handle non-contiguous binding table / surface state by Scott D Phillips · 7 years ago
  61. 3ebee62 intel/tools/aubinator: aubinate ppgtt aubs by Scott D Phillips · 7 years ago
  62. 3228335 intel: aubinator: handle GGTT mappings by Lionel Landwerlin · 6 years ago
  63. 2602ea8 util: rb-tree: A simple, invasive, red-black tree by Jason Ekstrand · 7 years ago
  64. 144b40d intel: aubinator: drop the 1Tb GTT mapping by Lionel Landwerlin · 6 years ago
  65. 9d08ef6 intel: aubinator: rework register writes handling by Lionel Landwerlin · 6 years ago
  66. 86cb05a intel: aubinator: remove standard input processing option by Lionel Landwerlin · 6 years ago
  67. 08d85a8 intel: aubinator: remove unused variables by Lionel Landwerlin · 6 years ago
  68. 3153bcc gallium/auxiliary: Fix string matching by Mathieu Bridon · 6 years ago
  69. 8339ba8 radv: optimize vkCmd{Set,Reset}Event() a little bit by Samuel Pitoiset · 6 years ago
  70. f635109 radv: optimize radv_CmdWaitEvents() by Samuel Pitoiset · 6 years ago
  71. 620626a nir/linker: fix msvc build by Roland Scheidegger · 6 years ago
  72. 806a42f r600: compare structure elements instead of doing a memcmp by Gert Wollny · 6 years ago
  73. 9c1ae6a r600: Add R4G4B4A4 and A1B5G5R5 to supported vertex formats by Gert Wollny · 6 years ago
  74. 5278436 r600: force LOD range to be only one value when mip.min filter is NONE by Gert Wollny · 6 years ago
  75. e7dd1a8 mesa/st: draw_vbo: initialize restart_index too by Gert Wollny · 6 years ago
  76. 0cb6537 mesa: enable ARB_direct_state_access in OpenGL 4.5 compat profile by Timothy Arceri · 6 years ago
  77. 3906333 util/drirc: turn on force_glsl_extensions_warn for No Mans Sky by Timothy Arceri · 6 years ago
  78. 9b4c4fe util/queue: remove leftover debug code by Marek Olšák · 6 years ago
  79. 7fab8a4 Shorten u_queue names by Marek Olšák · 6 years ago
  80. b238e33 kutil/queue: add a process name into a thread name by Marek Olšák · 6 years ago
  81. 7149bff gallium/os: use util_get_process_name when possible by Marek Olšák · 6 years ago
  82. 2e1e651 util: extract get_process_name from xmlconfig.c by Marek Olšák · 6 years ago
  83. 4695984 ac: fold LLVMContext creation into ac_llvm_context_init by Marek Olšák · 6 years ago
  84. f5cb419 radeonsi: reorder code in si_llvm_context_init by Marek Olšák · 6 years ago
  85. ff33005 radeonsi: use ac_compile_module_to_binary to reduce compile times by Marek Olšák · 6 years ago
  86. 0075e5f ac: add reusable helpers for direct LLVM compilation by Marek Olšák · 6 years ago
  87. c2ae9b4 nvc0: implement multisampled images on Maxwell+ by Rhys Perry · 6 years ago
  88. 2d5ddbe i965: Fix output register sizes when variable ranges are interleaved by Neil Roberts · 6 years ago
  89. 8c51caa r600/sb: cleanup if_conversion iterator to be legal C++ by Dave Airlie · 6 years ago
  90. 45f9d58 radeonsi: fix compiler breakage by Marek Olšák · 6 years ago
  91. 5b32b24 ac: make some fns static by Dave Airlie · 6 years ago
  92. 7398913 ac/radv: move llvm compiler info to struct and init in one place by Dave Airlie · 6 years ago
  93. d853d3a ac/radeonsi: port compiler init/destroy out of radeonsi. by Dave Airlie · 6 years ago
  94. 35c82af radv/radeonsi: add a check ir tm options by Dave Airlie · 6 years ago
  95. 0eb65b4 radeonsi: rename si_compiler -> ac_llvm_compiler by Dave Airlie · 6 years ago
  96. 887ba45 ac: add target library info helpers by Dave Airlie · 6 years ago
  97. e1387ea radv: create/destroy passmgr at the higher level. by Dave Airlie · 6 years ago
  98. 97d9b88 radv: port to use common passmgr code. by Dave Airlie · 6 years ago
  99. 584ad1e ac/radeonsi: refactor out pass manager init to common code. by Dave Airlie · 6 years ago
  100. f2b3e96 radv: drop copy of ac_create_target_machine. by Dave Airlie · 6 years ago