Sign in
swiftshader
/
SwiftShader
/
041fa9e42f0bc4aed8443cdb8bba97a388bd2166
041fa9e
SpirvShaderDebugger: Stub UNIMPLEMENTED() opcodes
by Ben Clayton
· 5 years ago
875d98b
SpirvShader: Implement OpenCLDebugInfo100DebugInlinedAt
by Ben Clayton
· 5 years ago
18daa81
Allow 3D filtering in the Blitter
by Alexis Hetu
· 5 years ago
7454c94
Fix building with latest LLVM
by Nicolas Capens
· 5 years ago
77b43d6
Document single-level YCbCr image assumption
by Nicolas Capens
· 5 years ago
5c37208
Clarify the PointCoord calculation
by Nicolas Capens
· 5 years ago
653b9cb
Remove unnecessary point setup calculations
by Nicolas Capens
· 5 years ago
32a7dcd
Don't needlessly build LLVM
by Nicolas Capens
· 5 years ago
7e36632
Update Marl to 64d123947
by Ben Clayton
· 5 years ago
c76f131
Squashed 'third_party/marl/' changes from 94a361cf0..64d123947
by Ben Clayton
· 5 years ago
5751f9e
VkImage: Implement BC7 texture format
by Ben Clayton
· 5 years ago
569a9a4
Update Marl to 94a361cf0
by Ben Clayton
· 5 years ago
3e2f842
Squashed 'third_party/marl/' changes from a047dd0bb..94a361cf0
by Ben Clayton
· 5 years ago
7e85709
Support running PowerVR samples using SwiftShader on Linux
by Nicolas Capens
· 5 years ago
a4e6b8c
Regres: Roll dEQP to 1.2.1
by Ben Clayton
· 5 years ago
710f8c3
Regres: support testlist creation from specified hash
by Nicolas Capens
· 5 years ago
ce25c2d
Suppress warnings in Subzero dependencies
by Nicolas Capens
· 5 years ago
313a6b6
Regres: Simplify running of local tests
by Ben Clayton
· 5 years ago
ca10816
Kokoro: Update clang-8 URL
by Ben Clayton
· 5 years ago
16ae92a
Subzero: fix Call on bool-returning functions
by Antonio Maiorano
· 5 years ago
8be72df
Regres: Update test lists @ b44162fd
by SwiftShader Regression Bot
· 5 years ago
b44162f
Support for the largePoints feature in Vulkan
by Marc-Antoine Desroches
· 5 years ago
8c13b2f
Explicitly compile with warnings-as-errors
by Nicolas Capens
· 5 years ago
51b2800
Support launching PowerVR samples from Visual Studio using SwiftShader
by Nicolas Capens
· 5 years ago
a095711
Subzero: implement Short4::Short4(RValue<Float4)
by Antonio Maiorano
· 5 years ago
2e6cd9c
Subzero: don't assert about lack of atomic load/store on x86
by Antonio Maiorano
· 5 years ago
ced9ae3
Fix Regres regression post CMake var renaming
by Antonio Maiorano
· 5 years ago
5ff1de5
Subzero: fix regression in Optimizer
by Antonio Maiorano
· 5 years ago
126720b
Use LINK_FLAGS for -BSymbolic in CMake build
by James Price
· 5 years ago
abc7a30
Fix ASTC support for GN build
by Nicolas Capens
· 5 years ago
176f3a3
Regres: Update test lists @ 416d3745
by SwiftShader Regression Bot
· 5 years ago
a4347a9
Enable ASTC on supported builds only
by Nicolas Capens
· 5 years ago
416d374
PipelineCache: Handle nullptr mismatch of specialization info.
by Jamie Madill
· 5 years ago
1b90087
Implement ASTC support
by Alexis Hetu
· 5 years ago
3e5fe28
Add missing attribute to eglGetConfigAttrib
by Jonah Ryan-Davis
· 5 years ago
05f5e0b
Add codereview.settings.
by Jamie Madill
· 5 years ago
ad3e42a
Subzero: add support for variadic calls (System V)
by Antonio Maiorano
· 5 years ago
4b34ee3
Fix comparison of specialization constant keys.
by Jamie Madill
· 5 years ago
4d40271
Subzero: add support for large stacks on Windows
by Antonio Maiorano
· 5 years ago
e3621dc
Build with -Bsymbolic to prevent symbol preemption
by Nicolas Capens
· 5 years ago
da659b3
Fix ANGLE standalone build
by Nicolas Capens
· 5 years ago
4cc54b4
Fix Android build after SPIRV-Tools update
by Nicolas Capens
· 5 years ago
c1e60dc
Log instead of warn of unsupported extensions
by Sean Risser
· 5 years ago
b1dd9ac
Regres: Update test lists @ e162b023
by SwiftShader Regression Bot
· 5 years ago
e162b02
Add SPIRV-Tools headers dependency
by Nicolas Capens
· 5 years ago
d51e82e
Add SPIR-Tools include headers path for src/Pipeline
by Nicolas Capens
· 5 years ago
bdfcfe9
Update SPIRV-Tools to 8910ea5f1
by Ben Clayton
· 5 years ago
dc6b76a
Squashed 'third_party/SPIRV-Tools/' changes from 8aa423930..8910ea5f1
by Ben Clayton
· 5 years ago
214ec33
Fix Wrange-loop-analysis warnings in swiftshader.
by Nico Weber
· 5 years ago
8478560
Replace target_cpu with current_cpu in Build.gn files
by Antonio Maiorano
· 5 years ago
48d08d6
Revert "Subzero: add support for large stacks on Windows"
by Alexis Hétu
· 5 years ago
f50cc82
Subzero: add support for large stacks on Windows
by Antonio Maiorano
· 5 years ago
1ee36c9
VK_EXT_shader_stencil_export support
by Alexis Hetu
· 5 years ago
3498ebe
Remove rr::Thread
by Ben Clayton
· 5 years ago
1217ab9
Support JIT on a separate thread
by Nicolas Capens
· 5 years ago
3cfba7f
Revert "VK_EXT_shader_stencil_export support"
by Alexis Hétu
· 5 years ago
f9881ba
VK_EXT_shader_stencil_export support
by Alexis Hétu
· 5 years ago
74d3f37
Array length fix
by Alexis Hetu
· 5 years ago
8def906
Only call updateBorders on ranges that can be cubemaps.
by Corentin Wallez
· 5 years ago
2883de9
Fix sRGB conversion precision issues
by Nicolas Capens
· 5 years ago
0bbf7ba
Cache callstack results to avoid expensive lookup
by Antonio Maiorano
· 5 years ago
aae3373
Subzero: add REACTOR_EMIT_PRINT_LOCATION support
by Antonio Maiorano
· 5 years ago
d42d2fd
third_party: Add shell script that updates marl.
by Ben Clayton
· 5 years ago
62427e0
Implement rr::Print support for Subzero
by Antonio Maiorano
· 5 years ago
b3d9a2a
Subzero: fix another load from constant data
by Antonio Maiorano
· 5 years ago
481daed
Regres: Update test lists @ 348f07b4
by SwiftShader Regression Bot
· 5 years ago
348f07b
Fix unit test when ENABLE_RR_EMIT_PRINT_LOCATION is defined
by Antonio Maiorano
· 5 years ago
f9f999f
Implement HostMappedForeignMemory DeviceMemory
by Jonah Ryan-Davis
· 5 years ago
e90568e
Update Marl to a047dd0bb
by Ben Clayton
· 5 years ago
f1f6e68
Squashed 'third_party/marl/' changes from 246091e81..a047dd0bb
by Ben Clayton
· 5 years ago
eceeb20
third_party/marl: Add mips64 support to BUILD.gn
by Ben Clayton
· 5 years ago
503b21f
Regres: Update test lists @ ac4e1d23
by SwiftShader Regression Bot
· 5 years ago
29cc245
Kokoro: build and run rr::Print unit tests
by Antonio Maiorano
· 5 years ago
415d181
Fix rr::Print and add unit tests
by Antonio Maiorano
· 5 years ago
ac4e1d2
Add missed symbol __aeabi_idivmod for Android.
by Anton D. Kachalov
· 5 years ago
d5a2a59
Regres: Update test lists @ 6cbb02e0
by SwiftShader Regression Bot
· 5 years ago
6cbb02e
CMakeLists: Drop the explicit include path to marl
by Ben Clayton
· 5 years ago
a0453d5
Bulk clang format
by Ben Clayton
· 5 years ago
349b1a3
Change SpirvShaderInstructions.inc extension to .inl
by Ben Clayton
· 5 years ago
7dd1fce
Merge changes Ide16cac3,Id5d767fc
by Ben Clayton
· 5 years ago
55275c3
Fix MIPS build cflags
by Jiaxun Yang
· 5 years ago
683bad8
Don't use std::initializer_list for array views.
by Ben Clayton
· 5 years ago
aabd085
Support for VK_KHR_separate_depth_stencil_layouts
by Alexis Hetu
· 5 years ago
9f8337e
Support for VK_KHR_create_renderpass2
by Alexis Hetu
· 5 years ago
b7e6d8e
Revert "Add missed symbol __aeabi_idivmod for Android."
by Ben Clayton
· 5 years ago
5f5a064
Add missed symbol __aeabi_idivmod for Android.
by Anton D. Kachalov
· 5 years ago
196d817
Debug: Rename levels.
by Ben Clayton
· 5 years ago
b2bfc0d
Update Marl to 246091e81
by Ben Clayton
· 5 years ago
ec288e2
Squashed 'third_party/marl/' changes from 14e4d862a..246091e81
by Ben Clayton
· 5 years ago
b3b2a4f
Fix Android build: Add missing .cpp to Android.bp
by Ben Clayton
· 5 years ago
0aef645
Subzero: fix cosh/sinh deqp failures
by Antonio Maiorano
· 5 years ago
2d7ca9c
ReactorUnitTests: fix clang-format messing up test suites
by Antonio Maiorano
· 5 years ago
ce54c59
Reactor: Copy System/Debug code to Reactor copy
by Ben Clayton
· 5 years ago
54d16b8
SpirvShaderDebugger: Ignore non-statements
by Ben Clayton
· 5 years ago
4bc07ad
Debug: Control logging level using a compile time knob
by Ben Clayton
· 5 years ago
a8e4ecd
Fix chromium build.
by Ben Clayton
· 5 years ago
25e06e0
Debugging: Merge VkDebug into System/Debug
by Ben Clayton
· 5 years ago
38c760d
VkDebug: Android - log messages to logcat.
by Ben Clayton
· 5 years ago
534d12c
ReactorBenchmarks: Sweep coroutine perf.
by Ben Clayton
· 5 years ago
693b8a8
vscode: Add third_party/benchmark to include dirs
by Ben Clayton
· 5 years ago
Next »