1. 352831c configure.ac: Add helper function for targets/components by Tobias Droste · 8 years ago
  2. 2350387 configure.ac: Don't search llvm-config if it's known by Tobias Droste · 8 years ago
  3. 3949d7c st/va: fix gop size for rate control by Boyuan Zhang · 8 years ago
  4. 8206882 st/va: force to submit two consecutive single jobs by Boyuan Zhang · 8 years ago
  5. 7b811c3 st/vdpau: fix compiler warning in vlVdpVideoMixerRender by Nayan Deshmukh · 8 years ago
  6. 5b27405 i965: Release aux buffer when disabling ccs by Topi Pohjolainen · 8 years ago
  7. 92d7563 ac/nir: Only use the first component for SSBO atomics. by Bas Nieuwenhuizen · 8 years ago
  8. 8033f78 radv: fix another regression since shadow fixes. by Dave Airlie · 8 years ago
  9. 66e7eff spirv: Builtin Layer is an input for fragment shaders by Iago Toral Quiroga · 8 years ago
  10. a7b510f swr: Fix active_queries count by Bruce Cherniak · 8 years ago
  11. 2085088 swr: Fix type to match parameters of std::max() by George Kyriazis · 8 years ago
  12. f1ca377 swr: [rasterizer jitter] include cstdarg in builder_misc.cpp by Tim Rowley · 8 years ago
  13. 19a541f nir: Get rid of nir_constant_data by Jason Ekstrand · 8 years ago
  14. c45d84a Revert "st/mesa: get Version from gl_program rather than gl_shader_program" by Timothy Arceri · 8 years ago
  15. 6bf63b0 st/mesa: get Version from gl_program rather than gl_shader_program by Timothy Arceri · 8 years ago
  16. ab8c013 st/mesa/glsl: move Version to gl_shader_program_data by Timothy Arceri · 8 years ago
  17. 5349174 freedreno: no-op render when we need a fence by Rob Clark · 8 years ago
  18. 0b98e84 freedreno: native fence fd support by Rob Clark · 8 years ago
  19. 16f6cea freedreno: some fence cleanup by Rob Clark · 8 years ago
  20. 026a722 gallium: support for native fence fd's by Rob Clark · 8 years ago
  21. 72cc1ca gallium: wire up server_wait_sync by Rob Clark · 8 years ago
  22. 0201f01 egl: add EGL_ANDROID_native_fence_sync by Rob Clark · 8 years ago
  23. 21b1acf dri: extend fence extension to support native fd fences by Rob Clark · 8 years ago
  24. 2ba4c7e egl: un-fallthrough sync attr parsing by Rob Clark · 8 years ago
  25. cce04a4 egl: initialize SyncCondition after attr parsing by Rob Clark · 8 years ago
  26. 05f35a8 tgsi: store writes_primid when scanning tgsi by Tim Rowley · 8 years ago
  27. 7c16552 mesa: only verify that enabled arrays have backing buffers by Ilia Mirkin · 8 years ago
  28. 5124485 vc4: Avoid false scheduling dependencies for LOAD_IMMs. by Eric Anholt · 8 years ago
  29. 6c34084 vc4: Try to schedule QIR instructions between writing to and reading math. by Eric Anholt · 8 years ago
  30. d182740 vc4: Improve interleaving of texture coordinates vs results. by Eric Anholt · 8 years ago
  31. 1f9daf7 vc4: Fix stray "." on no-op MUL packs. by Eric Anholt · 8 years ago
  32. 98d7e87 vc4: Allow merging instructions with SF set where the other writes NOP. by Eric Anholt · 8 years ago
  33. 8e5ec33 vc4: In a loop break/continue, jump if everyone has taken the path. by Eric Anholt · 8 years ago
  34. fda1d01 anv: expose support for VK_KHR_sampler_mirror_clamp_to_edge by Ilia Mirkin · 8 years ago
  35. 27433b2 anv/cmd_buffer: Actually use the stencil dimension by Jason Ekstrand · 8 years ago
  36. ef59cb0 swr: add streamout buffer offset into pBuffer pointer by Ilia Mirkin · 8 years ago
  37. 3d837a8 swr: fix assertion for max number of so targets by Ilia Mirkin · 8 years ago
  38. 02b2efa swr: properly report max number of SO components by Ilia Mirkin · 8 years ago
  39. ab3bbe0 swr: turn off queries around blits by Ilia Mirkin · 8 years ago
  40. d8ce8ac swr: don't advertise stream pause/resume by Ilia Mirkin · 8 years ago
  41. 632c11e swr: fix range computation for instanced client-side arrays by Ilia Mirkin · 8 years ago
  42. 3b736ac swr: [rasterizer memory] assert when trying to convert an unknown format by Ilia Mirkin · 8 years ago
  43. 763c015 swr: remove warning about multi-layer surfaces by Ilia Mirkin · 8 years ago
  44. a9d292f swr: [rasterizer core] don't attempt to load another RTAI when storing by Ilia Mirkin · 8 years ago
  45. 77014a0 radeonsi: document a CP DMA bug that doesn't need a workaround yet by Marek Olšák · 8 years ago
  46. bacf9b4 radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as well by Marek Olšák · 8 years ago
  47. a816c7f radeonsi: add a tess+GS hang workaround for VI dGPUs by Marek Olšák · 8 years ago
  48. da74536 radeonsi: don't apply the Z export bug workaround to Hainan by Marek Olšák · 8 years ago
  49. 78c4528 radeonsi: apply a tessellation bug workaround for SI by Marek Olšák · 8 years ago
  50. 72e46c9 radeonsi: apply a TC L1 write corruption workaround for SI by Marek Olšák · 8 years ago
  51. 72d48fc radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chips by Marek Olšák · 8 years ago
  52. ec36c63 radeonsi: consolidate max-work-group-size computation by Marek Olšák · 8 years ago
  53. 966567a mesa: reset linked_stages bitmask when re-linking by Timothy Arceri · 8 years ago
  54. 45eef9a freedreno/a5xx: fix negative branches by Rob Clark · 8 years ago
  55. ef30e91 freedreno: fix android build with a5xx by Rob Clark · 8 years ago
  56. 8b6f8f2 freedreno/a5xx: fix discard by Rob Clark · 8 years ago
  57. 676c0cf anv: Prefer in-tree headers to out-of-tree headers by Ville Syrjälä · 8 years ago
  58. 946cf4e freedreno/a5xx: initial support by Rob Clark · 8 years ago
  59. fcba304 freedreno: update generated headers by Rob Clark · 8 years ago
  60. 8c56789 freedreno: make gmem tile size alignment configurable by Rob Clark · 8 years ago
  61. 728e2c4 freedreno/ir3: don't offset inloc by 8 by Rob Clark · 8 years ago
  62. 7a59157 freedreno/a3xx: use new shader linkage helper by Rob Clark · 8 years ago
  63. 98c83b5 freedreno/a4xx: use new shader linkage helper by Rob Clark · 8 years ago
  64. 1be5670 freedreno/ir3: add new helper for shader linkage by Rob Clark · 8 years ago
  65. f60374a st/mesa: skip lower_output_reads when possible by Nicolai Hähnle · 8 years ago
  66. 0a58b25 st/glsl_to_tgsi: swizzle PROGRAM_OUTPUTs correctly in src_register translation by Nicolai Hähnle · 8 years ago
  67. 611166b gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS by Nicolai Hähnle · 8 years ago
  68. abc887f ac/nir: Fix out of bounds array access. by Bas Nieuwenhuizen · 8 years ago
  69. d3d7cab aubinator: Add support for enum types by Kristian H. Kristensen · 8 years ago
  70. 7fc659d intel/genxml: Fix ksp for INTERFACE_DESCRIPTOR_DATA by Kristian H. Kristensen · 8 years ago
  71. 99e573b intel/genxml: Use enum 3D_Logic_Op_Function where applicable by Kristian H. Kristensen · 8 years ago
  72. 374d19a intel/genxml: Use blend function and factor enums where applicable by Kristian H. Kristensen · 8 years ago
  73. 09fe8ad intel/genxml: Use enum 3D_Vertex_Component_Control where applicable by Kristian H. Kristensen · 8 years ago
  74. 54e71e5 intel/genxml: Use enum 3D_Stencil_Operation where applicable by Kristian H. Kristensen · 8 years ago
  75. 193c1b7 intel/genxml: Use enum SURFACE_FORMAT where applicable by Kristian H. Kristensen · 8 years ago
  76. 0799022 intel/genxml: Use enum 3D_Prim_Topo_Type where applicable by Kristian H. Kristensen · 8 years ago
  77. 993babc intel/genxml: Use 3D_Compare_Function for gen8+ test functions by Kristian H. Kristensen · 8 years ago
  78. fc2225b intel/genxml: Emit genxml enums as C enums by Kristian H. Kristensen · 8 years ago
  79. 8fc74b8 intel/genxml: Remove duplicate COMPAREFUNCTION values by Kristian H. Kristensen · 8 years ago
  80. 5814fc1 intel/genxml: Allow referencing enums in type attributes by Kristian H. Kristensen · 8 years ago
  81. 3b6b6f6 anv: Emit cherryview SF state without including gen9_pack.h by Kristian H. Kristensen · 8 years ago
  82. 908febc anv: Don't include two different pack headers by Kristian H. Kristensen · 8 years ago
  83. be9c2ab intel/genxml: Move enums above structs by Kristian H. Kristensen · 8 years ago
  84. ce26486 genxml: Add values for Barycentric Interpolation Mode by Kristian H. Kristensen · 8 years ago
  85. ed0b3cb anv: remove per-sample shading from TODO by Ilia Mirkin · 8 years ago
  86. be92b3f anv: clean up VkPhysicalDeviceFeatures list by Ilia Mirkin · 8 years ago
  87. 550cd27 vulkan/wsi/x11: Destroy Present event context when destroying swapchain by Michel Dänzer · 8 years ago
  88. 2ea021a glsl: use linked_shaders bitmask to iterate stages for subroutine fields by Timothy Arceri · 8 years ago
  89. 6d3458c mesa: optimise interleaved sso validation by Timothy Arceri · 8 years ago
  90. 34953f8 mesa/glsl: add bitmask to track stages a program was linked against by Timothy Arceri · 8 years ago
  91. ddf0f09 swr: [rasterizer jit] use signed integer representation for logic op by Ilia Mirkin · 8 years ago
  92. 8ed703c swr: add missing rgbx8_srgb variant by Ilia Mirkin · 8 years ago
  93. d6a06228 swr: reorder renderable formats, add grouping comments by Ilia Mirkin · 8 years ago
  94. 53ca06b swr: use util_copy_framebuffer_state helper by Ilia Mirkin · 8 years ago
  95. 86f7932 swr: enable cubemap arrays by Ilia Mirkin · 8 years ago
  96. 8dd98535 swr: rearrange caps into limits/supported/unsupported groups by Ilia Mirkin · 8 years ago
  97. 9f568e5d swr: only store up to the LOD size by Ilia Mirkin · 8 years ago
  98. f7ab0e4 swr: [rasterizer common] add SwrTrace() and macros by Tim Rowley · 8 years ago
  99. 662b9c2 radeonsi: don't fetch 8 dwords for samplerBuffer and imageBuffer by Marek Olšák · 8 years ago
  100. dbbdc6b radeonsi: disable XNACK to free 2 SGPRs on APUs by Marek Olšák · 8 years ago