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