aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-17Roll SwiftShader from 69b79eec6533 to 0ca03fb2907c (32 revisions)android-s-beta-2android-s-beta-1android-autoroll
2021-05-17Update Android build files with license infoNicolas Capens
2021-05-14Unpoison Reactor Call() arguments when MSan instrumentation is disabledNicolas Capens
2021-05-14Update Vulkan headers to version 1.2.178Nicolas Capens
2021-05-12Work around MemorySanitizer scalar SSE false positivesNicolas Capens
2021-05-12Work around MemorySanitizer movmsk false positivesNicolas Capens
2021-05-11Regres: Update test lists @ dcb33711SwiftShader Regression Bot
2021-05-10Allow unrestricted depth boundsSean Risser
2021-05-10Make clang-format-all.sh git awareSean Risser
2021-05-10Reduce size of SampledImageDescriptorAlexis Hetu
2021-05-07Obtain all sampler parameters through SamplingRoutineCache::KeyAlexis Hetu
2021-05-06Regres: Update test lists @ 04c037acSwiftShader Regression Bot
2021-05-06Revert "Obtain all sampler parameters through SamplingRoutineCache::Key"Alexis Hétu
2021-05-05Implement depthClampSean Risser
2021-05-05Implement VK_EXT_depth_clip_enableSean Risser
2021-05-05Obtain all sampler parameters through SamplingRoutineCache::KeyAlexis Hetu
2021-05-05Obtain ImageView state uniquely from its identifierAlexis Hetu
2021-04-28Silence warning for MacOSAlexis Hetu
2021-04-22Format switch statements consistentlyNicolas Capens
2021-04-20Fix pedantic Clang warning/errorNicolas Capens
2021-04-20Add IndentCaseBlocks to .clang-formatNicolas Capens
2021-04-16Update Kokoro's clang-format to version 11.0.1Nicolas Capens
2021-04-14Regres: Update test lists @ b71a5569SwiftShader Regression Bot
2021-04-13Implement depthBoundsTestSean Risser
2021-04-13Eliminate the OpenGL ES 1.1 implementationNicolas Capens
2021-04-09Remove the OpenGL ES 1.1 build targetNicolas Capens
2021-03-29Automate installing the API library for testingNicolas Capens
2021-03-26Regres: Update test lists @ d4550ab8SwiftShader Regression Bot
2021-03-25Increase render target limit to 8.Jamie Madill
2021-03-25Regres: Update test lists @ 2eed61ffSwiftShader Regression Bot
2021-03-24Ensure compressed image copy is height compliantNicolas Capens
2021-03-17Regres: Update test lists @ a0aeb64eSwiftShader Regression Bot
2021-03-16Fix multiview renderpass queriesNicolas Capens
2021-03-15Merge remote-tracking branch 'aosp/upstream-swiftshader-master' into 'aosp/ma...Jason Macnak
2021-03-15Disable named mmap usage for host/ndk AndroidAlistair Delva
2021-03-13Remove vkGetInstanceProcAddr from exported symbols on FuchsiaNicolas Capens
2021-03-12Remove vkGetInstanceProcAddr from exported symbols on AndroidNicolas Capens
2021-03-12Handle semaphore update in vkAcquireImageANDROIDJason Macnak
2021-03-12Update AHB default YUV range to NARROWJason Macnak
2021-03-12Regres: Roll dEQP to 1.2.5.2-dev revision 288b9ddNicolas Capens
2021-03-12Regres: Update test lists @ 3c4fd15fSwiftShader Regression Bot
2021-03-11Implement timestamp query supportNicolas Capens
2021-03-11Expose Vulkan 1.2 supportSean Risser
2021-03-10Add Vulkan 1.2 entry pointsSean Risser
2021-03-08Add all Vulkan 1.2 feature structsSean Risser
2021-03-08Regres: Update test lists @ de7d5775SwiftShader Regression Bot
2021-03-05Fix missing feature from vkCreateDevice case-listSean Risser
2021-03-04Implement VK_KHR_timeline_semaphoreSean Risser
2021-03-03Add support for internal error status checking in regresVihanakangas
2021-02-26Support LLVM 11+ atomic instruction alignment changeGoogler