1. 673dda8 meson: build "radv" vulkan driver for radeon hardware by Dylan Baker · 7 years ago
  2. d199225 meson: Add build Intel "anv" vulkan driver by Dylan Baker · 7 years ago
  3. c8b9cf4 util/ralloc: Don't define assert with magic member without DEBUG by Dylan Baker · 7 years ago
  4. 848da66 intel: use a flag instead of setting PYTHONPATH by Dylan Baker · 7 years ago
  5. a65db0a st/dri: don't expose modifiers in EGL if the driver doesn't implement them by Marek Olšák · 7 years ago
  6. 4fe3913 vulkan/wsi/wayland: Return better error messages by Jason Ekstrand · 7 years ago
  7. 537b9bc vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if available by Jason Ekstrand · 7 years ago
  8. 4369102 vulkan/wsi/wayland: Stop caching Wayland displays by Jason Ekstrand · 7 years ago
  9. 77181d9 vulkan/wsi/wayland: Refactor wsi_wl_display code by Jason Ekstrand · 7 years ago
  10. f67ceef clover: Query and export int64 atomics by Jan Vesely · 7 years ago
  11. 0852162 glx: Be more tolerant in glXImportContext (v2) by Adam Jackson · 7 years ago
  12. 23a09b4 egl/dri2: Implement swapInterval fallback in a conformant way (v2) by Tomasz Figa · 7 years ago
  13. f70f6ba gallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT handling by Marek Olšák · 7 years ago
  14. 3ab0cff radeonsi: remove useless check in si_blit_decompress_color() by Samuel Pitoiset · 7 years ago
  15. eba2abf gallium/radeon: more use of vi_dcc_formats_are_incompatible() by Samuel Pitoiset · 7 years ago
  16. 8860b39 radv: store the amount of saved constants in the compute state by Samuel Pitoiset · 7 years ago
  17. bd7fd6a radv: remove useless radv_meta_{begin,end}_XXX() helpers by Samuel Pitoiset · 7 years ago
  18. e927cb5 swr: Remove unneeeded comparison by George Kyriazis · 7 years ago
  19. b9aa0fa swr: Handle resource across context changes by George Kyriazis · 7 years ago
  20. 016de7e vulkan/wsi/wayland: Stop printing out the DRM device by Jason Ekstrand · 7 years ago
  21. a553eb0 i965: Support copy propagating of untyped atomic surface indexes. by Kenneth Graunke · 7 years ago
  22. 66342c9 i965/vec4: Fix swizzles on atomic sources. by Kenneth Graunke · 7 years ago
  23. a62fe34 i965/vec4: Actually handle atomic op intrinsics. by Kenneth Graunke · 7 years ago
  24. 17eb2af i965: Convert brw->*_program into a brw->programs[i] array. by Kenneth Graunke · 7 years ago
  25. b99cf70 anv: Fix some comment typos. by Eric Anholt · 7 years ago
  26. 6cc59de gallium: Weaken assertion about u_mm's align2 field. by Eric Anholt · 8 years ago
  27. bb7c978 intel/genxml: Convert a not-present-or-"1" dict to a set. by Eric Anholt · 7 years ago
  28. ef57890 broadcom/vc4: Fix infinite retry in vc4_bo_alloc() by Boris Brezillon · 7 years ago
  29. 68c91a8 broadcom/vc4: Keep pipe_sampler_view->texture matching the original texture. by Eric Anholt · 7 years ago
  30. 4b407a6 radv: fix saved compute state when doing statistics/occlusion queries by Samuel Pitoiset · 7 years ago
  31. 5b7e651 Revert "wayland-drm: constify the callbacks struct" by Daniel Stone · 7 years ago
  32. 8822ea1 svga: silence unused var warning in optimized build with MAYBE_UNUSED by Brian Paul · 7 years ago
  33. d86bc36 glcpp: Avoid unnecessary call to strlen by Thomas Helland · 7 years ago
  34. e7220d2 glcpp: Use string_buffer for line continuation removal by Thomas Helland · 7 years ago
  35. cad323f glsl: Change the parser to use the string buffer by Thomas Helland · 7 years ago
  36. 584a2a2 util: Add tests for the string buffer by Thomas Helland · 7 years ago
  37. 7885bb6 util: Add a string buffer implementation by Thomas Helland · 7 years ago
  38. 379b24a i965: make use of nir linking by Timothy Arceri · 7 years ago
  39. 49e4248 i965/nir: export nir_optimize by Timothy Arceri · 7 years ago
  40. 833e4dd i965: call brw_shader_gather_info() from the callers of brw_create_nir() by Timothy Arceri · 7 years ago
  41. 348cf74 i965: create a brw_shader_gather_info() helper by Timothy Arceri · 7 years ago
  42. 45ef10c nir: add some helpers for doing linking by Timothy Arceri · 7 years ago
  43. 3529f82 glsl: mark xfb varyings as always active by Timothy Arceri · 7 years ago
  44. 4244bea nir: add always_active_io to nir variable by Timothy Arceri · 7 years ago
  45. 06bfb2d r600: fork and import gallium/radeon by Marek Olšák · 7 years ago
  46. e1623da i965: Rename do_flush_locked to submit_batch(). by Kenneth Graunke · 7 years ago
  47. 962cc1b i965: Use atomic ops in get_new_program_id(). by Kenneth Graunke · 7 years ago
  48. 2eb26a9 i965: Convert brw_bufmgr to use C11 mutexes instead of pthreads. by Kenneth Graunke · 7 years ago
  49. 93bb914 i965: Delete dead meta stencil blit program fields from brw_context. by Kenneth Graunke · 7 years ago
  50. 5a2bca5 swr/rast: Handle instanceID offset / Instance Stride enable by Tim Rowley · 7 years ago
  51. 68d8dd1 swr/rast: Remove code supporting legacy llvm (<3.9) by Tim Rowley · 7 years ago
  52. 9c468c7 swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTEND by Tim Rowley · 7 years ago
  53. d18c2a1 swr/rast: Slightly more efficient blend jit by Tim Rowley · 7 years ago
  54. 5033d49 swr/rast: Properly sized null GS buffer by Tim Rowley · 7 years ago
  55. 9c82cf0 swr/rast: Move SWR_GS_CONTEXT from thread local storage to stack by Tim Rowley · 7 years ago
  56. efe7fa4 swr/rast: Fetch compile state changes by Tim Rowley · 7 years ago
  57. cd6e91d swr/rast: New GS state/context API by Tim Rowley · 7 years ago
  58. 41565dd swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel format by Tim Rowley · 7 years ago
  59. 1cf508b radv: save/restore all viewports/scissors for meta operations by Samuel Pitoiset · 7 years ago
  60. 0509b27 docs: update calendar, add news item and link release notes for 17.1.10 by Juan A. Suarez Romero · 7 years ago
  61. 0ac0e32 docs: add sha256 checksums for 17.1.10 by Juan A. Suarez Romero · 7 years ago
  62. 3e9ba8d docs: add release notes for 17.1.10 by Juan A. Suarez Romero · 7 years ago
  63. adea68a git_sha1_gen: fix output on python3 by Eric Engestrom · 7 years ago
  64. f3ed1d2 st/va/postproc: implement the DRM prime grabber by Leo Liu · 7 years ago
  65. b47bdf5 vl/compositor: convert RGB buffer to YUV with color conversion by Leo Liu · 7 years ago
  66. 737d136 vl/csc: add a RGB to YUV CSC matrix by Leo Liu · 7 years ago
  67. a2ebe57 vl/compositor: create RGB to YUV fragment shader by Leo Liu · 7 years ago
  68. 169c077 st/va/postproc: use progressive target buffer for scaling by Leo Liu · 7 years ago
  69. 1d1299f st/va: make internal func vlVaHandleSurfaceAllocate() call simpler by Leo Liu · 7 years ago
  70. 96f89f4 st/va/postproc: add a full NV12 deint support from buffer I to P by Leo Liu · 7 years ago
  71. 4f9e7b1 vl/compositor: add Bob top and bottom to YUV deint function by Leo Liu · 7 years ago
  72. 9484852 vl/compositor: remove vl_compositor_yuv_deint() function by Leo Liu · 7 years ago
  73. 3ad8687 st/va: use new vl_compositor_yuv_deint_full() to deint by Leo Liu · 7 years ago
  74. db28fdc st/omx: use new vl_compositor_yuv_deint_full() to deint by Leo Liu · 7 years ago
  75. 001358a vl/compositor: add a new function for YUV deint by Leo Liu · 7 years ago
  76. abd05a6 vl/compositor: extend YUV deint function to do field deint by Leo Liu · 7 years ago
  77. 4ef0828 vl/compositor: separate YUV part from shader video buffer function by Leo Liu · 7 years ago
  78. eb51838 st/va/postproc: use video original size for postprocessing by Leo Liu · 7 years ago
  79. 3e685ec radv: Fix VK_KHR_image_format_list. by Bas Nieuwenhuizen · 7 years ago
  80. bf0397b Revert "Revert "radv: fallback to an in-memory cache when no pipline cache is provided"" by Bas Nieuwenhuizen · 7 years ago
  81. bb66af9 scons: use python3-compatible exceptions by Eric Engestrom · 7 years ago
  82. eb2efbba scons: use python3-compatible generator by Eric Engestrom · 7 years ago
  83. e361047 scons: use python3-compatible lists by Eric Engestrom · 7 years ago
  84. 29c8d75 scons: use python3-compatible list-key check by Eric Engestrom · 7 years ago
  85. 7d48219 scons: use python3-compatible print() by Eric Engestrom · 7 years ago
  86. 3f6a17a radv: init the trace BO before compiling meta shaders by Samuel Pitoiset · 7 years ago
  87. 6f8c407 radv: make radv_pipeline_init() static by Samuel Pitoiset · 7 years ago
  88. 2aea632 radv: remove unused variable in radv_dump_annotated_shader() by Samuel Pitoiset · 7 years ago
  89. 45ea90e radv: make use of ATI_VENDOR_ID everywhere by Samuel Pitoiset · 7 years ago
  90. d2cd9de anv: fix viewport transformation for z component by Samuel Iglesias Gonsálvez · 7 years ago
  91. 3e54493 radv: add gfx9 scissor workaround by David Airlie · 7 years ago
  92. 52ed3bc glx: Sort the GLX extension bit enum and table by Adam Jackson · 7 years ago
  93. 3f7093b etnaviv: Add missing includes after 6ace0b8 by Wladimir J. van der Laan · 7 years ago
  94. e9d37d6 etnaviv: fix 16bpp clears by Lucas Stach · 7 years ago
  95. 066d1dc swr/rast: remove llvm fence/atomics from generated files by Tim Rowley · 7 years ago
  96. d372683 vulkan: enum generator: Generate entries for extended enums by Jason Ekstrand · 7 years ago
  97. a2fa09e vulkan: enum generator: Stop using iterparse by Jason Ekstrand · 7 years ago
  98. 0ee868c vulkan: enum generator: generate extension number defines by Lionel Landwerlin · 7 years ago
  99. 7e90fc5 vulkan: enum generator: make registry more flexible by Lionel Landwerlin · 7 years ago
  100. 935b42d vulkan: enum generator: sort enums by names by Lionel Landwerlin · 7 years ago