- 375fee9 Use vndk/window.h instead of the system one by Yiwei Zhang · 4 years, 6 months ago
- 02818d1 Regres: Update test lists @ 5e947ada by SwiftShader Regression Bot · 4 years, 6 months ago
- 5e947ad Fix clamping cube face coordinates to [0.0, 1.0) range by Nicolas Capens · 4 years, 6 months ago
- de0105d Fix delegating eglCreateWindowSurface to CreatePlatformWindowSurface by Nicolas Capens · 4 years, 6 months ago
- d75c5e1 Fix GN build by Antonio Maiorano · 4 years, 6 months ago
- 9c14bda Optimize transcendentals for Subzero by Antonio Maiorano · 4 years, 6 months ago
- b042f4e EGL_KHR_platform_x11: wrong implementation in CreatePlatformWindowSurface() by Nicolas Caramelli · 4 years, 6 months ago
- 08596c4 Add DirectFB support for Vulkan WSI by Nicolas Caramelli · 4 years, 8 months ago
- c12c90b Add VK_KHR_imageless_framebuffer by Sean Risser · 4 years, 6 months ago
- 9c6e9a4 SpirvShaderDebugger: Mark II by Ben Clayton · 4 years, 6 months ago
- 8fa2ee0 Vulkan/Debug: Support Locations as hashmap keys by Ben Clayton · 4 years, 6 months ago
- ac160bd System/Types: Add support for vec3 by Ben Clayton · 4 years, 6 months ago
- b61d9d7 Pipeline: Remove hack to disable spirv-opt when debugging by Ben Clayton · 4 years, 6 months ago
- 1075bae Vulkan/Debug: Add Context::Lock::findFile() by Ben Clayton · 4 years, 6 months ago
- 0f0f979 src/Pipeline: Misc fixes by Ben Clayton · 4 years, 6 months ago
- c271e49 Vulkan/Debug: Various fixes / improvements to Thread by Ben Clayton · 4 years, 6 months ago
- 4fbe46d Vulkan/Debug: Don't accumulate function breakpoints by Ben Clayton · 4 years, 6 months ago
- ce1584d Vulkan/Debug: Overhaul Values / Variables by Ben Clayton · 4 years, 6 months ago
- 1302a4b Vulkan/Debug: Assert on locking context twice on same thread by Ben Clayton · 4 years, 6 months ago
- bb4045b Vulkan/Debug: Add File::getBreakpoints() by Ben Clayton · 4 years, 6 months ago
- aa58f0c Vulkan/Debug: Split EventListener by Ben Clayton · 4 years, 6 months ago
- 44be094 Pipeline: Fix return type of SIMD::Pointer::limit() by Ben Clayton · 4 years, 6 months ago
- 200a463 Pipeline: Assign to SpirvRoutine::pointCoord by Ben Clayton · 4 years, 6 months ago
- b94db86 Explicitly filter assigments to sources variable by Sylvain Defresne · 4 years, 6 months ago
- a094062 Fix a linker problem with ARM/thumb compatibility by Enrico Granata · 4 years, 6 months ago
- 6aadd31 Implement VK_KHR_image_format_list by Sean Risser · 4 years, 6 months ago
- fe878de Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years, 7 months ago
- b33e0b3 Support Gralloc4 in SwiftShader by Jason Macnak · 5 years ago
- 03c711a Regres: Update test lists @ dc552fce by SwiftShader Regression Bot · 4 years, 6 months ago
- 0f14b7a CMake: normalize FOLDER property for third_party targets by Antonio Maiorano · 4 years, 7 months ago
- 8d086fc SpirvShaderDebugger: Add PRINT_EACH_DEFINED_DBG_INSTRUCTION by Ben Clayton · 4 years, 6 months ago
- 779a2f3 SpirvShaderDebugger: Implement DebugValue by Ben Clayton · 4 years, 6 months ago
- 6740e07 SpirvShaderDebugger: Reduce lock contention by Ben Clayton · 4 years, 6 months ago
- dc552fc Drop the float literal suffix by Nicolas Capens · 4 years, 7 months ago
- 41974f5 Allow OpTypeVoid for debug function return type by Jaebaek Seo · 4 years, 7 months ago
- b24900a Update PowerVR Samples to ToT by Alexis Hetu · 4 years, 7 months ago
- ce08265 Fix register assignment for constant arrays by Nicolas Capens · 4 years, 7 months ago
- 5f71fdf Fix component swizzle for uniform texel buffers by Nicolas Capens · 4 years, 7 months ago
- 8c0e550 Allow alphaToCoverage with a single sample by Alexis Hetu · 4 years, 7 months ago
- 1012144 Regres: Roll dEQP to latest tip-of-tree by Nicolas Capens · 4 years, 7 months ago
- e63aa95 Don't assert on component swizzle matching identity by Nicolas Capens · 4 years, 7 months ago
- 2c5b445 Minor change in detachImage() for Xcb, Xlib, Wayland WSIs by Nicolas Caramelli · 4 years, 8 months ago
- 75690ce DescriptorPool error fix by Alexis Hetu · 4 years, 8 months ago
- 6c80505 Only use clang specific directives when clang is used by Alexis Hetu · 4 years, 7 months ago
- 3c0e058 Skip texel address sample offset if zero by Nicolas Capens · 4 years, 7 months ago
- 6287c18 Fix enum-hashing build error on Ubuntu 16.04 by Sean Risser · 4 years, 7 months ago
- e1051cb Fix undefined behavior in minifloat conversion by Nicolas Capens · 4 years, 7 months ago
- 558540f Add unit test for 11/10-bit minifloat denormal underflow by Nicolas Capens · 4 years, 7 months ago
- 2d5bbdc Assert multisample resolve has equal input and output formats by Nicolas Capens · 4 years, 7 months ago
- efbc5ca Handle OpenCL.DebugInfo.100 DebugOperation by Jaebaek Seo · 4 years, 7 months ago
- 4953712 Handle DebugGlobalVariable using DebugInfoNone by Jaebaek Seo · 4 years, 7 months ago
- a2e6c1a Optimize multisample resolve with SSE2 instructions by Nicolas Capens · 4 years, 7 months ago
- 4487e58 Add a fast multisample resolve code path by Nicolas Capens · 4 years, 7 months ago
- 64ed121 Make multisample resolve a Blitter method by Nicolas Capens · 4 years, 7 months ago
- 2014e7b Work around std::is_trivially_copyable issue with MSVC by Nicolas Capens · 4 years, 7 months ago
- ec3650f Add getPhysicalDeviceFeatures2 by Sean Risser · 4 years, 7 months ago
- 1f48854 Refactor image extent retrieval by Nicolas Capens · 4 years, 7 months ago
- 3b5f0b4 Refactor image view extent retrieval by Nicolas Capens · 4 years, 7 months ago
- b400b97 Refactor image query instructions by Nicolas Capens · 4 years, 8 months ago
- 622558b Revert "Add getPhysicalDeviceFeatures2" by Sean Risser · 4 years, 7 months ago
- aba65a8 X11 and Ozone: Try to check for display type when creating framebuf by Maksim Sisov · 4 years, 7 months ago
- 66d1f73 Perform independent blend state optimization by Nicolas Capens · 4 years, 7 months ago
- 44e1791 Add getPhysicalDeviceFeatures2 by Sean Risser · 4 years, 8 months ago
- cbfd396 Control Flow Integrity (cfi) fix by Alexis Hetu · 4 years, 7 months ago
- 6f74415 Update README to add details on Vulkan and less about GLES by Antonio Maiorano · 4 years, 7 months ago
- e7cd224 Don't rely on VectorType::get() default parameter by Nicolas Capens · 4 years, 7 months ago
- abe07b9 Regres: Update test lists @ cda86eff by SwiftShader Regression Bot · 4 years, 7 months ago
- cda86ef Implement shaderStorageImageMultisample support by Nicolas Capens · 4 years, 8 months ago
- c4f3b71 Fix copying cubemap textures out of bounds by Alexis Hetu · 4 years, 8 months ago
- ee70c3a Regres: Update test lists @ 13f04d59 by SwiftShader Regression Bot · 4 years, 8 months ago
- b654080 Fix decorations bleeding to following block members by Alexis Hetu · 4 years, 8 months ago
- 13f04d5 Fix for dEQP-VK.wsi.*.swapchain.acquire.too_many_timeout by Alexis Hetu · 4 years, 8 months ago
- afbc899 Implement VK_EXT_depth_range_unrestricted by Nicolas Capens · 4 years, 8 months ago
- 72ea2ee Prevent accessing deleted ImageView objects by Alexis Hetu · 4 years, 8 months ago
- 59b4828 Regres: Update test lists @ a202c209 by SwiftShader Regression Bot · 4 years, 8 months ago
- a202c20 Refactor discerning image view types by Nicolas Capens · 4 years, 8 months ago
- a00fa43 Don't use 2D coordinates for 1D sampling by Nicolas Capens · 4 years, 8 months ago
- 73c24e4 Specialize 1D sampling LOD calculation by Nicolas Capens · 4 years, 8 months ago
- 3087370 Treat the array coordinate separately by Nicolas Capens · 4 years, 8 months ago
- 2e40a57 Refactor sampling code by Nicolas Capens · 4 years, 8 months ago
- d0b7d1e Zero out texel index after sample and layer offset by Nicolas Capens · 4 years, 8 months ago
- be7c55a Regres: Update test lists @ 74cc8ea2 by SwiftShader Regression Bot · 4 years, 8 months ago
- a3e03e1 Fix a Python3-compatibility issue for write_icd_json.py. by Dirk Pranke · 4 years, 8 months ago
- 74cc8ea Remove VK_KHR_16bit_storage support by Nicolas Capens · 4 years, 8 months ago
- 0e62619 Replace github.com code links with cs.opensource.google by Nicolas Capens · 4 years, 8 months ago
- 4568d85 Regres: Update test lists @ aa5bd765 by SwiftShader Regression Bot · 4 years, 8 months ago
- aa5bd76 Regres: Update test lists @ 08a3cc4c by SwiftShader Regression Bot · 4 years, 8 months ago
- ea1fde1 Use more inclusive terms by Nicolas Capens · 4 years, 8 months ago
- d9a3a08 Enable occlusionQueryPrecise by Sean Risser · 4 years, 8 months ago
- 08a3cc4 Add doc for testing with SWANGLE by Antonio Maiorano · 4 years, 8 months ago
- 1f9106f Add doc on using ANGLE instead of SwiftShader GL by Antonio Maiorano · 4 years, 8 months ago
- 28e801a Regres: Update test lists @ dc8e77f0 by SwiftShader Regression Bot · 4 years, 8 months ago
- dc8e77f Work around dEQP-VK output_location test flakiness by Alexis Hetu · 4 years, 8 months ago
- d017562 Expose VK_EXT_image_robustness support by Nicolas Capens · 4 years, 8 months ago
- 1c00441 Perform texel replacement on out-of-bounds OpImageFetch accesses by Nicolas Capens · 4 years, 8 months ago
- 7c84c9e Perform out-of-bounds checks on texel pointers by Nicolas Capens · 4 years, 8 months ago
- 4e39779 Add CMake script to setup and build ANGLE by Antonio Maiorano · 4 years, 8 months ago
- 41032fe Add ANGLE as submodule by Antonio Maiorano · 4 years, 8 months ago
- 12c9d4a Manual changes required for SPIR-V update by Alexis Hetu · 4 years, 8 months ago
- deae011 Merge changes Icf7b69da,I2c88ee38 by Alexis Hétu · 4 years, 8 months ago