1. 79d8d6b nir: Fix some whatespace by Jason Ekstrand · 7 years ago
  2. f173efe radeonsi: correct maximum wave count per SIMD by Marek Olšák · 7 years ago
  3. ff430ec docs: update calendar, add news item and link release notes for 17.1.8 by Andres Gomez · 7 years ago
  4. a26dccd docs: add sha256 checksums for 17.1.8 by Andres Gomez · 7 years ago
  5. 0444024 docs: add release notes for 17.1.8 by Andres Gomez · 7 years ago
  6. ae53bff st/mesa: fix handling of vertex array double inputs by Ilia Mirkin · 7 years ago
  7. eefeff0 glsl: fix counting of vertex shader output slots used by explicit vars by Ilia Mirkin · 7 years ago
  8. 5dd0723 intel/compiler: Cast reg types explicitly by Topi Pohjolainen · 7 years ago
  9. c261bc1 gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASK by Gwan-gyeong Mun · 7 years ago
  10. 5ba443b radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer() by Samuel Pitoiset · 7 years ago
  11. 2bc3d65 radv: rename record_fail to record_result and use VkResult by Samuel Pitoiset · 7 years ago
  12. db91b85 gallium/docs: fix a typo by Gwan-gyeong Mun · 7 years ago
  13. 1d8111e i915g: Remove a few unused variables by Eduardo Lima Mitev · 7 years ago
  14. 2422124 disk_cache: assert if a cache entries keys don't match mesa by Timothy Arceri · 7 years ago
  15. d500c9b Revert "radeonsi: get the raster config from AMDGPU on SI" by Marek Olšák · 7 years ago
  16. 9573bd7 radv/wsi: Compute correct row_pitch for GFX9. by Dave Airlie · 7 years ago
  17. 67fc3e3 etnaviv: use correct param for etna_compatible_rs_format(..) by Christian Gmeiner · 7 years ago
  18. f0d053c egl: don't NULL deref the .get_capabilities function pointer by Emil Velikov · 7 years ago
  19. 10524d1 mapi/gen: remove shebang from the marshal generator scripts by Emil Velikov · 7 years ago
  20. e396265 dri_interface.h: add missing stdint.h include by Emil Velikov · 7 years ago
  21. 98030f9 xmlconfig: use the portable __VA_ARGS__ by Emil Velikov · 7 years ago
  22. d819b1f gallium/vbuf: fix buffer reference bugs by Brian Paul · 7 years ago
  23. 42d62e6 docs: add an additional final cycle for 17.1 by Andres Gomez · 7 years ago
  24. 8e07ad1 docs: remove released and extend the calendar until the end of 2017 by Andres Gomez · 7 years ago
  25. 9b7e663 radv: Fix sparse BO mapping merging. by Bas Nieuwenhuizen · 7 years ago
  26. fba0e07 radv: Fix off by one in MAX_VBS assert. by Bas Nieuwenhuizen · 7 years ago
  27. bd81cb3 radv: Don't set a new subpass on compute resolve. by Bas Nieuwenhuizen · 7 years ago
  28. e5c4e10 radv: Remove some intel comments from the resolve code. by Bas Nieuwenhuizen · 7 years ago
  29. cd8ab40 egl/drm: Don't "fall back" to /dev/dri/card0 if the first open fails by Adam Jackson · 7 years ago
  30. e8378ad i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code. by Kenneth Graunke · 7 years ago
  31. 1eb5896 i965: Do not store SRC after 0 on component control. by Rafael Antognolli · 7 years ago
  32. 2bae451 mesa: Implement GL_ARB_polygon_offset_clamp by Adam Jackson · 7 years ago
  33. 00caf2a mesa: Implement GL_ARB_texture_filter_anisotropic by Adam Jackson · 7 years ago
  34. ddc9b4e gallium/u_threaded: fix a typo by Marek Olšák · 7 years ago
  35. 79ee1b2 khronos/egl: remove dependency on Android NDK header by Eric Engestrom · 7 years ago
  36. 88eb19c Revert "egl/android: add missing include" by Eric Engestrom · 7 years ago
  37. fff1327 mesa: add KHR_no_error support to glBindBufferOffsetEXT() by Samuel Pitoiset · 7 years ago
  38. dc058f8 mesa: add bind_buffer_offset() helper by Samuel Pitoiset · 7 years ago
  39. 83690d4 mesa: add KHR_no_error support to glTransformFeedbackVaryings() by Samuel Pitoiset · 7 years ago
  40. a5319d9 mesa: add transform_feedback_varyings() helper by Samuel Pitoiset · 7 years ago
  41. 4b5140d mesa: add KHR_no_error support to glResumeTransformFeedback() by Samuel Pitoiset · 7 years ago
  42. f0476e0 mesa: add resume_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  43. 1c88ed9 mesa: add KHR_no_error support to glPauseTransformFeedback() by Samuel Pitoiset · 7 years ago
  44. 061a1ee mesa: add pause_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  45. 08cecec mesa: add KHR_no_error support to glEndTransformFeedback() by Samuel Pitoiset · 7 years ago
  46. 6545876 mesa: add end_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  47. 3906e8a mesa: add KHR_no_error support to glBeginTransformFeedback() by Samuel Pitoiset · 7 years ago
  48. 088d5cb mesa: add begin_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  49. b0590ac mesa: add KHR_no_error support to glBindTransformFeedback() by Samuel Pitoiset · 7 years ago
  50. efb9811 mesa: add bind_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  51. 5946806 mesa: port the LastLookedUpVAO optimisation to _mesa_lookup_vao() by Samuel Pitoiset · 7 years ago
  52. 08ee28b mesa: don't error check the default buffer object in glBindBufferOffsetEXT() by Samuel Pitoiset · 7 years ago
  53. c7b201a mesa: add _fallback suffix to the default transform feedback functions by Samuel Pitoiset · 7 years ago
  54. 4f532ab mesa: remove unnecessary check in _mesa_init_transform_feedback_object() by Samuel Pitoiset · 7 years ago
  55. 41c7c2d mesa: check allocation failures in new_transform_feedback() by Samuel Pitoiset · 7 years ago
  56. dd53bdd mesa: remove unused _mesa_validate_transform_feedback_buffers() by Samuel Pitoiset · 7 years ago
  57. 151188d egl/wayland: Use roundtrips when awaiting buffer release by Kai Chen · 7 years ago
  58. 4da6cf6 glsl: fix glsl_struct_field size calculations for shader cache by Nicolai Hähnle · 7 years ago
  59. f623e17 a2xx: fix DST_ALPHA blending for non-alpha formats by Ilia Mirkin · 7 years ago
  60. f3bde89 a2xx: set constant blend color by Ilia Mirkin · 7 years ago
  61. f40908f radeonsi: set IF_THRESHOLD to 4 by Timothy Arceri · 7 years ago
  62. b86ecea util/disk_cache: write cache item metadata to disk by Timothy Arceri · 7 years ago
  63. ea2515d glsl: pass shader source keys to the disk cache by Timothy Arceri · 7 years ago
  64. 07018d4 util/disk_cache: add struct cache_item_metadata by Timothy Arceri · 7 years ago
  65. ef42423 disk_cache: enable limited hash collision detection in release builds by Timothy Arceri · 7 years ago
  66. 28b3262 util/disk_cache: rename mesa cache dir and introduce cache versioning by Timothy Arceri · 7 years ago
  67. 4a091b0 radv: don't crash if we have no framebuffer by Dave Airlie · 7 years ago
  68. 19f6906 radv/gfx9: gfx9 has buffer sizing rules like pre-VI. by Dave Airlie · 7 years ago
  69. 12fd0f8 radv: fix predication on gfx9 by Dave Airlie · 7 years ago
  70. 95f533d anv,i965: Move CS shared lowering into anv by Jason Ekstrand · 7 years ago
  71. 725741f ac/debug: use util_strchrnul() to fix android build error by Mauro Rossi · 7 years ago
  72. fc99cb3 radeonsi: get the raster config from AMDGPU on SI by Marek Olšák · 7 years ago
  73. 28d5c30 radeonsi: clean up setting GRBM_GFX_INDEX by Marek Olšák · 7 years ago
  74. 0b50f09 radeonsi: move PA_SC_RASTER_CONFIG emission into a separate function by Marek Olšák · 7 years ago
  75. 7db0bf8 Android: fix Android O version check for LLVM by Rob Herring · 7 years ago
  76. 5d2205f include: Sync Khronos headers for OpenGL 4.6 by Adam Jackson · 7 years ago
  77. ba51ad2 radv: Expose VK_KHX_multiview. by Bas Nieuwenhuizen · 7 years ago
  78. e3265c1 radv: Implement multiview draws. by Bas Nieuwenhuizen · 7 years ago
  79. db8e99f radv: Implement determining the has_multiview_view_index key. by Bas Nieuwenhuizen · 7 years ago
  80. 180c1b9 ac/nir: Add shader support for multiviews. by Bas Nieuwenhuizen · 7 years ago
  81. 2e86f6b radv: Add multiview clears. by Bas Nieuwenhuizen · 7 years ago
  82. 3907d63 radv: Store multiview info in renderpass. by Bas Nieuwenhuizen · 7 years ago
  83. eec5578 ac/nir: Make shader key a struct. by Bas Nieuwenhuizen · 7 years ago
  84. 64164a1 radv: Use 0 for the layer id if the vertex shader does not export it. by Bas Nieuwenhuizen · 7 years ago
  85. 3d5f29f ac/nir: Implement input attachments with layered rendering. by Bas Nieuwenhuizen · 7 years ago
  86. c848e64 ac/nir: Determine if input attachments are used in the info pass. by Bas Nieuwenhuizen · 7 years ago
  87. 43595db ac/nir: Cast sources of integer ops to int. by Bas Nieuwenhuizen · 7 years ago
  88. 9e45440 Revert "include: Sync Khronos headers for OpenGL 4.6" by Adam Jackson · 7 years ago
  89. ef1e87e include: Sync Khronos headers for OpenGL 4.6 by Adam Jackson · 7 years ago
  90. 39f3e25 dri: fix typo by Eric Engestrom · 7 years ago
  91. 55db2b6 i965: add missing `const` in function signature by Eric Engestrom · 7 years ago
  92. 688d866 egl/android: add missing include by Eric Engestrom · 7 years ago
  93. fe2f5cf vbo: fix glVertexAttrib(index=0) by Brian Paul · 7 years ago
  94. a7e65a4 gallivm: remove unused variable by Brian Paul · 7 years ago
  95. 84f35c3 st/mesa: add const qualifiers in st_extensions.c by Brian Paul · 7 years ago
  96. 6ad313a st/mesa: whitespace/indentation fixes in st_init_extensions() by Brian Paul · 7 years ago
  97. f883ede pipe-loader: use MAYBE_UNUSED to silence warning by Brian Paul · 7 years ago
  98. 96be442 nv50/ir: properly set sType for TXF ops to U32 by Ilia Mirkin · 7 years ago
  99. bfef3fa mesa: remove duplicate assignments in bind_xfb_buffers() by Samuel Pitoiset · 7 years ago
  100. f8b47b4 mesa: fix debug/error messages in glColorMaski() by Samuel Pitoiset · 7 years ago