- 5d4c981 Fix /DEBUG:FASTLINK usage by Nicolas Capens · 4 years, 9 months ago
- 2d6b37b Start reserving x18 by default on Android targets. by Peter Collingbourne · 4 years, 9 months ago
- 14453b7 Fix debug assert from happening in release build by Sean Risser · 4 years, 9 months ago
- b3240d0 Optimize clearing of depth and stencil images by Nicolas Capens · 4 years, 9 months ago
- 5c7b568 mac: Add ARM64 support to swiftshader. by Nico Weber · 4 years, 9 months ago
- eb0a25a Kokoro: add builds with REACTOR_EMIT_DEBUG_INFO and REACTOR_EMIT_PRINT_LOCATION by Antonio Maiorano · 4 years, 9 months ago
- 4b77777 Fix build when ENABLE_RR_DEBUG_INFO enabled by Antonio Maiorano · 4 years, 9 months ago
- 818a9ae Make Windows Kokoro script less verbose by Antonio Maiorano · 4 years, 9 months ago
- 9167e1e Revert "Optimize clearing of depth and stencil images" by Corentin Wallez · 4 years, 9 months ago
- ae10079 Assert attachment format supports blending when blending is enabled by Nicolas Capens · 4 years, 9 months ago
- 32f4be1 Optimize copying image data for presentation by Nicolas Capens · 4 years, 9 months ago
- af1f215 Optimize clearing of depth and stencil images by Nicolas Capens · 4 years, 9 months ago
- eb68244 Assert reserved binding entries aren't accessed by Nicolas Capens · 4 years, 10 months ago
- 974cfa9 Optimize out-of-bounds checks with unsigned compare by Nicolas Capens · 4 years, 10 months ago
- 4a65df1 Replace instead of add pointer offsets when out of bounds by Nicolas Capens · 4 years, 10 months ago
- 7a1d99d Add a benchmark with multisampling enabled by Nicolas Capens · 4 years, 9 months ago
- 7975aa4 Refactor multisample benchmark support by Nicolas Capens · 4 years, 9 months ago
- 63f2fb3 Implement multisample support for the triangle benchmark by Nicolas Capens · 4 years, 9 months ago
- 46485a0 Don't assert thread_local initialization by Nicolas Capens · 4 years, 9 months ago
- 763957e Ignore rasterization state pointers when rasterization is disabled by Nicolas Capens · 4 years, 9 months ago
- 15d3dda Zero-initialize the context state and data by Nicolas Capens · 4 years, 9 months ago
- 4615971 Cleanup: using the proper Image subregion structure by Alexis Hetu · 4 years, 9 months ago
- 9b15236 Update Marl to d29553a37 by Ben Clayton · 4 years, 9 months ago
- fd00a00 Squashed 'third_party/marl/' changes from 5c6c1532220..d29553a3730 by Ben Clayton · 4 years, 9 months ago
- 9ac8855 Update Marl to 5c6c15322 by Ben Clayton · 4 years, 9 months ago
- 9d009d0 Squashed 'third_party/marl/' changes from c5127112545..5c6c1532220 by Ben Clayton · 4 years, 9 months ago
- 47da2d3 Merge changes I3e59c425,I46075a36,I73cd3e57,Ic09c196b by Ben Clayton · 4 years, 9 months ago
- d68844f SpirvShaderDebugger: Show vector elements as xyzw by Ben Clayton · 4 years, 9 months ago
- 3011de5 SpirvShaderDebugger: Add a virtual destructor by Ben Clayton · 4 years, 9 months ago
- dae9203 Update Marl to c51271125 by Ben Clayton · 4 years, 9 months ago
- 32b1d4b Squashed 'third_party/marl/' changes from 38c0c7a0f..c51271125 by Ben Clayton · 4 years, 9 months ago
- af80f85 Repoint marl branch from master to main by Ben Clayton · 4 years, 9 months ago
- ef3914c SubzeroReactor: Use new marl::Scheduler::Config API. by Ben Clayton · 4 years, 9 months ago
- 8cbee41 Make rr::Print output to debugger and be stubbed by Antonio Maiorano · 4 years, 9 months ago
- a6940c8 Regres: Roll deqp forward to latest 1.2.1 by Alexis Hetu · 4 years, 9 months ago
- 45510ad Validate the SPIR-V code in debug builds by Nicolas Capens · 4 years, 10 months ago
- f3b7447 Add a triangle rendering benchmark by Nicolas Capens · 4 years, 9 months ago
- aca9fb2 Add glslang dependency to VulkanBenchmarks by Nicolas Capens · 4 years, 9 months ago
- 0c8f895 Add glslang as a submodule by Nicolas Capens · 4 years, 9 months ago
- f324fe5 Move CMake build targets for PowerVR samples before unit tests by Nicolas Capens · 4 years, 9 months ago
- f59cdf2 Add microbenchmarks for vkCmdClear*Image by Nicolas Capens · 4 years, 10 months ago
- fbe1e1e Add back vulkan.hpp by Nicolas Capens · 4 years, 10 months ago
- e3eb327 Convert Vulkan headers from CRLF to LF endings by Caio Marcelo de Oliveira Filho · 4 years, 10 months ago
- 0711869 Add Z mirroring support for image blit. by Ari Suonpaa · 4 years, 10 months ago
- 3ad285a Added reference counting for PipelineLayout objects by Trevor David Black · 4 years, 10 months ago
- e817aaa libVulkan: Use new marl::Scheduler::Config API. by Ben Clayton · 4 years, 10 months ago
- b42e1ed Kokoro: Test LLVM 10 backend for macos by Ben Clayton · 5 years ago
- 933a8df Merge changes I5eaceebc,I4d78c011,I7d01a3c8 by Ben Clayton · 4 years, 10 months ago
- 3360bef Update Marl to 38c0c7a0f by Ben Clayton · 4 years, 10 months ago
- 068a0c5 Squashed 'third_party/marl/' changes from 3c643dd4c..38c0c7a0f by Ben Clayton · 4 years, 10 months ago
- 497e620 Fix LLVM_VERSION_MAJOR for LLVM 10 on macOS by Ben Clayton · 4 years, 10 months ago
- b0c00e8 Update VkStringify for VK_EXT_subgroup_size_control by Caio Marcelo de Oliveira Filho · 4 years, 10 months ago
- 643cbe1 Update Vulkan headers to version 1.2.141 by Caio Marcelo de Oliveira Filho · 4 years, 10 months ago
- 907433b SpirvShaderDebugger: Implement Array types by Ben Clayton · 4 years, 10 months ago
- afb1867 SpirvShaderDebugger: Replace 'builtins' / 'root' with a global scope by Ben Clayton · 4 years, 10 months ago
- 1e51262 SpirvShaderDebugger: Silence release only warning by Ben Clayton · 4 years, 10 months ago
- 248ef6f SpirvShaderDebugger: Handle None sizes for composite types by Ben Clayton · 4 years, 10 months ago
- 0aec9b6 SpirvShaderDebugger: Handle template types by Ben Clayton · 4 years, 10 months ago
- 77a09d9 SpirvShaderDebugger: Don't display SSAs for array types by Ben Clayton · 4 years, 10 months ago
- fbb12e1 SpirvShaderDebugger: Don't display SSA values with DebugInfo by Ben Clayton · 4 years, 10 months ago
- 141d5bd Make ManagedStatic registration thread-safe by Nicolas Capens · 4 years, 10 months ago
- 2fbd57b Regres: Test changes from external contributors if reviewed by Googler by Nicolas Capens · 4 years, 10 months ago
- 11dd718 Remove generation of OpenCLDebugInfo100.h by Nicolas Capens · 4 years, 10 months ago
- 6f5ff49 Fix deallocation of uninitialized pointer by Nicolas Capens · 4 years, 10 months ago
- 471c120 Don't inline rr::Variable methods by Nicolas Capens · 4 years, 10 months ago
- 9e718f9 Update SPIR-V Tools to 55af3902f by Ben Clayton · 4 years, 10 months ago
- 38e4691 Squashed 'third_party/SPIRV-Tools/' changes from fd773eb50d6..55af3902fc2 by Ben Clayton · 4 years, 10 months ago
- 79dcb2a Document helper invocations being considered active by Nicolas Capens · 4 years, 10 months ago
- d2af84f Move the Reactor 'Sample' unit test back to the top by Nicolas Capens · 4 years, 10 months ago
- 04e6b3b Unconditionally define the RValue copy constructor by Nicolas Capens · 4 years, 10 months ago
- 3b655b6 Call non-template base methods through 'this' pointer by Nicolas Capens · 4 years, 10 months ago
- 5e16bc4 Eliminate the array size from rr::Variable by Nicolas Capens · 4 years, 10 months ago
- cc5cda0 LLVMReactor: set alignment when allocating stack variables by Antonio Maiorano · 4 years, 10 months ago
- b6e8c3f Encapsulate the RValue<T> value field by Nicolas Capens · 4 years, 11 months ago
- b4e4f11 Add type-safe Reference<T> load method by Nicolas Capens · 4 years, 11 months ago
- 5f77c5e Add type-safe LValue<T> load and store methods by Nicolas Capens · 4 years, 11 months ago
- 67cdce9 Retrieve Variable type through an abstract method by Nicolas Capens · 4 years, 11 months ago
- 519cf22 Rename Reactor static getType() methods to type() by Nicolas Capens · 4 years, 10 months ago
- 57eb48a Fix processing OpExecutionMode for the requested entry point by Nicolas Capens · 4 years, 10 months ago
- 660c3bc Regres: Reverse full test run order by Nicolas Capens · 4 years, 10 months ago
- c9625f1 Fix asserts due to missing texture formats by Sean Risser · 5 years ago
- d748e16 Fix missing border update after Image blit by Alexis Hetu · 4 years, 10 months ago
- c66681b Wrap Xcb reply call for error handling by Jonah Ryan-Davis · 4 years, 10 months ago
- 64da65b Fix sRGB color clear by Alexis Hetu · 4 years, 10 months ago
- d9ba4b7 Add high precision filtering extension by Antonio Maiorano · 4 years, 11 months ago
- 7b87548 Regres: Limit the Gerrit comment message length by Nicolas Capens · 4 years, 10 months ago
- 2dd8644 Revert "Produce MSVC error when virtual class misses virtual destructor" by Nicolas Capens · 4 years, 10 months ago
- 45be468 Remove typeinfo from Vulkan exported symbols by Nicolas Capens · 4 years, 11 months ago
- cd09f8e Produce MSVC error when virtual class misses virtual destructor by Nicolas Capens · 4 years, 11 months ago
- 08afdde Also use out of bound detection for image stores by Alexis Hetu · 4 years, 10 months ago
- 8d1f871 CMakeLists: Fix building of llvm-with-cov by Ben Clayton · 4 years, 11 months ago
- 1d9d645 Insert __msan_unposion for masked/scattered stores by James Price · 4 years, 11 months ago
- 60727de Detect out of bounds image pointers by Alexis Hetu · 5 years ago
- baa10d7 Regres: Update test lists @ 6ce626b4 by SwiftShader Regression Bot · 4 years, 11 months ago
- 098cdda Regres: Don't nuke the daily test dir before using the test results by Ben Clayton · 4 years, 11 months ago
- 6ce626b CMake: Only build turbo-cov with clang + llvm 10 by Ben Clayton · 4 years, 11 months ago
- c4bbd37 Remove typeinfo from GLES exported symbols by Nicolas Capens · 4 years, 11 months ago
- b798cfa Enable the shaderStorageImageArrayDynamicIndexing feature by Nicolas Capens · 4 years, 11 months ago
- fe63685 Enable the shaderStorageBufferArrayDynamicIndexing feature by Nicolas Capens · 4 years, 11 months ago
- 25646f4 Enable the shaderSampledImageArrayDynamicIndexing feature by Nicolas Capens · 4 years, 11 months ago