1. ea6df1c gallium: add PIPE_FLUSH_ASYNC and PIPE_FLUSH_HINT_FINISH by Nicolai Hähnle · 7 years ago
  2. e3a8013 util/u_queue: add util_queue_fence_wait_timeout by Nicolai Hähnle · 7 years ago
  3. f1a3648 threads: update for late C11 changes by Nicolai Hähnle · 7 years ago
  4. c50743f gallium: remove unused and deprecated u_time.h by Nicolai Hähnle · 7 years ago
  5. 222a2fb util: move os_time.[ch] to src/util by Nicolai Hähnle · 7 years ago
  6. f76a6cb radeonsi: always use async compiles when creating shader/compute states by Nicolai Hähnle · 7 years ago
  7. b650fc0 radeonsi: fix potential use-after-free of debug callbacks by Nicolai Hähnle · 7 years ago
  8. dd7c273 radeonsi: move pipe debug callback to si_context by Nicolai Hähnle · 7 years ago
  9. 185061a u_queue: add util_queue_finish for waiting for previously added jobs by Nicolai Hähnle · 7 years ago
  10. f0d3a4d util: move pipe_barrier into src/util and rename to util_barrier by Nicolai Hähnle · 7 years ago
  11. 28c95cd gallium: add async debug message forwarding helper by Nicolai Hähnle · 7 years ago
  12. 637240d st/mesa: guard sampler views changes with a mutex by Nicolai Hähnle · 7 years ago
  13. 8d20c66 st/mesa: re-arrange st_finalize_texture by Nicolai Hähnle · 7 years ago
  14. 0dcf30e gallium: clarify the constraints on sampler_view_destroy by Nicolai Hähnle · 7 years ago
  15. 0f54ee6 radeonsi: reduce the scope of sel->mutex in si_shader_select_with_key by Nicolai Hähnle · 7 years ago
  16. 4f493c7 radeonsi: use ready fences on all shaders, not just optimized ones by Nicolai Hähnle · 7 years ago
  17. d1ff082 u_queue: add a futex-based implementation of fences by Nicolai Hähnle · 7 years ago
  18. 574c59d u_queue: add util_queue_fence_reset by Nicolai Hähnle · 7 years ago
  19. 1b9d5ec u_queue: export util_queue_fence_signal by Nicolai Hähnle · 7 years ago
  20. b20f955 u_queue: group fence functions together by Nicolai Hähnle · 7 years ago
  21. 0a7f17c util/u_atomic: add p_atomic_xchg by Nicolai Hähnle · 7 years ago
  22. b4b2a95 util: move futex helpers into futex.h by Nicolai Hähnle · 7 years ago
  23. 688d695 glsl: Make #pragma STDGL invariant(all) only modify outputs. by Kenneth Graunke · 7 years ago
  24. c591b1e i965: expose SRGB visuals and turn on EGL_KHR_gl_colorspace by Tapani Pälli · 7 years ago
  25. 4dc8458 glsl: Transform fb buffers are only active if a variable uses them by Neil Roberts · 7 years ago
  26. 951a5dc intel/nir: Use the correct indirect lowering masks in link_shaders by Jason Ekstrand · 7 years ago
  27. f317f72 r600g: use SIMPLE_FLOAT for blending to enable some optimizations by Ilia Mirkin · 7 years ago
  28. 3543349 nv50: make blending work so that zero wins in a multiplication by Ilia Mirkin · 7 years ago
  29. 9c53b80 glsl: Minor cleanups after previous commit by Ian Romanick · 7 years ago
  30. c18d8c6 glsl: Use more link_calculate_matrix_stride in lower_buffer_access by Ian Romanick · 7 years ago
  31. 1a2beae glsl: Use link_calculate_matrix_stride in lower_buffer_access and friends by Ian Romanick · 7 years ago
  32. 24e78d9 glsl: Refactor matrix stride calculation into a utility function by Ian Romanick · 7 years ago
  33. 88f5588 glsl/linker: Optimize swizzles again after linking by Ian Romanick · 7 years ago
  34. ef1ca06 glsl: Combine nop-swizzle optimization with swizzle-swizzle optimization by Ian Romanick · 7 years ago
  35. c858abb glsl: Make the swizzle-swizzle optimization greedy by Ian Romanick · 7 years ago
  36. ae1fd09 glsl: Remove program_resource_visitor::visit_field(const glsl_struct_field *) by Ian Romanick · 7 years ago
  37. 2c7657f glsl: Silence unused parameter warning by Ian Romanick · 7 years ago
  38. 6bec8bc ac/nir: add support for all intrinsics. (v2) by Dave Airlie · 7 years ago
  39. 87f02dd amdgpu: use simple mtx by Timothy Arceri · 7 years ago
  40. f0857fe mesa: use simple mtx in core mesa by Timothy Arceri · 7 years ago
  41. f98a276 mesa: Add new fast mtx_t mutex type for basic use cases by Timothy Arceri · 7 years ago
  42. 6a72eba mesa: rework how we free gl_shader_program_data by Timothy Arceri · 7 years ago
  43. 9c33533 glsl: use the correct parent when allocating program data members by Timothy Arceri · 7 years ago
  44. cf05bb5 glsl: drop cache_fallback by Timothy Arceri · 7 years ago
  45. a16dc04 i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTE by Kenneth Graunke · 7 years ago
  46. 3e63cf8 intel/nir: Break the linking code into a helper in brw_nir.c by Jason Ekstrand · 7 years ago
  47. 7364f08 intel/nir: Add a helper for getting the NoIndirect mask by Jason Ekstrand · 7 years ago
  48. 77a63d1 nir: Don't print swizzles when there are more than 4 components by Matt Turner · 7 years ago
  49. 34593e9 meson: Add threads dependencies to glsl_compiler executable by Dylan Baker · 7 years ago
  50. a6932fa glsl: Fix typo fragement -> fragment by Andreas Boll · 7 years ago
  51. 4f29ed3 broadcom/vc5: Remove unused v3d_compiler.c by Andreas Boll · 7 years ago
  52. 6e4d65f broadcom/vc5: Add vc5_drm.h to the release tarball by Andreas Boll · 7 years ago
  53. 6905d00 clover: use the unified check for c++11 instead of the gcc version number by Gert Wollny · 7 years ago
  54. 8f18528 swr: Replace the check for c++11 by the unified version by Gert Wollny · 7 years ago
  55. 09ad257 configure: check for -std=c++11 support and enable st/mesa test accordingly by Gert Wollny · 7 years ago
  56. 6dd56fa configure.ac: append to existing initializer override flags by Emil Velikov · 7 years ago
  57. 63811f3 configure.ac: append to existing MSVC compat flags by Emil Velikov · 7 years ago
  58. 8a36f02 meson: Allow building glvnd with EGL and non-dri based GLX by Dylan Baker · 7 years ago
  59. 85a0172 configure.ac: require xcb* for the omx/va/... when using x11 platform by Emil Velikov · 7 years ago
  60. b496756 configure.ac: loosen --enable-glvnd check to honour egl by Emil Velikov · 7 years ago
  61. 61e99ce egl/android: add a note about .swap_buffers_with_damage by Emil Velikov · 7 years ago
  62. c7b65c3 wayland-drm: static inline wayland_drm_buffer_get by Emil Velikov · 7 years ago
  63. ba414db automake: intel: correctly append to the LIBADD variable by Emil Velikov · 7 years ago
  64. 6ef9482 configure: enable the OpenCL ICD by default by Emil Velikov · 7 years ago
  65. 0cd0958 targets/opencl: don't hardcode the icd file install to /etc/... by Emil Velikov · 7 years ago
  66. 01d91b3 amd: add amdgpu_asic_addr.h to the sources list by Emil Velikov · 7 years ago
  67. 5d61fa4 gallivm: Use new LLVM fast-math-flags API by Tobias Droste · 7 years ago
  68. d5a6411 glsl: add varying resources for arrays of complex types by Juan A. Suarez Romero · 7 years ago
  69. 36be8c2 st/glsl_to_nir: use nir_shader_gather_info() by Timothy Arceri · 7 years ago
  70. c980a3a st/glsl_to_nir: generate NIR earlier by Timothy Arceri · 7 years ago
  71. f6c0504 st/glsl_to_nir: delay adding built-in uniforms to Parameters list by Timothy Arceri · 7 years ago
  72. 7f33e94 amd/addrlib: update to latest version by Marek Olšák · 7 years ago
  73. 3bfcd31 braodcom/vc5: Flush the job when it grows over 1GB. by Eric Anholt · 7 years ago
  74. 50906e4 broadcom/vc5: Do 16-bit unpacking of integer texture returns properly. by Eric Anholt · 7 years ago
  75. 80da609 broadcom/vc5: Fix pausing of transform feedback. by Eric Anholt · 7 years ago
  76. 25d199f broadcom/vc5: Add support for GL_RASTERIZER_DISCARD by Eric Anholt · 7 years ago
  77. dfff9ce broadcom/vc5: Fix scheduling for a non-SFU R4 write after a dead R4 write. by Eric Anholt · 7 years ago
  78. 9ccb662 broadcom/vc5: Add partial transform feedback query support. by Eric Anholt · 7 years ago
  79. 4f33344 broadcom/vc5: Add occlusion query support. by Eric Anholt · 7 years ago
  80. d002950 intel/fs/nir: Return Q types from brw_reg_type_for_bit_size by Jason Ekstrand · 7 years ago
  81. dee58ec intel/fs/nir: Use Q immediates for load_const on gen8+ by Jason Ekstrand · 7 years ago
  82. 9bb3489 intel/fs/nir: Setup immediates based on type in i2b and f2b by Jason Ekstrand · 7 years ago
  83. 1cb210f intel/reg: Add helpers for 64-bit integer immediates by Jason Ekstrand · 7 years ago
  84. df81b81 compiler/nir_types: Handle vectors in glsl_get_array_element by Jason Ekstrand · 7 years ago
  85. ad77775 nir: Validate base types on array dereferences by Jason Ekstrand · 7 years ago
  86. ab9220e nir,intel/compiler: Use a fixed subgroup size by Jason Ekstrand · 7 years ago
  87. a026458 nir/lower_subgroups: Lower ballot intrinsics to the specified bit size by Jason Ekstrand · 7 years ago
  88. 8c2bf02 nir/builder: Add a nir_imm_intN_t helper by Jason Ekstrand · 7 years ago
  89. 9b35fab nir/lower_system_values: Lower SUBGROUP_*_MASK based on type by Jason Ekstrand · 7 years ago
  90. 3ee91ee nir: Make ballot intrinsics variable-size by Jason Ekstrand · 7 years ago
  91. ad127af nir: Add a ssa_dest_init_for_type helper by Jason Ekstrand · 7 years ago
  92. 28da82f nir: Add a new subgroups lowering pass by Jason Ekstrand · 7 years ago
  93. 1ca3a94 intel/fs: Don't use automatic exec size inference by Jason Ekstrand · 7 years ago
  94. dc4cf11 intel/fs: Explicitly set EXECUTE_1 where needed by Jason Ekstrand · 7 years ago
  95. ab37873 intel/eu: Explicitly set EXECUTE_1 where needed by Jason Ekstrand · 7 years ago
  96. 8280560 intel/eu: Make automatic exec sizes a configurable option by Jason Ekstrand · 7 years ago
  97. 7a82ad5 intel/fs: Rework zero-length URB write handling by Jason Ekstrand · 7 years ago
  98. 6132992 intel/compiler/fs: Set up subgroup invocation as a system value by Jason Ekstrand · 7 years ago
  99. 295605c intel/cs: Push subgroup ID instead of base thread ID by Jason Ekstrand · 7 years ago
  100. 6411def intel/cs: Re-run final NIR optimizations for each SIMD size by Jason Ekstrand · 7 years ago