1. ba43238 configure.ac: move AC_ARG_ENABLE([gallium-llvm] hunk further up by Emil Velikov · 8 years ago
  2. 7e6b4a2 anv/blorp: Disable resolves for transparent black clears by Nanley Chery · 8 years ago
  3. 72156aa gallium/radeon: fix performance of buffer readbacks by Marek Olšák · 8 years ago
  4. 32d0dc5 tgsi-dump: dump label if instruction has one by Marc-André Lureau · 8 years ago
  5. 8ca2e38 nvc0/ir: fix ubo max clamp, reset file index by Ilia Mirkin · 8 years ago
  6. 40281fc nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ compute by Ilia Mirkin · 8 years ago
  7. 73b1570 nvc0: increase number of ubo binding points by Ilia Mirkin · 8 years ago
  8. 06128bd glsl: correct compute shader checks for memoryBarrier functions by Marc Di Luzio · 8 years ago
  9. 05abd64 Revert "i965: Disable guardband clipping in the smaller-than-viewport case." by Kenneth Graunke · 8 years ago
  10. 0946822 i965: Always scissor on Gen6-7.5 instead of disabling guardband. by Kenneth Graunke · 8 years ago
  11. d44a881 i965: Use a better guardband calculation. by Jason Ekstrand · 8 years ago
  12. 726c327 i965: Combine the Gen6 SF and Clip viewport atoms. by Kenneth Graunke · 8 years ago
  13. dc398d9 radv: pass FMASK alignment to application by Dave Airlie · 8 years ago
  14. d424194 radv: Pass DCC alignment to application. by Bas Nieuwenhuizen · 8 years ago
  15. 27b6f74 radv: Pass CMASK alignment to application. by Bas Nieuwenhuizen · 8 years ago
  16. 1e868de radv/ac: avoid the fmask path when doing txs. by Dave Airlie · 8 years ago
  17. be48168 swr: [rasterizer core] Remove dead code Clipper::ClipScalar() by Bruce Cherniak · 8 years ago
  18. cdc5bb8 dri/common: clear the loaderPrivate pointer in driDestroyDrawable by Nicolai Hähnle · 8 years ago
  19. e4bb5be glx: guard swap-interval functions against destroyed drawables by Nicolai Hähnle · 8 years ago
  20. 48d5cf3 glx/dri3: guard in_current_context against a disappeared drawable by Nicolai Hähnle · 8 years ago
  21. b3bc9b4 glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion by Nicolai Hähnle · 8 years ago
  22. 241e0b7 radv: fix shared memory load/stores. by Dave Airlie · 8 years ago
  23. e789af4 radv/ac: correctly size shared memory usage. by Dave Airlie · 8 years ago
  24. f02f17f winsys/amdgpu: avoid potential segfault in amdgpu_bo_map() by Samuel Pitoiset · 8 years ago
  25. d4f1ed6 st/mesa: MAX_VARYING is the max supported number of patch varyings, not min by Ilia Mirkin · 8 years ago
  26. d936b57 vbo: process buffer binding state changes on draw when recording by Ilia Mirkin · 8 years ago
  27. 539afe4 Revert "radeonsi: decrease the number of texture slots to 24" by Marek Olšák · 8 years ago
  28. 19f029c anv/pass: Store the depth-stencil attachment's last subpass index by Nanley Chery · 8 years ago
  29. ebbca2f vulkan: Don't install vk_platform.h or vulkan.h. by Matt Turner · 8 years ago
  30. 40fc6e7 android: correct typo in build by Tapani Pälli · 8 years ago
  31. 07571cd8 Update version to 17.0.0-rc3 by Emil Velikov · 8 years ago
  32. 2fc362f etnaviv: force vertex buffers through the MMU by Lucas Stach · 8 years ago
  33. 89b51c7 st/va: make sure that we call begin_frame() only once v2 by Christian König · 8 years ago
  34. ac2337e st/vdpau: only send buffers with B8G8R8A8 format to X by Nayan Deshmukh · 8 years ago
  35. 77ec080 android: fix llvm, elf dependencies for M, N releases by Mauro Rossi · 8 years ago
  36. eadbc95 anv: Improve flushing around STATE_BASE_ADDRESS by Jason Ekstrand · 8 years ago
  37. 69ec90a anv: Flush render cache before STATE_BASE_ADDRESS on gen7 by Jason Ekstrand · 8 years ago
  38. 7abecef isl/formats: Only advertise sampling for A4B4G4R4 on Broadwell by Jason Ekstrand · 8 years ago
  39. 5d470a6 intel/blorp: Handle clearing of A4B4G4R4 on all platforms by Jason Ekstrand · 8 years ago
  40. 3df060d etnaviv: Set SE.CLIP registers, add margins for scissor/clip registers by Wladimir J. van der Laan · 8 years ago
  41. 34cd53c etnaviv: Generate new sin/cos instructions on GC3000 by Wladimir J. van der Laan · 8 years ago
  42. 05d1c8a anv/cmd_buffer: Use the proper depth input attachment surface state by Nanley Chery · 8 years ago
  43. ca222b7 glsl: fix heap-buffer-overflow by Bartosz Tomczyk · 8 years ago
  44. 6c89a72 etnaviv: Cannot render to rb-swapped formats by Wladimir J. van der Laan · 8 years ago
  45. f3b7a51 etnaviv: Avoid infinite loop in find_frame() by Christian Gmeiner · 8 years ago
  46. 9ecfbaf radv/ac: apply slice rounding to 1d arrays as well. by Dave Airlie · 8 years ago
  47. eaf311d radv/ac: implement txs for buffer textures. by Dave Airlie · 8 years ago
  48. bbb4562 radv/ac: handle nir irem opcode. by Dave Airlie · 8 years ago
  49. 7083ca2 radv/ac: fix multisample subpass image. by Dave Airlie · 8 years ago
  50. 8917af1 radv: handle transfer_write as a dst flag. by Dave Airlie · 8 years ago
  51. b7f7dc7 radeonsi: don't invoke DCC decompression in update_all_texture_descriptors by Marek Olšák · 8 years ago
  52. 301c9b9 r600: Fix stack overflow by Bartosz Tomczyk · 8 years ago
  53. 06b9bc6 i965: Support the force_glsl_version driconf option. by Kenneth Graunke · 8 years ago
  54. 270597d i965: Fix check for negative pitch in can_do_fast_copy_blit(). by Kenneth Graunke · 8 years ago
  55. 671dfe5 i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug. by Kenneth Graunke · 8 years ago
  56. d7d772f radv/ac: Use base in push constant loads. by Bas Nieuwenhuizen · 8 years ago
  57. 522ee2c configure.ac: list radeon in --with-vulkan-drivers help string by Emil Velikov · 8 years ago
  58. 929b3bb radv: automake: Don't install vk_platform.h or vulkan.h. by Emil Velikov · 8 years ago
  59. e6ea92b mesa/tests: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  60. 27e7e7e dri/osmesa: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  61. 3919fee dri/swrast: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  62. 6ee9468 radeon, r200: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  63. 4e20356 mapi: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  64. 5236ab7 loader: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  65. 4ea4e19 glx/windows: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  66. fad44e6 glx/apple: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  67. a817d1e glx: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  68. 44ba348 d3dadapter9: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  69. 586b009 st/dri: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  70. 89ce072 clover: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  71. 87fc95c egl: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  72. 042b344 i915: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  73. 0a1ad5c i965: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  74. fe1b2f7 freedreno: automake: correctly set MKDIR_GEN by Emil Velikov · 8 years ago
  75. c22ee80 i965: automake: correctly set MKDIR_GEN by Emil Velikov · 8 years ago
  76. e79043b vulkan/wsi: Lower the maximum image sizes by Jason Ekstrand · 8 years ago
  77. f149260 vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModes by Jason Ekstrand · 8 years ago
  78. 23ffeed vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormats by Jason Ekstrand · 8 years ago
  79. 1e03b5e mesa: move variable declaration to where its used by Emil Velikov · 8 years ago
  80. 5895267 configure.ac: Require LLVM for r300 only on x86 and x86_64 by Andreas Boll · 8 years ago
  81. fe44c53 spirv: handle undefined components for OpVectorShuffle by Lionel Landwerlin · 8 years ago
  82. 939c0c8 spirv: handle OpUndef as part of the variable parsing pass by Lionel Landwerlin · 8 years ago
  83. 7c663b1 anv: fix descriptor pool internal size allocation by Lionel Landwerlin · 8 years ago
  84. 2554c98 i965: Make intelEmitCopyBlit not truncate large strides. by Kenneth Graunke · 8 years ago
  85. 3171578 i965: Use a UW source type for CS_OPCODE_CS_TERMINATE. by Kenneth Graunke · 8 years ago
  86. ebfe5e1 anv/lower_input_attachments: honor sample index parameter to subpassLoad() by Iago Toral Quiroga · 8 years ago
  87. dcb3b24 i965: Fix fast depth clears for surfaces with a dimension of 16384. by Kenneth Graunke · 8 years ago
  88. 5a806f7 anv: set command buffer to NULL when allocations fail by Lionel Landwerlin · 8 years ago
  89. c63652b radv: program a default point size. by Dave Airlie · 8 years ago
  90. 651861d radeonsi: handle first_non_void correctly in si_create_vertex_elements by Marek Olšák · 8 years ago
  91. d701877 st/mesa: destroy pipe_context before destroying st_context (v2) by Marek Olšák · 8 years ago
  92. b2bbfca mesa: Don't advertise GL_OES_read_format in core profile by Ian Romanick · 8 years ago
  93. 140ad27 gallivm: (trivial) fix ddiv cpu implementation by Roland Scheidegger · 8 years ago
  94. 517fc3e tgsi: implement ddiv opcode by Roland Scheidegger · 8 years ago
  95. 450f6aa i965/blorp: Use the correct ISL format for combined depth/stencil by Jason Ekstrand · 8 years ago
  96. d940b91 i965/blorp: Add also depth and stencil buffers to render cache by Topi Pohjolainen · 8 years ago
  97. 63f169d configure.ac: move require_dri_shared_libs_and_glapi() before its users by Emil Velikov · 8 years ago
  98. d283ec0 Update version to 17.0.0-rc2 by Emil Velikov · 8 years ago
  99. 9577977 i965/blorp: Make post draw flush more explicit by Topi Pohjolainen · 8 years ago
  100. 8621961 i965/gen6: Issue direct depth stall and flush after depth clear by Topi Pohjolainen · 8 years ago