1. 8ab6aae glsl/linker: Add add_shader_variable() helper by Kristian Høgsberg Kristensen · 8 years ago
  2. eafeb8d i965/tiled_memcpy: Unroll bytes==64 case. by Matt Turner · 8 years ago
  3. 0e605d9 i965/tiled_memcpy: Provide SSE2 for RGBA8 <-> BGRA8 swizzle. by Roland Scheidegger · 9 years ago
  4. fc88b4b i965/tiled_memcpy: Move SSSE3 code back into inline functions. by Matt Turner · 8 years ago
  5. 0a5d8d9 i965/tiled_memcpy: Optimize RGBA -> BGRA swizzle. by Matt Turner · 8 years ago
  6. a191e6b radeonsi: fix bounds check in si_create_vertex_elements by Nicolai Hähnle · 8 years ago
  7. 4285a97 docs: mark atomic counters and SSBOs as done for radeonsi by Nicolai Hähnle · 8 years ago
  8. bfd11c5 radeonsi: enable shader buffer pipe caps by Nicolai Hähnle · 9 years ago
  9. 4e81843 radeonsi: add shader buffer support to TGSI_OPCODE_RESQ by Nicolai Hähnle · 9 years ago
  10. 0110928 radeonsi: add shader buffer support to TGSI_OPCODE_STORE by Nicolai Hähnle · 9 years ago
  11. 745014c radeonsi: add shader buffer support to TGSI_OPCODE_LOAD by Nicolai Hähnle · 9 years ago
  12. 68bc25c radeonsi: add shader buffer support to TGSI_OPCODE_ATOM* by Nicolai Hähnle · 9 years ago
  13. c6f5d00 radeonsi: add offset parameter to buffer_append_args by Nicolai Hähnle · 9 years ago
  14. c565466 radeonsi: adjust buffer_append_args to take a 128 bit resource by Nicolai Hähnle · 9 years ago
  15. e88018f radeonsi: preload shader buffers in shaders by Nicolai Hähnle · 9 years ago
  16. c495c0a radeonsi: implement set_shader_buffers by Nicolai Hähnle · 9 years ago
  17. 73c8b85 radeonsi: move resetting of constant buffers into a separate function by Nicolai Hähnle · 9 years ago
  18. 35ade36 dri/i965: fix incorrect rgbFormat in intelCreateBuffer(). by Haixia Shi · 8 years ago
  19. e303e88 glsl: Reject illegal qualifiers on atomic counter uniforms. by Kenneth Graunke · 8 years ago
  20. 929e440 glsl: Add a method to print error messages for illegal qualifiers. by Kenneth Graunke · 8 years ago
  21. 7f08547 xlib: fix memory leak on Display close by John Sheu · 8 years ago
  22. d04bb14 st/mesa: Replace GLvoid with void by Jakob Sinclair · 8 years ago
  23. 126da23 radeonsi: Mark ARB_robust_buffer_access_behavior as supported. by Bas Nieuwenhuizen · 8 years ago
  24. 70dcd84 gallium: Add capability for ARB_robust_buffer_access_behavior. by Bas Nieuwenhuizen · 8 years ago
  25. 285dc05 mesa: Expose the ARB_robust_buffer_access_behavior extension. by Bas Nieuwenhuizen · 8 years ago
  26. aad8707 main: rework the compatibility check of visuals in glXMakeCurrent by Miklós Máté · 8 years ago
  27. df37b06 swr: [rasterizer core] warning cleanup by Tim Rowley · 8 years ago
  28. 06c59dc swr: [rasterizer] Put in rudimentary garbage collection for the global arena allocator by Tim Rowley · 8 years ago
  29. b990483 swr: [rasterizer core] Put DRAW_CONTEXT on a diet by Tim Rowley · 8 years ago
  30. a939a58 swr: [rasterizer core] Add experimental support for hyper-threaded front-end by Tim Rowley · 8 years ago
  31. 9a8146d swr: [rasterizer] Avoid segv in thread creation on machines with non-consecutive NUMA topology. by Tim Rowley · 8 years ago
  32. 2c71fd4 swr: [rasterizer core] Replace all naked OSALIGN macro uses with OSALIGNSIMD / OSALIGNLINE by Tim Rowley · 8 years ago
  33. 32a8653 swr: [rasterizer] Ensure correct alignment of stack variables used as vectors by Tim Rowley · 8 years ago
  34. e1871c4 swr: [rasterizer core] Quantize depth to depth buffer precision prior to depth test/write. by Tim Rowley · 8 years ago
  35. 2a19aca swr: [rasterizer common] win32 build fixups by Tim Rowley · 8 years ago
  36. c25244f swr: [rasterizer core] Affinitize thread scratch space to numa node of worker by Tim Rowley · 8 years ago
  37. f89f6d5 swr: [rasterizer] Misc fixes identified by static code analysis by Tim Rowley · 8 years ago
  38. 6c01478 st/mesa: fix memleak in glDrawPixels cache code by Brian Paul · 8 years ago
  39. b5105e6 gallium: Use STATIC_ASSERT whenever possible. by Jose Fonseca · 8 years ago
  40. b025c23 softpipe: Use STATIC_ASSERT whenever possible. by Jose Fonseca · 8 years ago
  41. 2f13d75 svga: Use STATIC_ASSERT whenever possible. by Jose Fonseca · 8 years ago
  42. 7279098 mesa: Use STATIC_ASSERT whenever possible. by Jose Fonseca · 8 years ago
  43. 686b018 r600g: use common scissor and viewport code by Marek Olšák · 8 years ago
  44. 87a5b07 gallium/radeon: add R600/Evergreen/Cayman support to common viewport code by Marek Olšák · 8 years ago
  45. 2ca5566 radeonsi: move scissor and viewport states into gallium/radeon by Marek Olšák · 8 years ago
  46. db00f6c radeonsi: use guard band clipping by Marek Olšák · 8 years ago
  47. cb21f8a radeonsi: compute scissor from viewport in set_viewport_states by Marek Olšák · 8 years ago
  48. 5b6a0b7 gallium/radeon: set GTT WC on tiled textures by Marek Olšák · 8 years ago
  49. 5a4b74d gallium/radeon: relax requirements on VRAM placements on APUs by Marek Olšák · 8 years ago
  50. a57309f winsys/amdgpu: remove hack for low VRAM configuration by Marek Olšák · 8 years ago
  51. b36f19b r600g: disable aniso filtering for non-mipmap textures on EG by Marek Olšák · 8 years ago
  52. 3bc2d96 r600g: clean up aniso state translation by Marek Olšák · 8 years ago
  53. b0d4469 radeonsi: disable aniso filtering for non-mipmap textures on SI-CI by Marek Olšák · 8 years ago
  54. ddd3343 radeonsi: clean up aniso state translation by Marek Olšák · 8 years ago
  55. f7420ef radeonsi: enable some sampler fields to match the closed driver by Marek Olšák · 8 years ago
  56. 1a98be0 gallium/radeon: fix maximum texture anisotropy setup by Marek Olšák · 8 years ago
  57. 2d7be5d gallium/radeon: never choose a linear tiling for DB surfaces by Marek Olšák · 8 years ago
  58. b787814 gallium/radeon: removing dead code for sharing stencil buffers by Marek Olšák · 8 years ago
  59. 73aeebd radeonsi: allow clearing buffers >= 4 GB by Marek Olšák · 8 years ago
  60. 1dd8832 gallium/radeon: allow allocating textures >= 4 GB by Marek Olšák · 8 years ago
  61. 0689741 winsys/radeon: fix printing allocation failures by Marek Olšák · 8 years ago
  62. 0ba0933 winsys/amdgpu: add support for 64-bit buffer sizes by Marek Olšák · 8 years ago
  63. 7e78b5e pb_buffer: switch pb_buffer::size to 64 bits by Marek Olšák · 8 years ago
  64. e241a63 gallium/radeon: remove R600_QUERY_HW_FLAG_TIMER by Marek Olšák · 8 years ago
  65. 0222351 gallium/radeon: merge timer and non-timer query lists by Marek Olšák · 8 years ago
  66. 7347c06 r600g: don't manually stop queries for blitter by Marek Olšák · 8 years ago
  67. 12fee5b r600g: add pausing pipeline & streamout queries into set_active_query_state by Marek Olšák · 8 years ago
  68. e90fe60 r600g: implement set_active_query_state for pausing occlusion queries by Marek Olšák · 8 years ago
  69. 5248676 r600g: simplify r600_set_occlusion_query_state by Marek Olšák · 8 years ago
  70. b82893f gallium/radeon: move pipeline stat context flags to common code by Marek Olšák · 8 years ago
  71. aa79a32 r600g: fix typo in r600 register definitions by Marek Olšák · 8 years ago
  72. a4c288d gallium/radeon: unify checking streamout enable state by Marek Olšák · 8 years ago
  73. 466aa57 radeonsi: fix mask checking when emitting scissors and viewports by Marek Olšák · 8 years ago
  74. f3eebb84e radeonsi: implement and rely on set_active_query_state by Marek Olšák · 8 years ago
  75. e599b8f gallium: pause queries for all meta ops by Marek Olšák · 8 years ago
  76. 26171bd gallium: add pipe_context::set_active_query_state for pausing queries by Marek Olšák · 8 years ago
  77. fc67375 radeonsi: Synchronize a streamout write after read hazard. by Bas Nieuwenhuizen · 8 years ago
  78. dccdb65 nv30: Add missing PIPE_SHADER_CAP_INTEGERS to get_shader_param() by Hans de Goede · 8 years ago
  79. b0e3ba6 dri/i965: extend GLES3 sRGB workaround to cover all formats by Haixia Shi · 8 years ago
  80. ea8a65f i965: Add autogenerated 'brw_nir_trig_workarounds.c' to gitignore by Eduardo Lima Mitev · 8 years ago
  81. 703c1e6 glsl: Update hash table comments in constant propagation by Rhys Kidd · 8 years ago
  82. afa8707 softpipe: add SSBO/shader atomics support. by Dave Airlie · 8 years ago
  83. c2aeeca draw: add support for passing buffers to vs/gs shaders. by Dave Airlie · 8 years ago
  84. 081a958 tgsi: add support for buffer/atomic operations to tgsi_exec. by Dave Airlie · 8 years ago
  85. 9c7a0d1 tgsi: set nonhelpermask for vertex shaders by Dave Airlie · 8 years ago
  86. 193a5ce nir: Fix typo in comment by Ian Romanick · 8 years ago
  87. 18c8b92 nir: Merge redudant integer clamping. by Markus Wick · 8 years ago
  88. bfd17c7 i965: Port INTEL_PRECISE_TRIG=1 to NIR. by Kenneth Graunke · 8 years ago
  89. b0dffdc i965: Pass brw_compiler into brw_preprocess_nir() instead of is_scalar. by Kenneth Graunke · 8 years ago
  90. 808d26c nir: Silence unused "options" warning in algebraic passes. by Kenneth Graunke · 8 years ago
  91. 5886cd7 nir: Do basic constant reassociation. by Kenneth Graunke · 8 years ago
  92. 1c7ba7f radeon/uvd: alignment fix for decode message buffer by Boyuan Zhang · 8 years ago
  93. 704d203 st/mesa: replace _mesa_sysval_to_semantic table with function by Brian Paul · 8 years ago
  94. a9e6213 nir/lower_system_values: Add support for several computed values by Jason Ekstrand · 8 years ago
  95. 3910314 glsl/shader_enums: Add the other two compute builtins by Jason Ekstrand · 8 years ago
  96. 22836db glsl/shader_enums: Add an enum for Vulkan InstanceIndex by Jason Ekstrand · 8 years ago
  97. 581c801 mesa: add missing header to the tarball by Emil Velikov · 8 years ago
  98. 5e010a7 drivers/softpipe: add missing header to the tarball by Emil Velikov · 8 years ago
  99. c69ab88 mesa: automake: update and reuse X86_SSE41_FILES list by Emil Velikov · 8 years ago
  100. 28da0d6 compiler: android: flesh out nir into separate makefile by Emil Velikov · 8 years ago