1. 610aa00 nir/spirv: Add support for OpQuantize by Jason Ekstrand · 9 years ago
  2. 282a837 i965: Implement nir_op_fquantize2f16 by Jason Ekstrand · 9 years ago
  3. 15a5645 nir: Add a fquantize2f16 opcode by Jason Ekstrand · 9 years ago
  4. aee970c anv/device: Bump the max program size again by Jason Ekstrand · 9 years ago
  5. d7a1933 vk: Implement workaround for occlusion queries by Kristian Høgsberg Kristensen · 9 years ago
  6. 6fc278a anv/UpdateDescriptorSets: Respect write.dstArrayElement by Jason Ekstrand · 9 years ago
  7. af422fe Merge ../mesa into vulkan by Kristian Høgsberg Kristensen · 9 years ago
  8. 7df20f0 vk: Support SpvBuiltInViewportIndex by Kristian Høgsberg Kristensen · 9 years ago
  9. 2b4bacb vk: Use the correct stride for CC_VIEWPORT structs by Kristian Høgsberg Kristensen · 9 years ago
  10. 56fc298 st/omx: Avoid segfault in deconstructor if constructor fails by Tom St Denis · 9 years ago
  11. 6f898f7 vl: use preferred format for deinterlacing by Christian König · 9 years ago
  12. 5fdd4a5 vl: improve motion adaptive deinterlacer by Christian König · 9 years ago
  13. e945235 st/va: add BOB deinterlacing v2 by Christian König · 9 years ago
  14. 3949cf0 st/va: add NV12 -> NV12 post processing v2 by Christian König · 9 years ago
  15. 9f64429 st/va: use vl_video_buffer_adjust_size by Christian König · 9 years ago
  16. da39637 st/vdpau: use vl_video_buffer_adjust_size by Christian König · 9 years ago
  17. 52ca9a9 vl/buffers: extract vl_video_buffer_adjust_size helper by Christian König · 9 years ago
  18. 8479782 st/va: make the implementation thread safe v2 by Christian König · 9 years ago
  19. 62e5649 nir/spirv: Allow non-block variables with interface types in lists by Jason Ekstrand · 9 years ago
  20. 4141d13 nir/spirv: Handle matrix decorations on arrays of matrices by Jason Ekstrand · 9 years ago
  21. 8926dc8 mesa: use gl_shader_variable in program resource list by Tapani Pälli · 9 years ago
  22. 4985159 glsl: track total amount of uniform locations used by Tapani Pälli · 9 years ago
  23. b208620 nir/spirv: Allow creating local/global variables from interface types by Jason Ekstrand · 9 years ago
  24. 350bbd3 nir/spirv: Allow base derefs in get_vulkan_resource_index by Jason Ekstrand · 9 years ago
  25. 1c5393d nir/spirv: Allow OpBranchConditional without a merge by Jason Ekstrand · 9 years ago
  26. 24523e9 nir/spirv/cfg: Allow breaking from the continue block by Jason Ekstrand · 9 years ago
  27. c381906 nir/spirv: Stop wrapping carry/borrow in b2i by Jason Ekstrand · 9 years ago
  28. dee09d7 nir/spirv: Better handle OpCopyMemory by Jason Ekstrand · 9 years ago
  29. 1ca97ce nir/spirv: Add no-op support for OpSourceContinued by Jason Ekstrand · 9 years ago
  30. 395b53d main: get rid of needless conditional by Erik Faye-Lund · 9 years ago
  31. 2a15dc0 gallium/util: removed unused header-file by Erik Faye-Lund · 9 years ago
  32. e67f5ca nvc0: do not force re-binding of compute constbufs on Fermi by Samuel Pitoiset · 9 years ago
  33. 5be700e meta: Unconditionally set GL_SKIP_DECODE_EXT by Ian Romanick · 9 years ago
  34. 1799edd meta: Only bind the sampler in one place by Ian Romanick · 9 years ago
  35. ae50157 meta/decompress: Don't pollute the sampler object namespace by Ian Romanick · 9 years ago
  36. b03ee12 meta/decompress: Save and restore the sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  37. d4094f6 meta/decompress: Track sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  38. 1998af8 meta/decompress: Use internal functions for sampler object access by Ian Romanick · 9 years ago
  39. b85c5fe meta/generate_mipmap: Don't pollute the sampler object namespace by Ian Romanick · 9 years ago
  40. d678271 meta/generate_mipmap: Save and restore the sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  41. 36f4132 meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  42. b94e7f3 meta/generate_mipmap: Use internal functions for sampler object access by Ian Romanick · 9 years ago
  43. 963065b meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sampler by Ian Romanick · 9 years ago
  44. 533320e meta/blit: Save and restore the sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  45. d796b49 meta/blit: Use internal functions for sampler object access by Ian Romanick · 9 years ago
  46. ad5b1b4 meta/blit: Group the SamplerParameteri calls with the other sampler operations by Ian Romanick · 9 years ago
  47. adb4b31 mesa: Refator _mesa_BindSampler to make _mesa_bind_sampler by Ian Romanick · 9 years ago
  48. 4cf5c85 mesa: Add _mesa_set_sampler_srgb_decode method by Ian Romanick · 9 years ago
  49. ecba76d mesa: Add _mesa_set_sampler_filters method by Ian Romanick · 9 years ago
  50. 08822b4 mesa: Add _mesa_set_sampler_wrap method by Ian Romanick · 9 years ago
  51. bb5882e nir/spirv/cfg: Handle unreachable instructions by Jason Ekstrand · 9 years ago
  52. fc3f659 nir/vars_to_ssa: Add phi sources for unreachable predecessors by Jason Ekstrand · 9 years ago
  53. 3029d60 nvc0: remove useless goto in nvc0_launch_grid() by Samuel Pitoiset · 9 years ago
  54. 5318bd3 mesa: Mark Identity as const by Ian Romanick · 9 years ago
  55. c974b94 nir/spirv: Properly handle OpConstantNull by Jason Ekstrand · 9 years ago
  56. 9668306 nir/spirv: Assert that matrix types are valid by Jason Ekstrand · 9 years ago
  57. d032ede nir/types: Add an is_error helper by Jason Ekstrand · 9 years ago
  58. 17cfafd nir/spirv: Handle OpNoLine by Jason Ekstrand · 9 years ago
  59. 52d4af6 anv/gen7: Remove unheeded helper begin_render_pass() by Chad Versace · 9 years ago
  60. 647d8e9 configure.ac: always define __STDC_CONSTANT_MACROS by Oded Gabbay · 9 years ago
  61. aa6aa39 i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+. by Kenneth Graunke · 9 years ago
  62. f2c8913 Add missing platform information for KBL by Mark Janes · 9 years ago
  63. 790565b anv/pipeline: Handle output lowering in anv_pipeline instead of spirv_to_nir by Jason Ekstrand · 9 years ago
  64. b8ec48e anv/pipeline: Only delete functions for SPIR-V shaders by Jason Ekstrand · 9 years ago
  65. 30883ad nir/spirv: Get rid of a bunch of stage asserts by Jason Ekstrand · 9 years ago
  66. 9f4ba49 nir/spirv: Take an entrypoint stage as well as a name by Jason Ekstrand · 9 years ago
  67. 83bf1f7 nir/dead_variables: Add a a mode parameter by Jason Ekstrand · 9 years ago
  68. f21df5c nv50/ir: the whole point of data array is to hand out regular registers by Ilia Mirkin · 9 years ago
  69. a9eace3 mesa/uniform_query: add IROUNDD and use for doubles->ints (v2) by Dave Airlie · 9 years ago
  70. 124c9c2 glsl: replace unreachable code path with assert by Timothy Arceri · 9 years ago
  71. cf757f4 Revert "glsl: replace unreachable code path with assert" by Timothy Arceri · 9 years ago
  72. 98270fd glsl: replace unreachable code path with assert by Timothy Arceri · 9 years ago
  73. e4c5ace glsl: combine if blocks by Timothy Arceri · 9 years ago
  74. 7b4f8c8 mesa: Update todo regarding StencilOp and StencilOpSeparate. by Rhys Kidd · 9 years ago
  75. 5e3edd4 glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable. by Kenneth Graunke · 9 years ago
  76. 0d3051f nv50/ir: Fix scratch allocation size and file by Pierre Moreau · 9 years ago
  77. a9c0e8f vk: Handle uninitialized FS inputs and gl_PrimitiveID by Kristian Høgsberg Kristensen · 9 years ago
  78. b538ec5 vk: Support reseting timestamp query pools by Kristian Høgsberg Kristensen · 9 years ago
  79. 925ad84 vk: Advertise number of timestamp bits by Kristian Høgsberg Kristensen · 9 years ago
  80. dae800d vk: Expose correct timestampPeriod for SKL by Kristian Høgsberg Kristensen · 9 years ago
  81. ec8e261 vk: Mark VkEvent and VkSemaphore as done by Kristian Høgsberg Kristensen · 9 years ago
  82. bbb2a85 vk: Assert on use of uninitialized surface state by Kristian Høgsberg Kristensen · 9 years ago
  83. a8cdef3 vk: Only begin subpass if we're continuing a render pass by Kristian Høgsberg Kristensen · 9 years ago
  84. 7c5e1fd vk: Remove unsupported warnings for Skylake and Broxton by Kristian Høgsberg Kristensen · 9 years ago
  85. f0993f8 Merge ../mesa into vulkan by Kristian Høgsberg Kristensen · 9 years ago
  86. cfdc955 anv/reloc_list: Make valgrind explicitly check relocation data by Jason Ekstrand · 9 years ago
  87. da5d458 mesa: merge bind_atomic_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  88. 5eb104d mesa: merge bind_shader_storage_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  89. e8dd7cc mesa: merge bind_uniform_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  90. b3ca26c mesa: merge bind_xfb_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  91. 81f7fd3 glsl: Don't add nir files to libglsl_la_SOURCES by Kristian Høgsberg Kristensen · 9 years ago
  92. 7a1c4a0 nir/spirv: Add matrix determinants and inverses by Jason Ekstrand · 9 years ago
  93. e3706a7 nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion by Ilia Mirkin · 9 years ago
  94. 82ad571 glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.c by Kristian Høgsberg Kristensen · 9 years ago
  95. 1d25ef6 i965: Move GLSL lowering passes out of libi965_compiler.la by Kristian Høgsberg Kristensen · 9 years ago
  96. e97caba glsl: Move glsl_to_nir files to LIBGLSL_FILES by Kristian Høgsberg Kristensen · 9 years ago
  97. 1d54ac6 mesa: Use separate indices for UBO & SSBO during binding by Jordan Justen · 9 years ago
  98. cf66a8f mesa: Map program UBOs and SSBOs to Interface Blocks by Jordan Justen · 9 years ago
  99. c7f6e42 anv: Increate dynamic pool block size from 2k to 16k by Jordan Justen · 9 years ago
  100. 4e15d26 nir/spirv: Fix a small bug in row-major matrix loading by Jason Ekstrand · 9 years ago