1. 87d41aa Remove unused viewportHeight field by Nicolas Capens · 2 years, 4 months ago
  2. 2c5db71 Increase subPixelPrecisionBits from 4 to 8 by Nicolas Capens · 2 years, 5 months ago
  3. 3424b10 Rasterize polygon edges from the real endpoint by Nicolas Capens · 2 years, 4 months ago
  4. a113fba Revert "Increase subPixelPrecisionBits from 4 to 8" by Nicolas Capens · 2 years, 5 months ago
  5. da2edce Guard against pSparseMemoryRequirements == NULL by Nicolas Capens · 2 years, 5 months ago
  6. 25333a3 Increase subPixelPrecisionBits from 4 to 8 by Nicolas Capens · 2 years, 5 months ago
  7. 6beafb4 Move state variables from Spirv to SpirvShader by Nicolas Capens · 2 years, 5 months ago
  8. 7113474 Rename SpirvShader to Spirv by Nicolas Capens · 2 years, 5 months ago
  9. 3832784 VK_KHR_global_priority implementation by Alexis Hetu · 2 years, 7 months ago
  10. 3a82d57 Default to masking stores in helper invocations by Nicolas Capens · 2 years, 5 months ago
  11. e6504a2 Use sw::bit_cast<> for type punning by Bruno Pitrus · 2 years, 5 months ago
  12. e8d4f9f Assert VkInstanceCreateInfo::flags is 0 by Nicolas Capens · 2 years, 7 months ago
  13. 34f6fc2 Handle all Vulkan 1.2 promoted structures by Alexis Hetu · 2 years, 5 months ago
  14. ad33af0 libVulkan.cpp: add missing struct in vkCreateDevice by Romaric Jodin · 2 years, 5 months ago
  15. 5634e13 Move format support checks to vk::PhysicalDevice by Nicolas Capens · 2 years, 5 months ago
  16. ea3fc74 Support VK_KHR_get_surface_capabilities2 by Shahbaz Youssefi · 2 years, 5 months ago
  17. 1ab775a Rename EmitState to SpirvEmitter by Nicolas Capens · 2 years, 5 months ago
  18. ad9acf2 Eliminate EmitResult by Nicolas Capens · 2 years, 5 months ago
  19. b5074c8 Store phi variables in a collection of SIMD components by Nicolas Capens · 2 years, 6 months ago
  20. 7ef3949 Limit SPIR-V phi variable lifetimes by Nicolas Capens · 2 years, 6 months ago
  21. fdf4147 Move EmitState out of SpirvShader by Nicolas Capens · 2 years, 6 months ago
  22. e1b8cbd Move Reactor code emission from SpirvShader to EmitState by Nicolas Capens · 2 years, 6 months ago
  23. 6de4a96 Detect OpImageWrite in the analysis pass by Nicolas Capens · 2 years, 5 months ago
  24. 00b601d Revert CTS bug workaround by Nicolas Capens · 2 years, 6 months ago
  25. 440133b Add robustBufferAccess to PipelineCache::SpirvBinaryKey by Alexis Hetu · 2 years, 5 months ago
  26. b22b1b1 Add robustBufferAccess as part of PixelProcessor::States by Alexis Hetu · 2 years, 5 months ago
  27. 48f7cb2 Unplug SPIR-V instruction profiling support by Nicolas Capens · 2 years, 6 months ago
  28. e5bdf93 Unplug the shader debugging support by Nicolas Capens · 2 years, 6 months ago
  29. 94692cd Refactor GroupNonUniformArithmetic handling by Nicolas Capens · 2 years, 6 months ago
  30. 2b155ac Remove Unicode handling from Subzero by Nicolas Capens · 2 years, 6 months ago
  31. 0733602 Use local XCB header copies by Nicolas Capens · 2 years, 6 months ago
  32. 602f2c8 Use local Wayland header copies by Nicolas Capens · 2 years, 6 months ago
  33. 3d7faaa Consistently format pointer-to-const by Nicolas Capens · 2 years, 6 months ago
  34. 7e1d67a Consistently format const references by Nicolas Capens · 2 years, 6 months ago
  35. 4625fd8 Remove unnecessary vector component indexing by Nicolas Capens · 2 years, 6 months ago
  36. 08dfcbb Remove index parameter for SPIR-V pointer operands by Nicolas Capens · 2 years, 7 months ago
  37. 5f5e513 shaderStorageImageArrayNonUniformIndexing support by Alexis Hetu · 2 years, 6 months ago
  38. 4dbbcd0 Consistently use `const auto` by Shahbaz Youssefi · 2 years, 6 months ago
  39. 239b806 Consistently use auto * instead of auto when pointers by Shahbaz Youssefi · 2 years, 6 months ago
  40. df646d7 Update mipmap precision bits by Sean Risser · 2 years, 8 months ago
  41. 52e0004 Support VK_EXT_graphics_pipeline_library by Shahbaz Youssefi · 2 years, 7 months ago
  42. 49e4cc5 Remove incorrect assert by Alexis Hetu · 2 years, 6 months ago
  43. a90523f Set conformance version to 1.3.3.1 by Alexis Hetu · 2 years, 9 months ago
  44. e33cd25 Avoid inadvertently adding a wayland dependency by Tristan van Berkom · 2 years, 6 months ago
  45. 18ebb4f Partially revert "Pipeline robustness fix" by Alexis Hetu · 2 years, 6 months ago
  46. 301d8fb Fix create_instance_layer_name_abuse test by Alexis Hetu · 2 years, 6 months ago
  47. 9848662 Temporary workaround for CTS bug by Alexis Hetu · 2 years, 6 months ago
  48. ca2d9fa Pipeline robustness fix by Alexis Hetu · 2 years, 6 months ago
  49. 9839318 Fix uses of the OFFSET macro by Alexis Hetu · 2 years, 6 months ago
  50. 20fa943 Respect pipelineStageCreationFeedbackCount by Alexis Hetu · 2 years, 6 months ago
  51. 9e96423 Don't accept buffer alignment features in vkCreateDevice by Nicolas Capens · 2 years, 6 months ago
  52. 8195c07 Split GraphicsState by Shahbaz Youssefi · 2 years, 7 months ago
  53. 1908bb6 Skip Setup and Pixel JIT if rasterizer discard by Shahbaz Youssefi · 2 years, 6 months ago
  54. 7f57a35 Move sample count hack from GraphicsState to Renderer::draw by Shahbaz Youssefi · 2 years, 6 months ago
  55. b0b3ef3 Fix bugs with VK_EXT_extended_dynamic_state2 by Shahbaz Youssefi · 2 years, 7 months ago
  56. 011c501 Allow VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT by Alexis Hetu · 2 years, 6 months ago
  57. 4258f17 Initial support for VK_EXT_pipeline_robustness by Shahbaz Youssefi · 2 years, 7 months ago
  58. 6de56bd Add helper to find an extended struct in pNext chain by Shahbaz Youssefi · 2 years, 7 months ago
  59. 4e4d2b4 Update renamed MemorySanitizer pass by Nicolas Capens · 2 years, 7 months ago
  60. 2c989e6 descriptorBindingVariableDescriptorCount support by Alexis Hetu · 2 years, 7 months ago
  61. 2ede378 Expose descriptorIndexing support by Alexis Hetu · 2 years, 7 months ago
  62. da7b9bd shaderSampledImageArrayNonUniformIndexing support by Alexis Hetu · 2 years, 7 months ago
  63. e0d50dd Build X11 parts only for ozone_platform_x11 by Yaroslav Isakov · 2 years, 8 months ago
  64. 8c9c9f7 Update renamed LLVM sanitizer passes by Nicolas Capens · 2 years, 7 months ago
  65. 7c6c7b7 OpSampledImage propagation fix by Alexis Hetu · 2 years, 7 months ago
  66. be37d7f Fix dynamic rendering layer clear by Alexis Hetu · 2 years, 7 months ago
  67. 78cfdcd Remove the "--cached" flag from clang formatting by Alexis Hetu · 2 years, 7 months ago
  68. f99e45c Allow ExecutionModeStencilRefReplacingEXT execution mode by Alexis Hetu · 2 years, 7 months ago
  69. f0db6df Eliminate incorrect Exponent() function by Nicolas Capens · 2 years, 7 months ago
  70. d9b4815 Optimize Frexp() zero handling by Nicolas Capens · 2 years, 7 months ago
  71. 3847329 Fix Frexp() for subnormal arguments under DAZ by Nicolas Capens · 2 years, 7 months ago
  72. c45c701 Move Frexp and Ldexp to ShaderCore by Nicolas Capens · 2 years, 7 months ago
  73. 150bc8c OpCopy* fixes by Alexis Hetu · 2 years, 7 months ago
  74. ecba967 Revert "Workaround vkGetPhysicalDeviceProperties2() issue" by Nicolas Capens · 2 years, 7 months ago
  75. bf350ae Revert "Temporarily allow unsupported structures in PhysicalDevice::getFeatures2()" by Nicolas Capens · 2 years, 7 months ago
  76. 3485c58 Revert "Workaround for dEQP-VK.info.device_mandatory_features failure" by Nicolas Capens · 2 years, 7 months ago
  77. 6c0f288 Reimplement GLSLstd450Ldexp by Ben Clayton · 2 years, 7 months ago
  78. db64337 Compute fragment coordinates for wider SIMD groups by Nicolas Capens · 2 years, 7 months ago
  79. 740c330 Rename pixel coordinate variables by Nicolas Capens · 2 years, 7 months ago
  80. f843dce Compute relative fragment coordinates just once by Nicolas Capens · 2 years, 7 months ago
  81. f6df63e Compute the primitive's origin coordinates only once by Nicolas Capens · 2 years, 7 months ago
  82. 6517262 Clarify negativeOneToOne depth clipping comments by Nicolas Capens · 2 years, 7 months ago
  83. de53701 Implement VK_EXT_depth_clip_control by Shahbaz Youssefi · 2 years, 7 months ago
  84. 16da29a Consistently print bitmasks as hexadecimal by Nicolas Capens · 2 years, 7 months ago
  85. 67f8806 Implement VK_EXT_rasterization_order_attachment_access support by Nicolas Capens · 2 years, 9 months ago
  86. c21aa26 Simplify clipping of complex polygons by Nicolas Capens · 2 years, 7 months ago
  87. 1c3dfde Added missing null pointer check on pDepthStencilResolveAttachment by Alexis Hetu · 2 years, 7 months ago
  88. ab4bf6a Ignore VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR by Nicolas Capens · 2 years, 7 months ago
  89. c61fc9a Implement VK_EXT_primitive_topology_list_restart by Shahbaz Youssefi · 2 years, 7 months ago
  90. 2438c1b Ignore feature structs of partially promoted extensions by Nicolas Capens · 2 years, 7 months ago
  91. 23a7ca8 Don't expose VK_EXT_external_memory_host on macOS by Nicolas Capens · 2 years, 8 months ago
  92. 708ca95 Eliminate unscale constants by Nicolas Capens · 2 years, 8 months ago
  93. 02658a7 Make maskAny() SIMD width agnostic. by Nicolas Capens · 2 years, 9 months ago
  94. be30aa6 Support constructing a SIMD constant from a lambda expression by Nicolas Capens · 2 years, 8 months ago
  95. 16826bf Fix printing SIMD::Pointer offsets by Nicolas Capens · 2 years, 8 months ago
  96. aafa108 Disable AddressSanitizer JIT instrumentation support on Windows by Nicolas Capens · 2 years, 8 months ago
  97. ed9d5ae Temporarily allow unsupported structures in PhysicalDevice::getFeatures2() by Alexis Hetu · 2 years, 8 months ago
  98. 2adab08 Workaround for dEQP-VK.info.device_mandatory_features failure by Alexis Hetu · 2 years, 8 months ago
  99. a48d52f Workaround vkGetPhysicalDeviceProperties2() issue by Alexis Hetu · 2 years, 8 months ago
  100. a07b3fb Support AddressSanitizer instrumentation of LLVM JIT routines by Nicolas Capens · 2 years, 8 months ago