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