1. aae98ad Avoid exceeding max request length by xcb_put_image. by Roman Lavrov · 2 years, 2 months ago
  2. ff8cc02 Remove VK_LUNARG_direct_driver_loading from supported extensions by Nicolas Capens · 2 years, 3 months ago
  3. d0aa9ad Support LLVM 16+ API change by Nicolas Capens · 2 years, 3 months ago
  4. bcbc10b Direct driver loading by Alexis Hetu · 2 years, 3 months ago
  5. 3b2177f Reland "Float only writeColor" only by Alexis Hetu · 2 years, 3 months ago
  6. 67f5203 fixup! remove use_system_libwayland by Maksim Sisov · 2 years, 3 months ago
  7. a10c7d2 remove use_system_libwayland by Maksim Sisov · 2 years, 3 months ago
  8. c70b464 Fix use-of-uninitialized-value issue for indexType by Alexis Hetu · 2 years, 3 months ago
  9. 647d3d2 Fix LLVM update from google3 by Alexis Hetu · 2 years, 3 months ago
  10. 22d5e1e Revert "Float only writeColor" by Alexis Hétu · 2 years, 3 months ago
  11. 29dc5eb Implement VK_KHR_surface/swapchain_maintenance1 by Shahbaz Youssefi · 2 years, 5 months ago
  12. 978e246 Float only writeColor by Alexis Hetu · 2 years, 4 months ago
  13. 36e043f Add a macro for indicating unoptimized code paths by Nicolas Capens · 2 years, 4 months ago
  14. 6f73609 Add missing include <string> by Alexis Hetu · 2 years, 4 months ago
  15. bf71e84 Add early exits for OOB index buffer offset or first index by Alexis Hetu · 2 years, 4 months ago
  16. af0156d Fix VK_EXT_graphics_pipeline_library related crash by Alexis Hetu · 2 years, 4 months ago
  17. e6a3153 Use helper function for SPIR-V explicit layout storage classes by Nicolas Capens · 2 years, 4 months ago
  18. 33b63f9 Add memory allocation checks by Alexis Hetu · 2 years, 4 months ago
  19. 72c25a8 Adds some extra comment/documentation for DebugMessenger in VkInstance. by Loko Kung · 2 years, 4 months ago
  20. f2d135d Fixes leaking DebugUtilsMessenger in Instance. by Loko Kung · 2 years, 4 months ago
  21. 8f79766 Unify BGRA masks by Alexis Hetu · 2 years, 4 months ago
  22. 7cb2fb0 Add 5/6-bit unorm support to the floating point version of writeColor by Alexis Hetu · 2 years, 4 months ago
  23. d89b506 Add 4-bit unorm support to the floating point version of writeColor by Alexis Hetu · 2 years, 4 months ago
  24. 2514f87 Add 10-bit unorm support to the floating point version of writeColor by Alexis Hetu · 2 years, 4 months ago
  25. ac6dd89 Add sRGB support to the floating point version of writeColor by Alexis Hetu · 2 years, 4 months ago
  26. 692e645 Add 8-bit unorm support to the floating point version of writeColor by Alexis Hetu · 2 years, 4 months ago
  27. f62b1b1 Color write mask refactor by Alexis Hetu · 2 years, 4 months ago
  28. a389cc8 Add utility function to transpose BGRA data by Alexis Hetu · 2 years, 4 months ago
  29. 55560f9 Fix linear to sRGB conversion functions by Alexis Hetu · 2 years, 4 months ago
  30. bb5d3bd Output storage class stores have effect in helper invocations by Nicolas Capens · 2 years, 4 months ago
  31. 6a259c8 Handle AHARDWAREBUFFER_FORMAT_R8_UNORM AHBs by Jason Macnak · 2 years, 4 months ago
  32. 87d41aa Remove unused viewportHeight field by Nicolas Capens · 2 years, 4 months ago
  33. 2c5db71 Increase subPixelPrecisionBits from 4 to 8 by Nicolas Capens · 2 years, 5 months ago
  34. 3424b10 Rasterize polygon edges from the real endpoint by Nicolas Capens · 2 years, 4 months ago
  35. a113fba Revert "Increase subPixelPrecisionBits from 4 to 8" by Nicolas Capens · 2 years, 5 months ago
  36. da2edce Guard against pSparseMemoryRequirements == NULL by Nicolas Capens · 2 years, 5 months ago
  37. 25333a3 Increase subPixelPrecisionBits from 4 to 8 by Nicolas Capens · 2 years, 5 months ago
  38. 6beafb4 Move state variables from Spirv to SpirvShader by Nicolas Capens · 2 years, 5 months ago
  39. 7113474 Rename SpirvShader to Spirv by Nicolas Capens · 2 years, 5 months ago
  40. 3832784 VK_KHR_global_priority implementation by Alexis Hetu · 2 years, 7 months ago
  41. 3a82d57 Default to masking stores in helper invocations by Nicolas Capens · 2 years, 5 months ago
  42. e6504a2 Use sw::bit_cast<> for type punning by Bruno Pitrus · 2 years, 5 months ago
  43. e8d4f9f Assert VkInstanceCreateInfo::flags is 0 by Nicolas Capens · 2 years, 7 months ago
  44. 34f6fc2 Handle all Vulkan 1.2 promoted structures by Alexis Hetu · 2 years, 5 months ago
  45. ad33af0 libVulkan.cpp: add missing struct in vkCreateDevice by Romaric Jodin · 2 years, 5 months ago
  46. 5634e13 Move format support checks to vk::PhysicalDevice by Nicolas Capens · 2 years, 5 months ago
  47. ea3fc74 Support VK_KHR_get_surface_capabilities2 by Shahbaz Youssefi · 2 years, 5 months ago
  48. 1ab775a Rename EmitState to SpirvEmitter by Nicolas Capens · 2 years, 5 months ago
  49. ad9acf2 Eliminate EmitResult by Nicolas Capens · 2 years, 5 months ago
  50. b5074c8 Store phi variables in a collection of SIMD components by Nicolas Capens · 2 years, 6 months ago
  51. 7ef3949 Limit SPIR-V phi variable lifetimes by Nicolas Capens · 2 years, 6 months ago
  52. fdf4147 Move EmitState out of SpirvShader by Nicolas Capens · 2 years, 6 months ago
  53. e1b8cbd Move Reactor code emission from SpirvShader to EmitState by Nicolas Capens · 2 years, 6 months ago
  54. 6de4a96 Detect OpImageWrite in the analysis pass by Nicolas Capens · 2 years, 5 months ago
  55. 00b601d Revert CTS bug workaround by Nicolas Capens · 2 years, 6 months ago
  56. 440133b Add robustBufferAccess to PipelineCache::SpirvBinaryKey by Alexis Hetu · 2 years, 5 months ago
  57. b22b1b1 Add robustBufferAccess as part of PixelProcessor::States by Alexis Hetu · 2 years, 5 months ago
  58. 48f7cb2 Unplug SPIR-V instruction profiling support by Nicolas Capens · 2 years, 6 months ago
  59. e5bdf93 Unplug the shader debugging support by Nicolas Capens · 2 years, 6 months ago
  60. 94692cd Refactor GroupNonUniformArithmetic handling by Nicolas Capens · 2 years, 6 months ago
  61. 2b155ac Remove Unicode handling from Subzero by Nicolas Capens · 2 years, 6 months ago
  62. 0733602 Use local XCB header copies by Nicolas Capens · 2 years, 6 months ago
  63. 602f2c8 Use local Wayland header copies by Nicolas Capens · 2 years, 6 months ago
  64. 3d7faaa Consistently format pointer-to-const by Nicolas Capens · 2 years, 6 months ago
  65. 7e1d67a Consistently format const references by Nicolas Capens · 2 years, 6 months ago
  66. 4625fd8 Remove unnecessary vector component indexing by Nicolas Capens · 2 years, 6 months ago
  67. 08dfcbb Remove index parameter for SPIR-V pointer operands by Nicolas Capens · 2 years, 7 months ago
  68. 5f5e513 shaderStorageImageArrayNonUniformIndexing support by Alexis Hetu · 2 years, 6 months ago
  69. 4dbbcd0 Consistently use `const auto` by Shahbaz Youssefi · 2 years, 6 months ago
  70. 239b806 Consistently use auto * instead of auto when pointers by Shahbaz Youssefi · 2 years, 6 months ago
  71. df646d7 Update mipmap precision bits by Sean Risser · 2 years, 8 months ago
  72. 52e0004 Support VK_EXT_graphics_pipeline_library by Shahbaz Youssefi · 2 years, 7 months ago
  73. 49e4cc5 Remove incorrect assert by Alexis Hetu · 2 years, 6 months ago
  74. a90523f Set conformance version to 1.3.3.1 by Alexis Hetu · 2 years, 9 months ago
  75. e33cd25 Avoid inadvertently adding a wayland dependency by Tristan van Berkom · 2 years, 6 months ago
  76. 18ebb4f Partially revert "Pipeline robustness fix" by Alexis Hetu · 2 years, 6 months ago
  77. 301d8fb Fix create_instance_layer_name_abuse test by Alexis Hetu · 2 years, 6 months ago
  78. 9848662 Temporary workaround for CTS bug by Alexis Hetu · 2 years, 6 months ago
  79. ca2d9fa Pipeline robustness fix by Alexis Hetu · 2 years, 6 months ago
  80. 9839318 Fix uses of the OFFSET macro by Alexis Hetu · 2 years, 6 months ago
  81. 20fa943 Respect pipelineStageCreationFeedbackCount by Alexis Hetu · 2 years, 6 months ago
  82. 9e96423 Don't accept buffer alignment features in vkCreateDevice by Nicolas Capens · 2 years, 6 months ago
  83. 8195c07 Split GraphicsState by Shahbaz Youssefi · 2 years, 7 months ago
  84. 1908bb6 Skip Setup and Pixel JIT if rasterizer discard by Shahbaz Youssefi · 2 years, 6 months ago
  85. 7f57a35 Move sample count hack from GraphicsState to Renderer::draw by Shahbaz Youssefi · 2 years, 6 months ago
  86. b0b3ef3 Fix bugs with VK_EXT_extended_dynamic_state2 by Shahbaz Youssefi · 2 years, 7 months ago
  87. 011c501 Allow VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT by Alexis Hetu · 2 years, 6 months ago
  88. 4258f17 Initial support for VK_EXT_pipeline_robustness by Shahbaz Youssefi · 2 years, 7 months ago
  89. 6de56bd Add helper to find an extended struct in pNext chain by Shahbaz Youssefi · 2 years, 7 months ago
  90. 4e4d2b4 Update renamed MemorySanitizer pass by Nicolas Capens · 2 years, 7 months ago
  91. 2c989e6 descriptorBindingVariableDescriptorCount support by Alexis Hetu · 2 years, 7 months ago
  92. 2ede378 Expose descriptorIndexing support by Alexis Hetu · 2 years, 7 months ago
  93. da7b9bd shaderSampledImageArrayNonUniformIndexing support by Alexis Hetu · 2 years, 7 months ago
  94. e0d50dd Build X11 parts only for ozone_platform_x11 by Yaroslav Isakov · 2 years, 8 months ago
  95. 8c9c9f7 Update renamed LLVM sanitizer passes by Nicolas Capens · 2 years, 7 months ago
  96. 7c6c7b7 OpSampledImage propagation fix by Alexis Hetu · 2 years, 7 months ago
  97. be37d7f Fix dynamic rendering layer clear by Alexis Hetu · 2 years, 7 months ago
  98. 78cfdcd Remove the "--cached" flag from clang formatting by Alexis Hetu · 2 years, 7 months ago
  99. f99e45c Allow ExecutionModeStencilRefReplacingEXT execution mode by Alexis Hetu · 2 years, 7 months ago
  100. f0db6df Eliminate incorrect Exponent() function by Nicolas Capens · 2 years, 7 months ago