1. 704bc0f nvc0: add support for VOTE tgsi opcodes by Ilia Mirkin · 8 years ago
  2. f64c36e st/mesa: expose GL_ARB_shader_group_vote when supported by backend by Ilia Mirkin · 8 years ago
  3. edfa7a4 gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed by Ilia Mirkin · 8 years ago
  4. 30684b5 gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_vote by Ilia Mirkin · 8 years ago
  5. 5189f02 mesa: hook up core bits of GL_ARB_shader_group_vote by Ilia Mirkin · 8 years ago
  6. 13b859d glsl: Make opt_copy_propagation_elements actually propagate into loops. by Kenneth Graunke · 8 years ago
  7. 0756e3a glsl: Make opt_copy_propagation actually propagate into loops. by Kenneth Graunke · 8 years ago
  8. 08ddfe7 nv50/ir: use round toward 0 when converting doubles to integers by Samuel Pitoiset · 8 years ago
  9. 00e6899 gallium/radeon: don't re-set BO metadata after CMASK deallocation by Marek Olšák · 8 years ago
  10. 589d6b5 st/mesa: change SQRT lowering to fix the game Risen by Marek Olšák · 8 years ago
  11. 991cbfc radeonsi: add a performance tweak for 4 SE parts by Marek Olšák · 8 years ago
  12. 2802310 radeonsi: simplify PRIMGROUP_SIZE computation for tessellation by Marek Olšák · 8 years ago
  13. 014c8ec r600g: use hw MSAA resolve for non-trivial resolves by Marek Olšák · 8 years ago
  14. 6b44978 radeonsi: use hw MSAA resolve for non-trivial resolves by Marek Olšák · 8 years ago
  15. 0740301 mesa/program_resource: return -1 for index if no location. by Dave Airlie · 8 years ago
  16. ec2b52e2 radeonsi: set descriptor dirty mask on shader buffer unbind by Nicolai Hähnle · 8 years ago
  17. 0f916d4 st/mesa: fix resource leak in try_pbo_readpixels by Nicolai Hähnle · 8 years ago
  18. 627e975 tgsi: fix mixed data type comparison in tgsi_point_sprite.c by Charmaine Lee · 8 years ago
  19. 304b5a1 svga: print shader linkage info when tgsi debug bit is on by Charmaine Lee · 8 years ago
  20. 4f1cccf st/mesa: check shader image format support before using PBO download by Ilia Mirkin · 8 years ago
  21. 4163c71 tgsi: use truncf in micro_trunc by Lars Hamre · 8 years ago
  22. 2b648ec i965/gs/scalar: Fix load input for doubles by Samuel Iglesias Gonsálvez · 8 years ago
  23. 2d6f82a i965/fs: fix offset when loading double vector input varyings by Samuel Iglesias Gonsálvez · 8 years ago
  24. cb30727 i965/fs: fix FS_OPCODE_CINTERP for unpacked double input varyings by Samuel Iglesias Gonsálvez · 8 years ago
  25. 4c86399 glsl: geom shader max_vertices layout must match. by Dave Airlie · 8 years ago
  26. ffcef72 anv/pipeline: Add support for caching the push constant map by Jason Ekstrand · 8 years ago
  27. 78659ad glsl: use enum glsl_interface_packing in more places. (v2) by Dave Airlie · 8 years ago
  28. ff2e569 i965: don't use NumLayers for 3D textures. by Dave Airlie · 8 years ago
  29. 1f66a4b glsl: for anonymous struct matching use without_array() (v3) by Dave Airlie · 8 years ago
  30. 6702c15 glsl/ast: don't crash when func_name is NULL by Dave Airlie · 8 years ago
  31. 4336196 glsl: handle ast_aggregate in has_sequence_subexpression. (v2) by Dave Airlie · 8 years ago
  32. f657a59 mesa: Try to unbreak the MSVC build. by Kenneth Graunke · 8 years ago
  33. c417c0c mesa: Add MESA_SHADER_CAPTURE_PATH for writing .shader_test files. by Kenneth Graunke · 10 years ago
  34. 092ec39 nv50,nvc0: fix BGR10_A2UI vertex format by Ilia Mirkin · 8 years ago
  35. be365f3 nvc0: do not clear surfaces bins in the validate function by Samuel Pitoiset · 8 years ago
  36. 43d3ecf nvc0: re-validate images after launching a grid on Fermi by Samuel Pitoiset · 8 years ago
  37. 3b44864 radeonsi: fix images with level > 0 by Marek Olšák · 8 years ago
  38. fd6bbc2 nvc0: reduce overhead from always marking images dirty by Ilia Mirkin · 8 years ago
  39. 0f673db nvc0: reduce overhead from always marking buffers dirty by Ilia Mirkin · 8 years ago
  40. e8ee161 nvc0: fix memory barrier flag handling by Ilia Mirkin · 8 years ago
  41. 29abbee nvc0: mark bound buffer range valid by Ilia Mirkin · 8 years ago
  42. f018456 anv/entrypoints: don't go using wayland/xcb unless they are configured by Dave Airlie · 8 years ago
  43. d5491a8 gallium/radeon: don't use the DMA ring for pipelined buffer uploads by Marek Olšák · 8 years ago
  44. 9c35ec2 r600g: don't flush caches when binding shader resources by Marek Olšák · 8 years ago
  45. eff94af r600g: only do necessary cache flushes in cp_dma_copy_buffer by Marek Olšák · 8 years ago
  46. 9e62012 r600g: only do necessary cache flushes in cp_dma_clear_buffer by Marek Olšák · 8 years ago
  47. c92a3ae r600g: remove a CP DMA workaround that's not needed anymore by Marek Olšák · 8 years ago
  48. 5ea5ed6 r600g: fix CP DMA hazard with index buffer fetches (v3) by Marek Olšák · 8 years ago
  49. ade16e1 r600g: properly sync CP with CP DMA on R6xx by Marek Olšák · 8 years ago
  50. 7746903 r600g: write WAIT_UNTIL in the correct place by Marek Olšák · 8 years ago
  51. ee0c96c gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memory by Marek Olšák · 8 years ago
  52. ada3d8f gallium/u_suballoc: allow different alignment for each allocation by Marek Olšák · 8 years ago
  53. 441194e anv/blit: Use CLAMP_TO_EDGE for scaled blits by Jason Ekstrand · 8 years ago
  54. 9313a56 anv/copy: Account for the anv_surface.offset when creating a blit2d_surf by Jason Ekstrand · 8 years ago
  55. 526a8de nir/spirv: Make a decoration switch complete by Jason Ekstrand · 8 years ago
  56. 62c6e94 nir/spirv: Make unhandled decorations and capabilities non-fatal by Jason Ekstrand · 8 years ago
  57. ed14d21 nir/spirv: Add a way to print non-fatal warnings by Jason Ekstrand · 8 years ago
  58. 2e46a5d nir/spirv: Add string lookup tables for a couple of SPIR-V enums by Jason Ekstrand · 8 years ago
  59. 5a1e56f nir/spirv: Complete the list of capabilities by Jason Ekstrand · 8 years ago
  60. 9fa958e anv/pipeline: Add support for early depth stencil by Jason Ekstrand · 8 years ago
  61. 66bd2e1 mesa: Get rid of _mesa_active_fragment_shader_has_side_effects by Jason Ekstrand · 8 years ago
  62. 35bf4d9 i965/ps_state: Use wm_prog_data.has_side_effects by Jason Ekstrand · 8 years ago
  63. 3fb289f i965/fs Add a wm_prog_data bit for has_side_effects by Jason Ekstrand · 8 years ago
  64. 4d3b831 nir/info: Get rid of uses_interp_var_at_offset by Jason Ekstrand · 8 years ago
  65. 56a1789 anv/pipeline: Silently pass tests if depth or stencil is missing by Jason Ekstrand · 8 years ago
  66. bc7f7e1 anv/pipeline: Unify gen7/8 emit_ds_state by Jason Ekstrand · 8 years ago
  67. fdc3c5d genxml/gen6,7,75: s/BackFace/Backface by Jason Ekstrand · 8 years ago
  68. 1f7b54e nir/spirv: Handle the WorkgroupSize builtin decoration by Jason Ekstrand · 8 years ago
  69. b26cdd6 nir/spirv: Use breaks instead of returns in constant handling by Jason Ekstrand · 8 years ago
  70. a19ae36 anv/pipeline: Refactor specialization constant handling a bit by Jason Ekstrand · 8 years ago
  71. 45542f5 nir/lower_indirect_derefs: Use the direct array deref for recursion by Jason Ekstrand · 8 years ago
  72. 59f06ac anv/clear: Handle ClearImage on 3-D images by Jason Ekstrand · 8 years ago
  73. 7244dc1 Revert "i965/fs: Allow scalar source regions on SNB math instructions." by Francisco Jerez · 8 years ago
  74. a2135c6 i965/vec4: Fix cmod propagation not to propagate non-identity cmod into CMP(N). by Francisco Jerez · 8 years ago
  75. 7a3a0d9 anv: add the X related and Wayland CFLAGS to VULKAN_ENTRYPOINT_CPPFLAGS by Emil Velikov · 8 years ago
  76. a1256c0 nir: automake: add nir_search_helpers.h to the sources list(s) by Emil Velikov · 8 years ago
  77. 1535519 freedreno/ir3: do idiv lowering after main opt loop by Rob Clark · 8 years ago
  78. dfbae7d nir/algebraic: support for power-of-two optimizations by Rob Clark · 8 years ago
  79. a64c7cd radeonsi: mark buffer texture range valid for shader images by Nicolai Hähnle · 8 years ago
  80. 8c361e8 Revert "egl: Check if API is supported when using eglBindAPI." by Marek Olšák · 8 years ago
  81. 9bdbb9c mesa/formatquery: expand NUM_SAMPLE_COUNTS OpenGL ES comment by Alejandro Piñeiro · 8 years ago
  82. d10ae20 mesa/get: return correct value for layer provoking vertex. by Dave Airlie · 8 years ago
  83. 0b67efa egl: Account for default values of texture target and format by Plamena Manolova · 8 years ago
  84. 28590eb nvc0: mark buffer texture range valid for shader images by Samuel Pitoiset · 8 years ago
  85. 278c221 isl: add support for Android libmesa_isl static library by Mauro Rossi · 8 years ago
  86. 4143245 android: libmesa_glsl: add a dependency on libmesa_nir static by Mauro Rossi · 8 years ago
  87. af1a0ae isl: automake: don't include isl_format_layout.c in two lists. by Emil Velikov · 8 years ago
  88. af2637a automake: bring back the .PHONY git_sha1.h.tmp rule by Emil Velikov · 8 years ago
  89. f74a291 i965: Add _NEW_POINT to a couple of comments. by Kenneth Graunke · 8 years ago
  90. 0cf0d7c svga: allow copy box in svga_transfer_dma_band() by Charmaine Lee · 8 years ago
  91. 94d8fbd freedreno: fix bad bitshift warnings by Rob Clark · 8 years ago
  92. 676c77a freedreno: assume builtin shaders do compile by Rob Clark · 8 years ago
  93. 060c8d2 i965/fs: Reindent emit_zip(). by Francisco Jerez · 8 years ago
  94. 7aa76d6 i965/fs: Skip SIMD lowering destination zipping if possible. by Francisco Jerez · 8 years ago
  95. 75da9c9 blorp: Fix 16x multisample scaled blits by Anuj Phogat · 8 years ago
  96. 59c19b7 meta: Fix indentation in shader code by Anuj Phogat · 8 years ago
  97. af7bf61 mesa/copyimage: report INVALID_VALUE for missing cube face by Dave Airlie · 8 years ago
  98. c0856ea mesa/copyimage: fix num samples check to handle renderbuffers. by Dave Airlie · 8 years ago
  99. 80c2886 freedreno/a4xx: silence coverity warning by Rob Clark · 8 years ago
  100. 9b854ce freedreno/a3xx+a4xx: fix potential null ptr deref by Rob Clark · 8 years ago