1. 3cd26d9 drm-uapi: Update headers from drm-next by Jason Ekstrand · 7 years ago
  2. ae8365a vulkan/util: Add a vk_zalloc helper by Jason Ekstrand · 7 years ago
  3. caa7134 anv: Rename anv_fence_state to anv_bo_fence_state by Jason Ekstrand · 7 years ago
  4. 92286dc anv: Pull the guts of anv_fence into anv_fence_impl by Jason Ekstrand · 7 years ago
  5. 738e5e3 anv/wsi: Use QueueSubmit to trigger the fence in AcquireNextImage by Jason Ekstrand · 7 years ago
  6. f992bb2 anv: Rework fences to work more like BO semaphores by Jason Ekstrand · 7 years ago
  7. 2eacfde anv/queue: Allow temporary import of SYNC_FD semaphores by Jason Ekstrand · 7 years ago
  8. a106ae1 i965: Fix whitespace issues in intel_buffer_objects.c. by Kenneth Graunke · 7 years ago
  9. 0168d1f radeonsi: stop leaking nir by Timothy Arceri · 7 years ago
  10. 29f4648 ac/nir: remove misleading condition by Grazvydas Ignotas · 7 years ago
  11. 2b4e31b ac/nir: silence maybe-uninitialized warnings by Grazvydas Ignotas · 7 years ago
  12. 7780374 radv: clear dynamic_shader_stages on create by Grazvydas Ignotas · 7 years ago
  13. 1580018 amd: add .editorconfig by Grazvydas Ignotas · 7 years ago
  14. 9c92e82 radeonsi: rewrite late alloc VS limit computation by Marek Olšák · 7 years ago
  15. 39205f2 gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation by Marek Olšák · 7 years ago
  16. 61187c1 gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZED by Marek Olšák · 7 years ago
  17. 28c4c55 gallium/u_threaded: disallow discard_range if map_buffer is unsynchronized by Marek Olšák · 7 years ago
  18. 63e79a8 nir: Fix system_value_from_intrinsic for subgroups by Jason Ekstrand · 7 years ago
  19. 79d8d6b nir: Fix some whatespace by Jason Ekstrand · 7 years ago
  20. f173efe radeonsi: correct maximum wave count per SIMD by Marek Olšák · 7 years ago
  21. ff430ec docs: update calendar, add news item and link release notes for 17.1.8 by Andres Gomez · 7 years ago
  22. a26dccd docs: add sha256 checksums for 17.1.8 by Andres Gomez · 7 years ago
  23. 0444024 docs: add release notes for 17.1.8 by Andres Gomez · 7 years ago
  24. ae53bff st/mesa: fix handling of vertex array double inputs by Ilia Mirkin · 7 years ago
  25. eefeff0 glsl: fix counting of vertex shader output slots used by explicit vars by Ilia Mirkin · 7 years ago
  26. 5dd0723 intel/compiler: Cast reg types explicitly by Topi Pohjolainen · 7 years ago
  27. c261bc1 gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASK by Gwan-gyeong Mun · 7 years ago
  28. 5ba443b radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer() by Samuel Pitoiset · 7 years ago
  29. 2bc3d65 radv: rename record_fail to record_result and use VkResult by Samuel Pitoiset · 7 years ago
  30. db91b85 gallium/docs: fix a typo by Gwan-gyeong Mun · 7 years ago
  31. 1d8111e i915g: Remove a few unused variables by Eduardo Lima Mitev · 7 years ago
  32. 2422124 disk_cache: assert if a cache entries keys don't match mesa by Timothy Arceri · 7 years ago
  33. d500c9b Revert "radeonsi: get the raster config from AMDGPU on SI" by Marek Olšák · 7 years ago
  34. 9573bd7 radv/wsi: Compute correct row_pitch for GFX9. by Dave Airlie · 7 years ago
  35. 67fc3e3 etnaviv: use correct param for etna_compatible_rs_format(..) by Christian Gmeiner · 7 years ago
  36. f0d053c egl: don't NULL deref the .get_capabilities function pointer by Emil Velikov · 7 years ago
  37. 10524d1 mapi/gen: remove shebang from the marshal generator scripts by Emil Velikov · 7 years ago
  38. e396265 dri_interface.h: add missing stdint.h include by Emil Velikov · 7 years ago
  39. 98030f9 xmlconfig: use the portable __VA_ARGS__ by Emil Velikov · 7 years ago
  40. d819b1f gallium/vbuf: fix buffer reference bugs by Brian Paul · 7 years ago
  41. 42d62e6 docs: add an additional final cycle for 17.1 by Andres Gomez · 7 years ago
  42. 8e07ad1 docs: remove released and extend the calendar until the end of 2017 by Andres Gomez · 7 years ago
  43. 9b7e663 radv: Fix sparse BO mapping merging. by Bas Nieuwenhuizen · 7 years ago
  44. fba0e07 radv: Fix off by one in MAX_VBS assert. by Bas Nieuwenhuizen · 7 years ago
  45. bd81cb3 radv: Don't set a new subpass on compute resolve. by Bas Nieuwenhuizen · 7 years ago
  46. e5c4e10 radv: Remove some intel comments from the resolve code. by Bas Nieuwenhuizen · 7 years ago
  47. cd8ab40 egl/drm: Don't "fall back" to /dev/dri/card0 if the first open fails by Adam Jackson · 7 years ago
  48. e8378ad i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code. by Kenneth Graunke · 7 years ago
  49. 1eb5896 i965: Do not store SRC after 0 on component control. by Rafael Antognolli · 7 years ago
  50. 2bae451 mesa: Implement GL_ARB_polygon_offset_clamp by Adam Jackson · 7 years ago
  51. 00caf2a mesa: Implement GL_ARB_texture_filter_anisotropic by Adam Jackson · 7 years ago
  52. ddc9b4e gallium/u_threaded: fix a typo by Marek Olšák · 7 years ago
  53. 79ee1b2 khronos/egl: remove dependency on Android NDK header by Eric Engestrom · 7 years ago
  54. 88eb19c Revert "egl/android: add missing include" by Eric Engestrom · 7 years ago
  55. fff1327 mesa: add KHR_no_error support to glBindBufferOffsetEXT() by Samuel Pitoiset · 7 years ago
  56. dc058f8 mesa: add bind_buffer_offset() helper by Samuel Pitoiset · 7 years ago
  57. 83690d4 mesa: add KHR_no_error support to glTransformFeedbackVaryings() by Samuel Pitoiset · 7 years ago
  58. a5319d9 mesa: add transform_feedback_varyings() helper by Samuel Pitoiset · 7 years ago
  59. 4b5140d mesa: add KHR_no_error support to glResumeTransformFeedback() by Samuel Pitoiset · 7 years ago
  60. f0476e0 mesa: add resume_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  61. 1c88ed9 mesa: add KHR_no_error support to glPauseTransformFeedback() by Samuel Pitoiset · 7 years ago
  62. 061a1ee mesa: add pause_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  63. 08cecec mesa: add KHR_no_error support to glEndTransformFeedback() by Samuel Pitoiset · 7 years ago
  64. 6545876 mesa: add end_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  65. 3906e8a mesa: add KHR_no_error support to glBeginTransformFeedback() by Samuel Pitoiset · 7 years ago
  66. 088d5cb mesa: add begin_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  67. b0590ac mesa: add KHR_no_error support to glBindTransformFeedback() by Samuel Pitoiset · 7 years ago
  68. efb9811 mesa: add bind_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  69. 5946806 mesa: port the LastLookedUpVAO optimisation to _mesa_lookup_vao() by Samuel Pitoiset · 7 years ago
  70. 08ee28b mesa: don't error check the default buffer object in glBindBufferOffsetEXT() by Samuel Pitoiset · 7 years ago
  71. c7b201a mesa: add _fallback suffix to the default transform feedback functions by Samuel Pitoiset · 7 years ago
  72. 4f532ab mesa: remove unnecessary check in _mesa_init_transform_feedback_object() by Samuel Pitoiset · 7 years ago
  73. 41c7c2d mesa: check allocation failures in new_transform_feedback() by Samuel Pitoiset · 7 years ago
  74. dd53bdd mesa: remove unused _mesa_validate_transform_feedback_buffers() by Samuel Pitoiset · 7 years ago
  75. 151188d egl/wayland: Use roundtrips when awaiting buffer release by Kai Chen · 7 years ago
  76. 4da6cf6 glsl: fix glsl_struct_field size calculations for shader cache by Nicolai Hähnle · 7 years ago
  77. f623e17 a2xx: fix DST_ALPHA blending for non-alpha formats by Ilia Mirkin · 7 years ago
  78. f3bde89 a2xx: set constant blend color by Ilia Mirkin · 7 years ago
  79. f40908f radeonsi: set IF_THRESHOLD to 4 by Timothy Arceri · 7 years ago
  80. b86ecea util/disk_cache: write cache item metadata to disk by Timothy Arceri · 7 years ago
  81. ea2515d glsl: pass shader source keys to the disk cache by Timothy Arceri · 7 years ago
  82. 07018d4 util/disk_cache: add struct cache_item_metadata by Timothy Arceri · 7 years ago
  83. ef42423 disk_cache: enable limited hash collision detection in release builds by Timothy Arceri · 7 years ago
  84. 28b3262 util/disk_cache: rename mesa cache dir and introduce cache versioning by Timothy Arceri · 7 years ago
  85. 4a091b0 radv: don't crash if we have no framebuffer by Dave Airlie · 7 years ago
  86. 19f6906 radv/gfx9: gfx9 has buffer sizing rules like pre-VI. by Dave Airlie · 7 years ago
  87. 12fd0f8 radv: fix predication on gfx9 by Dave Airlie · 7 years ago
  88. 95f533d anv,i965: Move CS shared lowering into anv by Jason Ekstrand · 7 years ago
  89. 725741f ac/debug: use util_strchrnul() to fix android build error by Mauro Rossi · 7 years ago
  90. fc99cb3 radeonsi: get the raster config from AMDGPU on SI by Marek Olšák · 7 years ago
  91. 28d5c30 radeonsi: clean up setting GRBM_GFX_INDEX by Marek Olšák · 7 years ago
  92. 0b50f09 radeonsi: move PA_SC_RASTER_CONFIG emission into a separate function by Marek Olšák · 7 years ago
  93. 7db0bf8 Android: fix Android O version check for LLVM by Rob Herring · 7 years ago
  94. 5d2205f include: Sync Khronos headers for OpenGL 4.6 by Adam Jackson · 7 years ago
  95. ba51ad2 radv: Expose VK_KHX_multiview. by Bas Nieuwenhuizen · 7 years ago
  96. e3265c1 radv: Implement multiview draws. by Bas Nieuwenhuizen · 7 years ago
  97. db8e99f radv: Implement determining the has_multiview_view_index key. by Bas Nieuwenhuizen · 7 years ago
  98. 180c1b9 ac/nir: Add shader support for multiviews. by Bas Nieuwenhuizen · 7 years ago
  99. 2e86f6b radv: Add multiview clears. by Bas Nieuwenhuizen · 7 years ago
  100. 3907d63 radv: Store multiview info in renderpass. by Bas Nieuwenhuizen · 7 years ago