1. 7d72af4 drm-uapi: Update vc4 header from drm-next by Boris Brezillon · 7 years ago
  2. ebcb4c2 meson: Enable VC4's NEON assembly support. by Eric Anholt · 7 years ago
  3. 9c9fd8f meson: Always link libgallium_dri.so against dep_thread. by Eric Anholt · 7 years ago
  4. 4c94607 meson: Drop stale comment about making valgrind conditional. by Eric Anholt · 7 years ago
  5. d975e69 meson: Leave dep_llvm empty if !with_llvm by Eric Anholt · 7 years ago
  6. 015cc6b Revert "glx: Implement GLX_EXT_no_config_context (v2)" by Adam Jackson · 7 years ago
  7. 9ceb057 radeonsi: pack r600_surface better by Marek Olšák · 7 years ago
  8. 1695256 radeonsi: pack r600_texture better by Marek Olšák · 7 years ago
  9. f8a4b60 radeonsi: clean up r600_surface by Marek Olšák · 7 years ago
  10. 6916ee7 radeonsi: remove r600_texture::non_disp_tiling by Marek Olšák · 7 years ago
  11. a06fe75 radeonsi: remove DBG_NO_DISCARD_RANGE by Marek Olšák · 7 years ago
  12. 5293b96 glx: Implement GLX_EXT_no_config_context (v2) by Adam Jackson · 7 years ago
  13. 3f66d54 glx: Prepare the DRI backends for GLX_EXT_no_config_context by Adam Jackson · 7 years ago
  14. 74b701d glx: Relax validate_renderType_against_config for EXT_no_config_context by Adam Jackson · 7 years ago
  15. ffc2060 anv: fix build failure by Nicolai Hähnle · 7 years ago
  16. cc78d77 mesa: flush and wait after creating a fallback texture by Nicolai Hähnle · 7 years ago
  17. 4644461 mesa: increase MaxServerWaitTimeout by Nicolai Hähnle · 7 years ago
  18. fbda795 st/mesa: remove redundant flushes from st_flush by Nicolai Hähnle · 7 years ago
  19. 884a0b2 st/dri: use stapi flush instead of pipe flush when creating fences by Nicolai Hähnle · 7 years ago
  20. b921da3 radeonsi: use a threaded context even for debug contexts by Nicolai Hähnle · 7 years ago
  21. 1a6d9e0 radeonsi: record and dump time of flush by Nicolai Hähnle · 7 years ago
  22. b07569a ddebug: optionally handle transfer commands like draws by Nicolai Hähnle · 7 years ago
  23. 18fd2a8 ddebug: dump context and before/after times of draws by Nicolai Hähnle · 7 years ago
  24. ba2f2b6 ddebug: generalize print_named_xxx via a PRINT_NAMED macro by Nicolai Hähnle · 7 years ago
  25. c9fefa0 ddebug: rewrite to always use a threaded approach by Nicolai Hähnle · 7 years ago
  26. e8bb875 ddebug: use an atomic increment when numbering files by Nicolai Hähnle · 7 years ago
  27. d6710fe dd/util: extract dd_get_debug_filename_and_mkdir by Nicolai Hähnle · 7 years ago
  28. 8491fca gallium/u_dump: add and use util_dump_transfer_usage by Nicolai Hähnle · 7 years ago
  29. 9b8033a gallium/u_dump: add util_dump_ns by Nicolai Hähnle · 7 years ago
  30. 6f4a03b gallium/u_dump: export util_dump_ptr by Nicolai Hähnle · 7 years ago
  31. 125a915 radeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE by Nicolai Hähnle · 7 years ago
  32. e4627ac radeonsi: document some subtle details of fence_finish & fence_server_sync by Nicolai Hähnle · 7 years ago
  33. 14b9fa7 gallium: add pipe_context::callback by Nicolai Hähnle · 7 years ago
  34. 2bdfbb0 gallium/u_threaded: implement pipe_context::set_log_context by Nicolai Hähnle · 7 years ago
  35. 244536d gallium/u_threaded: avoid syncs for get_query_result by Nicolai Hähnle · 7 years ago
  36. 609a230 gallium/u_threaded: implement asynchronous flushes by Nicolai Hähnle · 7 years ago
  37. 11b380e gallium/u_threaded: mark queries flushed only for non-deferred flushes by Nicolai Hähnle · 7 years ago
  38. 78a4750 radeonsi: move fence functions to si_fence.c by Nicolai Hähnle · 7 years ago
  39. e6dbc80 winsys/amdgpu: handle cs_add_fence_dependency for deferred/unsubmitted fences by Nicolai Hähnle · 7 years ago
  40. 1e5c9cf gallium: add PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE bits by Nicolai Hähnle · 7 years ago
  41. ea6df1c gallium: add PIPE_FLUSH_ASYNC and PIPE_FLUSH_HINT_FINISH by Nicolai Hähnle · 7 years ago
  42. e3a8013 util/u_queue: add util_queue_fence_wait_timeout by Nicolai Hähnle · 7 years ago
  43. f1a3648 threads: update for late C11 changes by Nicolai Hähnle · 7 years ago
  44. c50743f gallium: remove unused and deprecated u_time.h by Nicolai Hähnle · 7 years ago
  45. 222a2fb util: move os_time.[ch] to src/util by Nicolai Hähnle · 7 years ago
  46. f76a6cb radeonsi: always use async compiles when creating shader/compute states by Nicolai Hähnle · 7 years ago
  47. b650fc0 radeonsi: fix potential use-after-free of debug callbacks by Nicolai Hähnle · 7 years ago
  48. dd7c273 radeonsi: move pipe debug callback to si_context by Nicolai Hähnle · 7 years ago
  49. 185061a u_queue: add util_queue_finish for waiting for previously added jobs by Nicolai Hähnle · 7 years ago
  50. f0d3a4d util: move pipe_barrier into src/util and rename to util_barrier by Nicolai Hähnle · 7 years ago
  51. 28c95cd gallium: add async debug message forwarding helper by Nicolai Hähnle · 7 years ago
  52. 637240d st/mesa: guard sampler views changes with a mutex by Nicolai Hähnle · 7 years ago
  53. 8d20c66 st/mesa: re-arrange st_finalize_texture by Nicolai Hähnle · 7 years ago
  54. 0dcf30e gallium: clarify the constraints on sampler_view_destroy by Nicolai Hähnle · 7 years ago
  55. 0f54ee6 radeonsi: reduce the scope of sel->mutex in si_shader_select_with_key by Nicolai Hähnle · 7 years ago
  56. 4f493c7 radeonsi: use ready fences on all shaders, not just optimized ones by Nicolai Hähnle · 7 years ago
  57. d1ff082 u_queue: add a futex-based implementation of fences by Nicolai Hähnle · 7 years ago
  58. 574c59d u_queue: add util_queue_fence_reset by Nicolai Hähnle · 7 years ago
  59. 1b9d5ec u_queue: export util_queue_fence_signal by Nicolai Hähnle · 7 years ago
  60. b20f955 u_queue: group fence functions together by Nicolai Hähnle · 7 years ago
  61. 0a7f17c util/u_atomic: add p_atomic_xchg by Nicolai Hähnle · 7 years ago
  62. b4b2a95 util: move futex helpers into futex.h by Nicolai Hähnle · 7 years ago
  63. 688d695 glsl: Make #pragma STDGL invariant(all) only modify outputs. by Kenneth Graunke · 7 years ago
  64. c591b1e i965: expose SRGB visuals and turn on EGL_KHR_gl_colorspace by Tapani Pälli · 7 years ago
  65. 4dc8458 glsl: Transform fb buffers are only active if a variable uses them by Neil Roberts · 7 years ago
  66. 951a5dc intel/nir: Use the correct indirect lowering masks in link_shaders by Jason Ekstrand · 7 years ago
  67. f317f72 r600g: use SIMPLE_FLOAT for blending to enable some optimizations by Ilia Mirkin · 7 years ago
  68. 3543349 nv50: make blending work so that zero wins in a multiplication by Ilia Mirkin · 7 years ago
  69. 9c53b80 glsl: Minor cleanups after previous commit by Ian Romanick · 7 years ago
  70. c18d8c6 glsl: Use more link_calculate_matrix_stride in lower_buffer_access by Ian Romanick · 7 years ago
  71. 1a2beae glsl: Use link_calculate_matrix_stride in lower_buffer_access and friends by Ian Romanick · 7 years ago
  72. 24e78d9 glsl: Refactor matrix stride calculation into a utility function by Ian Romanick · 7 years ago
  73. 88f5588 glsl/linker: Optimize swizzles again after linking by Ian Romanick · 7 years ago
  74. ef1ca06 glsl: Combine nop-swizzle optimization with swizzle-swizzle optimization by Ian Romanick · 7 years ago
  75. c858abb glsl: Make the swizzle-swizzle optimization greedy by Ian Romanick · 7 years ago
  76. ae1fd09 glsl: Remove program_resource_visitor::visit_field(const glsl_struct_field *) by Ian Romanick · 7 years ago
  77. 2c7657f glsl: Silence unused parameter warning by Ian Romanick · 7 years ago
  78. 6bec8bc ac/nir: add support for all intrinsics. (v2) by Dave Airlie · 7 years ago
  79. 87f02dd amdgpu: use simple mtx by Timothy Arceri · 7 years ago
  80. f0857fe mesa: use simple mtx in core mesa by Timothy Arceri · 7 years ago
  81. f98a276 mesa: Add new fast mtx_t mutex type for basic use cases by Timothy Arceri · 7 years ago
  82. 6a72eba mesa: rework how we free gl_shader_program_data by Timothy Arceri · 7 years ago
  83. 9c33533 glsl: use the correct parent when allocating program data members by Timothy Arceri · 7 years ago
  84. cf05bb5 glsl: drop cache_fallback by Timothy Arceri · 7 years ago
  85. a16dc04 i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTE by Kenneth Graunke · 7 years ago
  86. 3e63cf8 intel/nir: Break the linking code into a helper in brw_nir.c by Jason Ekstrand · 7 years ago
  87. 7364f08 intel/nir: Add a helper for getting the NoIndirect mask by Jason Ekstrand · 7 years ago
  88. 77a63d1 nir: Don't print swizzles when there are more than 4 components by Matt Turner · 7 years ago
  89. 34593e9 meson: Add threads dependencies to glsl_compiler executable by Dylan Baker · 7 years ago
  90. a6932fa glsl: Fix typo fragement -> fragment by Andreas Boll · 7 years ago
  91. 4f29ed3 broadcom/vc5: Remove unused v3d_compiler.c by Andreas Boll · 7 years ago
  92. 6e4d65f broadcom/vc5: Add vc5_drm.h to the release tarball by Andreas Boll · 7 years ago
  93. 6905d00 clover: use the unified check for c++11 instead of the gcc version number by Gert Wollny · 7 years ago
  94. 8f18528 swr: Replace the check for c++11 by the unified version by Gert Wollny · 7 years ago
  95. 09ad257 configure: check for -std=c++11 support and enable st/mesa test accordingly by Gert Wollny · 7 years ago
  96. 6dd56fa configure.ac: append to existing initializer override flags by Emil Velikov · 7 years ago
  97. 63811f3 configure.ac: append to existing MSVC compat flags by Emil Velikov · 7 years ago
  98. 8a36f02 meson: Allow building glvnd with EGL and non-dri based GLX by Dylan Baker · 7 years ago
  99. 85a0172 configure.ac: require xcb* for the omx/va/... when using x11 platform by Emil Velikov · 7 years ago
  100. b496756 configure.ac: loosen --enable-glvnd check to honour egl by Emil Velikov · 7 years ago