Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_swiftshader
/
b0c00e8dd6d408fbc2c6a464b95fad93bf0dc812
b0c00e8
Update VkStringify for VK_EXT_subgroup_size_control
by Caio Marcelo de Oliveira Filho
· 5 years ago
643cbe1
Update Vulkan headers to version 1.2.141
by Caio Marcelo de Oliveira Filho
· 5 years ago
907433b
SpirvShaderDebugger: Implement Array types
by Ben Clayton
· 5 years ago
afb1867
SpirvShaderDebugger: Replace 'builtins' / 'root' with a global scope
by Ben Clayton
· 5 years ago
1e51262
SpirvShaderDebugger: Silence release only warning
by Ben Clayton
· 5 years ago
248ef6f
SpirvShaderDebugger: Handle None sizes for composite types
by Ben Clayton
· 5 years ago
0aec9b6
SpirvShaderDebugger: Handle template types
by Ben Clayton
· 5 years ago
77a09d9
SpirvShaderDebugger: Don't display SSAs for array types
by Ben Clayton
· 5 years ago
fbb12e1
SpirvShaderDebugger: Don't display SSA values with DebugInfo
by Ben Clayton
· 5 years ago
141d5bd
Make ManagedStatic registration thread-safe
by Nicolas Capens
· 5 years ago
2fbd57b
Regres: Test changes from external contributors if reviewed by Googler
by Nicolas Capens
· 5 years ago
11dd718
Remove generation of OpenCLDebugInfo100.h
by Nicolas Capens
· 5 years ago
6f5ff49
Fix deallocation of uninitialized pointer
by Nicolas Capens
· 5 years ago
471c120
Don't inline rr::Variable methods
by Nicolas Capens
· 5 years ago
9e718f9
Update SPIR-V Tools to 55af3902f
by Ben Clayton
· 5 years ago
38e4691
Squashed 'third_party/SPIRV-Tools/' changes from fd773eb50d6..55af3902fc2
by Ben Clayton
· 5 years ago
79dcb2a
Document helper invocations being considered active
by Nicolas Capens
· 5 years ago
d2af84f
Move the Reactor 'Sample' unit test back to the top
by Nicolas Capens
· 5 years ago
04e6b3b
Unconditionally define the RValue copy constructor
by Nicolas Capens
· 5 years ago
3b655b6
Call non-template base methods through 'this' pointer
by Nicolas Capens
· 5 years ago
5e16bc4
Eliminate the array size from rr::Variable
by Nicolas Capens
· 5 years ago
cc5cda0
LLVMReactor: set alignment when allocating stack variables
by Antonio Maiorano
· 5 years ago
b6e8c3f
Encapsulate the RValue<T> value field
by Nicolas Capens
· 5 years ago
b4e4f11
Add type-safe Reference<T> load method
by Nicolas Capens
· 5 years ago
5f77c5e
Add type-safe LValue<T> load and store methods
by Nicolas Capens
· 5 years ago
67cdce9
Retrieve Variable type through an abstract method
by Nicolas Capens
· 5 years ago
519cf22
Rename Reactor static getType() methods to type()
by Nicolas Capens
· 5 years ago
57eb48a
Fix processing OpExecutionMode for the requested entry point
by Nicolas Capens
· 5 years ago
660c3bc
Regres: Reverse full test run order
by Nicolas Capens
· 5 years 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
· 5 years ago
c66681b
Wrap Xcb reply call for error handling
by Jonah Ryan-Davis
· 5 years ago
64da65b
Fix sRGB color clear
by Alexis Hetu
· 5 years ago
d9ba4b7
Add high precision filtering extension
by Antonio Maiorano
· 5 years ago
7b87548
Regres: Limit the Gerrit comment message length
by Nicolas Capens
· 5 years ago
2dd8644
Revert "Produce MSVC error when virtual class misses virtual destructor"
by Nicolas Capens
· 5 years ago
45be468
Remove typeinfo from Vulkan exported symbols
by Nicolas Capens
· 5 years ago
cd09f8e
Produce MSVC error when virtual class misses virtual destructor
by Nicolas Capens
· 5 years ago
08afdde
Also use out of bound detection for image stores
by Alexis Hetu
· 5 years ago
8d1f871
CMakeLists: Fix building of llvm-with-cov
by Ben Clayton
· 5 years ago
1d9d645
Insert __msan_unposion for masked/scattered stores
by James Price
· 5 years ago
60727de
Detect out of bounds image pointers
by Alexis Hetu
· 5 years ago
baa10d7
Regres: Update test lists @ 6ce626b4
by SwiftShader Regression Bot
· 5 years ago
098cdda
Regres: Don't nuke the daily test dir before using the test results
by Ben Clayton
· 5 years ago
6ce626b
CMake: Only build turbo-cov with clang + llvm 10
by Ben Clayton
· 5 years ago
c4bbd37
Remove typeinfo from GLES exported symbols
by Nicolas Capens
· 5 years ago
b798cfa
Enable the shaderStorageImageArrayDynamicIndexing feature
by Nicolas Capens
· 5 years ago
fe63685
Enable the shaderStorageBufferArrayDynamicIndexing feature
by Nicolas Capens
· 5 years ago
25646f4
Enable the shaderSampledImageArrayDynamicIndexing feature
by Nicolas Capens
· 5 years ago
5faf16f
Enable the shaderUniformBufferArrayDynamicIndexing feature
by Nicolas Capens
· 5 years ago
479d143
Implement dynamic descriptor array indexing
by Nicolas Capens
· 6 years ago
9b83ddb
Skip image sampling if no SIMD lanes are active
by Nicolas Capens
· 5 years ago
d085136
Move the OFFSET() macro to Reactor
by Nicolas Capens
· 5 years ago
c2fe258
Regres: use Subzero backend by default
by Antonio Maiorano
· 5 years ago
b3854ce
Update Marl to 3c643dd4c
by Ben Clayton
· 5 years ago
2defafb
Squashed 'third_party/marl/' changes from 748d3c161..3c643dd4c
by Ben Clayton
· 5 years ago
694e214
Vulkan/Debug: Don't step for column updates
by Ben Clayton
· 5 years ago
cfc7760
Vulkan/Debug: Fix build with clang-10.
by Ben Clayton
· 5 years ago
197e251
Device: Use std::unique_ptr instead of raw pointers
by Ben Clayton
· 5 years ago
78ec0ea
CMake: add graphviz generation scripts
by Antonio Maiorano
· 5 years ago
45b25b2
Fix null dereference in OFFSET macro
by James Price
· 5 years ago
98d2cab
Fix JIT on separate thread
by Nicolas Capens
· 5 years ago
7d6b591
Avoid implicitly destructing thread-locals
by Nicolas Capens
· 5 years ago
941293d
Eliminate use of Vulkan header BEGIN_RANGE/END_RANGE/RANGE_SIZE enums
by Antonio Maiorano
· 5 years ago
71c49f8
Run clang-format on renamed headers
by Antonio Maiorano
· 5 years ago
42fd159
Rename Vulkan-source .h to .hpp
by Antonio Maiorano
· 5 years ago
587fbb9
ReactorUnitTests: Speed up multithreaded tests
by Ben Clayton
· 5 years ago
2717702
Eliminate the ABORT() macro
by Nicolas Capens
· 5 years ago
002b7c1
Record vkCmdBindDescriptorSets() as a single command
by Nicolas Capens
· 5 years ago
026f7d0
Store binding information in the pipeline layout
by Nicolas Capens
· 5 years ago
c7d5ec3
Don't expose individual descriptor set layouts to SPIR-V compilation
by Nicolas Capens
· 5 years ago
ca9de96
Fix ordering of descriptor set bindings
by Nicolas Capens
· 5 years ago
7483e56
SpirvShader: Document activeLaneMask() and storesAndAtomicsMask()
by Ben Clayton
· 5 years ago
60aa34a
Omit ASSERT() expression evaluation in Release builds
by Nicolas Capens
· 5 years ago
f42c698
SpirvShaderDebugger: Ensure frames are fully popped
by Ben Clayton
· 5 years ago
00e4a7c
SpirvShaderDebugger: Implement globals, stub array types
by Ben Clayton
· 5 years ago
0d6791c
SpirvShader: Add WriteCFGGraphVizDotFile debug function
by Ben Clayton
· 5 years ago
e41e86d
Don't unlock Android buffers immediately after locking them.
by Peter Collingbourne
· 5 years ago
91525d8
LLVM: Do not map read-only data sections as executable.
by David 'Digit' Turner
· 5 years ago
6e44504
Vulkan: Add vk_icdInitializeConnectToServiceCallback()
by David 'Digit' Turner
· 5 years ago
ba47db0
Kokoro: fix SWIFTSHADER_LESS_DEBUG_INFO not being set
by Antonio Maiorano
· 5 years ago
dc688a2
Update tests/presubmit.sh to accept Fuchsia bugs as fxb/#
by David 'Digit' Turner
· 5 years ago
5ab1f36
Fix specializing graphics routines for the pipeline layout
by Nicolas Capens
· 5 years ago
fc951cd
SpirvShader: Add a flag for printing SPIRV execution
by Ben Clayton
· 6 years ago
2c9aa76
Regres: Write logs to /dev/null
by Ben Clayton
· 5 years ago
5657106
CMake: use target_compile_options/definitions for llvm
by Antonio Maiorano
· 5 years ago
63aa954
CMake: use target_link_options
by Antonio Maiorano
· 5 years ago
bccfe71
CMake: require version 3.13
by Antonio Maiorano
· 5 years ago
d8efa7d
Kokoro: update CMake to latest version
by Antonio Maiorano
· 5 years ago
4d89b58
Regres: Limit the default number of threads to 100
by Ben Clayton
· 5 years ago
ccaa8e8
Pass only descriptor data to shader execution
by Nicolas Capens
· 5 years ago
93613e1
Reduce descriptor binding info exposure
by Nicolas Capens
· 5 years ago
db868c7
Kokoro: Fix ubuntu bots.
by Ben Clayton
· 5 years ago
d347ccf
Vulkan: Fix Fuchsia external semaphore fix tryWait().
by David 'Digit' Turner
· 5 years ago
ceb6258
CMake: fix astc code not being enabled correctly
by Antonio Maiorano
· 5 years ago
ff772a7
Don't use deprecated llvm::Type::getVectorNumElements()
by Nicolas Capens
· 5 years ago
068611f
Fix JIT on separate thread
by Nicolas Capens
· 5 years ago
377573c
Use Thread Safety Analysis annotations throughout SwiftShader.
by Ben Clayton
· 5 years ago
0809046
CMakeLists: Fix Fuchsia build.
by David 'Digit' Turner
· 5 years ago
55e85da
Merge changes Ia8226c11,If413b9d6
by Ben Clayton
· 5 years ago
Next »