- 024bf32 Make fragDepth clamping conditional by Sean Risser · 3 years, 6 months ago
- 3b9a1a7 Regres: Update test lists @ bbe1b996 by SwiftShader Regression Bot · 3 years, 6 months ago
- bbe1b99 Fix error in mat4x2(scalar) construction. by John Stiles · 3 years, 6 months ago
- e0152f1 Remove assert on unrestricted depth range by Sean Risser · 3 years, 6 months ago
- 2deb0df Fix EmitImageWrite using wrong active lane mask by Sean Risser · 3 years, 6 months ago
- 0ca03fb Update Android build files with license info by Nicolas Capens · 3 years, 6 months ago
- af90770 Unpoison Reactor Call() arguments when MSan instrumentation is disabled by Nicolas Capens · 3 years, 6 months ago
- b461e20 Update Vulkan headers to version 1.2.178 by Nicolas Capens · 3 years, 6 months ago
- c4d054c Work around MemorySanitizer scalar SSE false positives by Nicolas Capens · 3 years, 6 months ago
- b162fcf Work around MemorySanitizer movmsk false positives by Nicolas Capens · 3 years, 6 months ago
- be169ef Regres: Update test lists @ dcb33711 by SwiftShader Regression Bot · 3 years, 6 months ago
- dcb3371 Allow unrestricted depth bounds by Sean Risser · 3 years, 6 months ago
- 08762e3 Make clang-format-all.sh git aware by Sean Risser · 3 years, 6 months ago
- 37cb6a5 Reduce size of SampledImageDescriptor by Alexis Hetu · 3 years, 6 months ago
- e260190 Obtain all sampler parameters through SamplingRoutineCache::Key by Alexis Hetu · 3 years, 6 months ago
- 8b09c10 Regres: Update test lists @ 04c037ac by SwiftShader Regression Bot · 3 years, 6 months ago
- e839645 Revert "Obtain all sampler parameters through SamplingRoutineCache::Key" by Alexis Hétu · 3 years, 6 months ago
- 04c037a Implement depthClamp by Sean Risser · 3 years, 7 months ago
- 72b1f01 Implement VK_EXT_depth_clip_enable by Sean Risser · 3 years, 7 months ago
- f6afa76 Obtain all sampler parameters through SamplingRoutineCache::Key by Alexis Hetu · 3 years, 9 months ago
- 41a476e Obtain ImageView state uniquely from its identifier by Alexis Hetu · 3 years, 9 months ago
- 484a3e1 Silence warning for MacOS by Alexis Hetu · 3 years, 7 months ago
- 112faf4 Format switch statements consistently by Nicolas Capens · 5 years ago
- c597a8a Fix pedantic Clang warning/error by Nicolas Capens · 3 years, 7 months ago
- 8f8c9b5 Add IndentCaseBlocks to .clang-format by Nicolas Capens · 3 years, 7 months ago
- dac99e8 Update Kokoro's clang-format to version 11.0.1 by Nicolas Capens · 4 years ago
- f32791f Regres: Update test lists @ b71a5569 by SwiftShader Regression Bot · 3 years, 7 months ago
- b71a556 Implement depthBoundsTest by Sean Risser · 3 years, 7 months ago
- 45be1bc Eliminate the OpenGL ES 1.1 implementation by Nicolas Capens · 3 years, 7 months ago
- 77edad2 Remove the OpenGL ES 1.1 build target by Nicolas Capens · 3 years, 7 months ago
- 4c0f888 Automate installing the API library for testing by Nicolas Capens · 3 years, 8 months ago
- fb53aa2 Regres: Update test lists @ d4550ab8 by SwiftShader Regression Bot · 3 years, 8 months ago
- d4550ab Increase render target limit to 8. by Jamie Madill · 3 years, 8 months ago
- 8969f86 Regres: Update test lists @ 2eed61ff by SwiftShader Regression Bot · 3 years, 8 months ago
- 2eed61f Ensure compressed image copy is height compliant by Nicolas Capens · 4 years ago
- a98fb3f Regres: Update test lists @ a0aeb64e by SwiftShader Regression Bot · 3 years, 8 months ago
- a0aeb64 Fix multiview renderpass queries by Nicolas Capens · 3 years, 8 months ago
- 69b79ee Disable named mmap usage for host/ndk Android by Alistair Delva · 3 years, 8 months ago
- 5cdf55f Remove vkGetInstanceProcAddr from exported symbols on Fuchsia by Nicolas Capens · 3 years, 8 months ago
- 314aa75 Remove vkGetInstanceProcAddr from exported symbols on Android by Nicolas Capens · 3 years, 8 months ago
- b592419 Handle semaphore update in vkAcquireImageANDROID by Jason Macnak · 3 years, 8 months ago
- a5619c0 Update AHB default YUV range to NARROW by Jason Macnak · 3 years, 8 months ago
- c78dae8 Regres: Roll dEQP to 1.2.5.2-dev revision 288b9dd by Nicolas Capens · 3 years, 8 months ago
- f6b7711 Regres: Update test lists @ 3c4fd15f by SwiftShader Regression Bot · 3 years, 8 months ago
- 3c4fd15 Implement timestamp query support by Nicolas Capens · 3 years, 8 months ago
- c9b5601 Expose Vulkan 1.2 support by Sean Risser · 4 years, 3 months ago
- a2fe8e1 Add Vulkan 1.2 entry points by Sean Risser · 3 years, 8 months ago
- 023914a Add all Vulkan 1.2 feature structs by Sean Risser · 3 years, 8 months ago
- bbda0c1 Regres: Update test lists @ de7d5775 by SwiftShader Regression Bot · 3 years, 8 months ago
- de7d577 Fix missing feature from vkCreateDevice case-list by Sean Risser · 3 years, 8 months ago
- 6846389 Implement VK_KHR_timeline_semaphore by Sean Risser · 4 years ago
- 084529f Add support for internal error status checking in regres by Vihanakangas · 3 years, 9 months ago
- 106e015 Support LLVM 11+ atomic instruction alignment change by Googler · 3 years, 9 months ago
- d69cfa3 Update PhysicalDevice::getProperties(<AHB properties>) by Jason Macnak · 3 years, 9 months ago
- 349abcc Conditionally enable the XCB WSI extension by Alexis Hetu · 3 years, 9 months ago
- 8a42f7d Conditionally enable the Xlib WSI extension by Alexis Hetu · 3 years, 9 months ago
- 0498579 New mechanism to easily disable extensions by Alexis Hetu · 3 years, 9 months ago
- 6ddeb6b Remove legacy optimization passes. by Nicolas Capens · 3 years, 9 months ago
- a7dfb84 Kokoro: fix Windows builds to correctly use %BUILD_TYPE% by Antonio Maiorano · 3 years, 9 months ago
- d6f3132 VulkanWrapper: fix failure to load headless surface extension by Antonio Maiorano · 3 years, 9 months ago
- 22186f0 Remove color interpolation from image sampling benchmark by Nicolas Capens · 3 years, 9 months ago
- fda74a6 Revert sampling parameter initialization workaround by Nicolas Capens · 4 years, 1 month ago
- 008247a Eliminate stores succeeded by another store by Nicolas Capens · 3 years, 9 months ago
- 3ffbd62 Implement propagation of stores to loads in single basic blocks by Nicolas Capens · 3 years, 9 months ago
- d85a7a2 Simplify If/Else lowering by Nicolas Capens · 3 years, 9 months ago
- 7c296ec Don't materialize on insertion block changes by Nicolas Capens · 3 years, 9 months ago
- 0cfc043 Implement scalar replacement of aggregates by Nicolas Capens · 3 years, 9 months ago
- 54313fb Report back the Subzero optimizer results by Nicolas Capens · 3 years, 9 months ago
- bc1a66c Fix lowering and optimization of 64-bit absolute addresses by Nicolas Capens · 3 years, 9 months ago
- 6649bd0 Eliminate code randomization support from Subzero by Nicolas Capens · 3 years, 9 months ago
- 0540e68 Fix Win32SurfaceKHR::getSurfaceCapabilities asserting when hwnd is no longer valid by Antonio Maiorano · 3 years, 9 months ago
- 3536894 Update requested SPIR-V Tools version to 1.5 by Sean Risser · 4 years ago
- 5128643 Make vkGetPhysicalDeviceSurfaceCapabilitiesKHR provide a return code by Antonio Maiorano · 3 years, 9 months ago
- 790b325 Revert "Revert "Enable named mmap usage on Android"" by Alistair Delva · 3 years, 9 months ago
- 3ab17bd Fix iterating over instructions following a store by Nicolas Capens · 3 years, 9 months ago
- 0b506e1 Propagate stores of stack addresses into other local variables by Nicolas Capens · 3 years, 9 months ago
- 8603b12 Test variable materialization edge cases by Nicolas Capens · 3 years, 9 months ago
- dc5bb21 Disable MSan unpoisoning of memory writes by Nicolas Capens · 4 years ago
- f890890 VulkanWrapper: enable filesystem code on macOS with new Kokoro image by Antonio Maiorano · 3 years, 9 months ago
- 694cbba Regres: Update test lists @ b3177eb4 by SwiftShader Regression Bot · 3 years, 9 months ago
- 60f543a VulkanBenchmarks: add validation layers and load via ICD by Antonio Maiorano · 3 years, 9 months ago
- aa46953 Remove zero initialization of Triangle and Primitive by Nicolas Capens · 4 years ago
- b3177eb Regres: Update test lists @ bb04803b by SwiftShader Regression Bot · 3 years, 9 months ago
- c09e3d9 Fix interpolation functions for push constants by Alexis Hetu · 3 years, 9 months ago
- 0320eab Make MSAN-in-JIT flag optional for CMake builds by Adlai Holler · 3 years, 9 months ago
- 3f88826 Fix support for named mmap usage on Android by Alistair Delva · 3 years, 9 months ago
- bb04803 Move metadata in OWNERS files to DIR_METADATA files by Gavin Mak · 3 years, 9 months ago
- 69661d8 Remove uses of deprecated CreateAlignedLoad/Store builders by Antonio Maiorano · 3 years, 9 months ago
- 7cd8cc1 Enable the sampleRateShading feature by Alexis Hetu · 3 years, 10 months ago
- 5ddc80f vk-unittest: fix crash when unloading shared lib twice by Antonio Maiorano · 3 years, 9 months ago
- a421556 Expose VK_EXT_headless_surface by Antonio Maiorano · 3 years, 9 months ago
- 539ef8e Support querying for Vulkan11 properties by Sean Risser · 3 years, 11 months ago
- 0bcb71f Implement GLSLstd450Interpolate* functions by Alexis Hetu · 3 years, 10 months ago
- 673a7fe Unify load/store operand accessors by Nicolas Capens · 3 years, 9 months ago
- 8d50b55 Discern between load and store addresses by Nicolas Capens · 3 years, 9 months ago
- 33a77f7 Rename InstIntrinsicCall to InstIntrinsic by Nicolas Capens · 3 years, 9 months ago
- 99bbb14 Eliminate the InstIntrinsicCall Target parameter by Nicolas Capens · 3 years, 9 months ago
- d4f27d7 Eliminate Subzero profiling support by Nicolas Capens · 3 years, 9 months ago
- 9677c6d Regres: Remove GLES tests from CI test runs by Nicolas Capens · 3 years, 9 months ago
- 94805df Benchmark time spent by all threads by Nicolas Capens · 3 years, 9 months ago