1. 9393127 i965: Add ARB_fragment_shader_interlock support. by Plamena Manolova · 7 years ago
  2. 60e843c mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock. by Plamena Manolova · 7 years ago
  3. 53719f8 compiler/spirv: reject invalid shader code properly by Martin Pelikán · 7 years ago
  4. 360bfb6 docs: change release manager for 18.1 by Juan A. Suarez Romero · 7 years ago
  5. ef3a6e3 virgl: Always assume that ORIGIN_UPPER_LEFT and PIXEL_CENTER* are supported by Gert Wollny · 7 years ago
  6. 01a2414 radeonsi: Fix crash on shaders using MSAA image load/store by Alex Smith · 7 years ago
  7. dfff9fb radv: Handle GFX9 merged shaders in radv_flush_constants() by Alex Smith · 7 years ago
  8. 7ca0167 radv: Consolidate GFX9 merged shader lookup logic by Alex Smith · 7 years ago
  9. 0fa51bf radv: Set active_stages the same whether or not shaders were cached by Alex Smith · 7 years ago
  10. 9e61147 st/mesa: relax requirements for ARB_ES3_compatibility by Marek Olšák · 7 years ago
  11. 29a139b anv/blorp: Write relocated values into surface states by Scott D Phillips · 7 years ago
  12. bf34ef1 anv: Use an address for each anv_image plane by Jason Ekstrand · 7 years ago
  13. 1f2328c anv/cmd_buffer: Rework surface relocation helpers by Jason Ekstrand · 7 years ago
  14. f270a09 anv: Use an anv_address in anv_buffer by Jason Ekstrand · 7 years ago
  15. 8a8bd39 anv/cmd_buffer: Use anv_address for handling indirect parameters by Jason Ekstrand · 7 years ago
  16. 1029458 anv: Use an anv_address in anv_buffer_view by Jason Ekstrand · 7 years ago
  17. de1c5c1 anv: Use full anv_addresses in anv_surface_state by Jason Ekstrand · 7 years ago
  18. 94081ff anv: Add some anv_address helpers by Jason Ekstrand · 7 years ago
  19. aaea462 anv: Add vma_heap allocators in anv_device by Scott D Phillips · 7 years ago
  20. 6e4672f intel/common: Add an address de-canonicalization helper by Jason Ekstrand · 7 years ago
  21. 943fecc util: Add a randomized test for the virtual memory allocator by Scott D Phillips · 7 years ago
  22. f19ad5d util: Add a virtual memory allocator by Jason Ekstrand · 7 years ago
  23. b9fb2c2 radv: Add startup debug option. by Bas Nieuwenhuizen · 7 years ago
  24. 38933c1 radv: Add option to print errors even in optimized builds. by Bas Nieuwenhuizen · 7 years ago
  25. 729f737 radv: Make the sem_info allocate/free functions static. by Bas Nieuwenhuizen · 7 years ago
  26. 70f9e25 nir: optimize iand(ieq(a, 0), ieq(b, 0)) to ieq(ior(a, b), 0) by Samuel Pitoiset · 7 years ago
  27. c983c6a mesa: don't call Driver.TexEnv with invalid arguments by Tapani Pälli · 7 years ago
  28. d511bba v3d: Fix automake linking error. by Vinson Lee · 7 years ago
  29. d6cee5a virgl: Update virgl_hw.h by Jakob Bornecrantz · 7 years ago
  30. e2b6d83 virgl: add ARB_transform_feedback_overflow_query support by Dave Airlie · 7 years ago
  31. 22b072c1 virgl: add polygon offset clamp by Dave Airlie · 7 years ago
  32. 49204ff virgl: add derivative control support by Dave Airlie · 7 years ago
  33. 46fe349 virgl: add ARB_conditional_render_inverted support by Dave Airlie · 7 years ago
  34. f9eb7e8 virgl: update caps bitset to latest version. by Dave Airlie · 7 years ago
  35. e8b368a nir: add unsigned comparison simplifications by Timothy Arceri · 7 years ago
  36. c279957 radv: Only expose subgroup shuffles on VI+. by Bas Nieuwenhuizen · 7 years ago
  37. 02c7916 radv: fix emitting descriptor pointers with LLVM < 7 by Samuel Pitoiset · 7 years ago
  38. 04fff21 nv30: add a couple of missed shader caps by Ilia Mirkin · 7 years ago
  39. 30918b7 nv30: ensure that displayable formats are marked accordingly by Ilia Mirkin · 7 years ago
  40. 858ac89 mesa: expose ARB_tessellation_shader in the compatibility profile by Marek Olšák · 7 years ago
  41. 16ac832 mesa: expose AMD_vertex_shader_layer in the compatibility profile by Marek Olšák · 7 years ago
  42. 518d806 mesa: expose ARB_gpu_shader5 in the compatibility profile by Marek Olšák · 7 years ago
  43. dd93bc4 st/mesa: use PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY by Marek Olšák · 7 years ago
  44. 34ea55d gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY by Marek Olšák · 7 years ago
  45. e453fc7 mesa: update fixed-func state constants for TCS, TES, GS by Marek Olšák · 7 years ago
  46. 27a9f27 mesa: print Compatibility Profile in the version string by Marek Olšák · 7 years ago
  47. d3a8753 glsl: parse #version XXX compatibility by Marek Olšák · 7 years ago
  48. a7d0c53 st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2) by Marek Olšák · 7 years ago
  49. a8e1413 mesa: handle GL_UNSIGNED_INT64_ARB properly (v2) by Marek Olšák · 7 years ago
  50. 1f7a3a1 mesa: add display list support for glPatchParameter{i,fv}() by Timothy Arceri · 7 years ago
  51. d3ff478 glx/drisw: make the shm/non-shm loader extensions separately. by Dave Airlie · 7 years ago
  52. 33ce3aa drisw/glx: implement getImageShm by Marc-André Lureau · 10 years ago
  53. 17b2772 drisw: use getImageShm() if available by Marc-André Lureau · 10 years ago
  54. 9feaf33 drisw: learn to query shmid handle type by Marc-André Lureau · 10 years ago
  55. bcd80be drisw/glx: use XShm if possible by Marc-André Lureau · 10 years ago
  56. cf54bd5 drisw: use shared memory when possible by Marc-André Lureau · 10 years ago
  57. 63c427f drisw: use putImageShm if available by Marc-André Lureau · 10 years ago
  58. de8085e dri: add putImageShm and getImageShm to swrastLoader by Marc-André Lureau · 10 years ago
  59. b7ac077 gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_* by Dave Airlie · 7 years ago
  60. d2eaff3 gallium: move winsys handle to it's own file. by Marc-André Lureau · 7 years ago
  61. 4bd2047 intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot. by Francisco Jerez · 8 years ago
  62. d3cd6b7 intel/fs: Replace the CINTERP opcode with a simple MOV by Francisco Jerez · 7 years ago
  63. 39de901 intel/fs: Use the ATTR file for FS inputs by Francisco Jerez · 9 years ago
  64. 4bfa2ac intel/fs: Rename a local variable so it doesn't shadow component() by Francisco Jerez · 7 years ago
  65. 11c71f0 intel/eu: Remove brw_codegen::compressed_stack. by Francisco Jerez · 8 years ago
  66. 71a86d1 intel/fs: Use groups for SIMD16 LINTERP on gen11+ by Jason Ekstrand · 7 years ago
  67. a1a850c intel/fs: Assert that the gen4-6 plane restrictions are followed by Jason Ekstrand · 7 years ago
  68. ed834ae travis: Add clover llvm-6.0 build by Jan Vesely · 7 years ago
  69. 41b878e clover: Cleanup compat code for llvm < 3.9 by Jan Vesely · 7 years ago
  70. d424be0 clover: Fix build after llvm r332881. by Jan Vesely · 7 years ago
  71. 3ac5fba i965: Only emit VF cache invalidations when the high bits changes by Chris Wilson · 7 years ago
  72. e4fe2fd vulkan: don't free uninitialised memory by Eric Engestrom · 7 years ago
  73. 51a17e7 dri: replace two-way switch case with a table lookup by Eric Engestrom · 7 years ago
  74. d3ca7bd dri: fix error value returned by driGLFormatToImageFormat() by Eric Engestrom · 7 years ago
  75. 1945231 egl/x11: fix build with DRI3 disabled by Eric Engestrom · 7 years ago
  76. 63b95fb meson: require shared glapi when using DRI based libGL by Emil Velikov · 7 years ago
  77. 728d1da meson: remove unreachable with_glx == 'auto' check by Emil Velikov · 7 years ago
  78. 9e53901 tegra: Treat resources with modifiers as scanout by Thierry Reding · 7 years ago
  79. 9603d81 tegra: Fix scanout resources without modifiers by Thierry Reding · 7 years ago
  80. bd3e97e tegra: Remove usage of non-stable UAPI by Thierry Reding · 7 years ago
  81. f736be8 docs: add favicon to the website by Eric Engestrom · 7 years ago
  82. e6a1aca docs: add missing html closing tag by Eric Engestrom · 7 years ago
  83. 3b53763 docs: add missing html tag by Eric Engestrom · 7 years ago
  84. 56792a0 nir/print: fix printing of 8/16 bit constant variables by Karol Herbst · 7 years ago
  85. f0e80e1 nv50/ir: Extend ImmediateValue::applyLog2 to 64-bit integers by Pierre Moreau · 8 years ago
  86. 03f592a util/u_math: Implement a logbase2 function for unsigned long by Pierre Moreau · 8 years ago
  87. 539aa60 docs: trivial typo fix by Eric Engestrom · 7 years ago
  88. 88d1ed0 radv: emit shader descriptor pointers consecutively by Samuel Pitoiset · 7 years ago
  89. 21baf33 radv: allow radv_emit_shader_pointer_head() to emit more pointers by Samuel Pitoiset · 7 years ago
  90. 288fe7e radv: split radv_emit_shader_pointer() by Samuel Pitoiset · 7 years ago
  91. 57e721a gm107/ir: prevent WaW hazards in instruction scheduling by Rhys Perry · 7 years ago
  92. a29bc04 radv: Implement VK_KHR_draw_indirect_count. by Bas Nieuwenhuizen · 7 years ago
  93. b0002e4 vulkan: Update header+vk.xml to 1.1.76 by Bas Nieuwenhuizen · 7 years ago
  94. 6914d5a radv: Implement alternate GFX9 scissor workaround. by Bas Nieuwenhuizen · 7 years ago
  95. 3b6dfcf Revert "st/nir: use NIR for asm programs" by Eric Anholt · 7 years ago
  96. 4714784 anv: move canonical_address calculation into a separate function by Scott D Phillips · 7 years ago
  97. 1aec4a0 r600: Fix SSG when not all components are written by Gert Wollny · 7 years ago
  98. 42cd281 r600: Correct IDIV if DST and SRC use the same temporary by Gert Wollny · 7 years ago
  99. 58fb613 i965: Revert recent tiled memcpy changes. by Kenneth Graunke · 7 years ago
  100. 79fe00e i965/miptree: Use cpu tiling/detiling when mapping by Scott D Phillips · 7 years ago