Sign in
swiftshader
/
SwiftShader
/
50c66902ff1b67cb377b994fdc6d3384ea00ce12
/
src
50c6690
Move sw::Event to System/Synchronization.hpp
by Ben Clayton
· 6 years ago
cae8cde
Add missing semi-colon in Android code
by Hernan Liatis
· 6 years ago
c42b220
SpirvShader: Use an atomic instead of a volatile int for serialCounter
by Ben Clayton
· 6 years ago
bc0cbb9
Reactor: Fix printing of strings with escape characters
by Ben Clayton
· 6 years ago
0dbe4ca
Renderer: Fix deadlock when calling Renderer::draw() with a count of 0.
by Ben Clayton
· 6 years ago
183b8ad
Simplify sw::Chan
by Ben Clayton
· 6 years ago
ed01f2c
Move Chan out of VkQueue.hpp and into System/Synchronization.hpp
by Ben Clayton
· 6 years ago
f448d8e
Make REACTOR_EMIT_DEBUG_INFO work on Windows and add "print on emit" support
by Antonio Maiorano
· 6 years ago
9a4dab8
Also return extension function pointers from GIPA
by Chris Forbes
· 6 years ago
352791e
Only expose device extension functions that are enabled
by Alexis Hetu
· 6 years ago
e797219
Fix typo in Vector lerp()
by Nicolas Capens
· 6 years ago
f4d2a44
Add gn files for Vulkan Swiftshader
by Saman Sami
· 6 years ago
9e2844f
SpirvShader: Fixes for GLSLstd450Modf / GLSLstd450ModfStruct
by Ben Clayton
· 6 years ago
977a0a4
Implement OpImageQueryLod
by Nicolas Capens
· 6 years ago
f4f427a
Use custom normalization for SNORM formats in sampler
by Chris Forbes
· 6 years ago
f7d78f7
Fix lod plumbing for Fetch
by Chris Forbes
· 6 years ago
c0c6ccf
Recognize more structs in vkGetPhysicalDeviceFeatures2
by Chris Forbes
· 6 years ago
19a0081
Fix cubemap sampling at (0, 0, 0) division by zero
by Nicolas Capens
· 6 years ago
8d548b6
Allow four texture coordinates
by Nicolas Capens
· 6 years ago
2f3d8f5
Fix OpImageSampleProjDref
by Nicolas Capens
· 6 years ago
b188cf9
Fix baseMipLevel usage
by Nicolas Capens
· 6 years ago
1e32223
Fix mismatched alloc/free in Swapchain
by Hernan Liatis
· 6 years ago
94e3e4a
VkPhysicalDevice should use Instance allocation scope
by Hernan Liatis
· 6 years ago
036cc9a
Unnormalized texture coordinates
by Alexis Hetu
· 6 years ago
62ad1ee
Allow ImageView to cast compressed texture into other formats
by Alexis Hetu
· 6 years ago
327e488
LLVMReactorDebugInfo: Fix warning that function may end without return.
by Ben Clayton
· 6 years ago
8da5253
Don't process unused texture coordinates
by Nicolas Capens
· 6 years ago
0559bc4
Check for rest of interactions between usage bits and format features
by Chris Forbes
· 6 years ago
ab1e2b4
Unbreak some synchronization edge cases
by Chris Forbes
· 6 years ago
6cf65f6
Various fixes for VS-only pipeline
by Chris Forbes
· 6 years ago
ab3c36b
Remove asserts blocking atomic load/store in Image storage class
by Chris Forbes
· 6 years ago
d47ca87
Whitelist supported capabilities
by Chris Forbes
· 6 years ago
3ff0e8c
Use provided VkPipelineLayout in BindDescriptorSets
by Chris Forbes
· 6 years ago
54b6303
Avoid RValue<SIMD::Int>(int)
by Chris Forbes
· 6 years ago
cd28044
SpirvShader: Precision fixes for GLSLstd450Ldexp
by Ben Clayton
· 6 years ago
d61595f
Have final present function perform a VkQueueWaitIdle()
by Hernan Liatis
· 6 years ago
e2242e5
Fix negation of unsigned value warning treated as error
by Nicolas Capens
· 6 years ago
558df92
Fix color blend state handling for multiple attachments
by Chris Forbes
· 6 years ago
ea81ab7
Move constant specialization to SpirvShader
by Chris Forbes
· 6 years ago
67cf8a9
32 bit safe code
by Alexis Hetu
· 6 years ago
3e35131
Remove Context::separateAlphaBlendEnable etc
by Chris Forbes
· 6 years ago
5ec0529
Now that we have swizzles forced, don't bother with channel replacement
by Chris Forbes
· 6 years ago
10186cb
Override imageview swizzles for channel replacement edge cases
by Chris Forbes
· 6 years ago
3d7b7ea
Implement a2b10g10r10_unorm_pack32.
by Ben Clayton
· 6 years ago
5bce1f4
CMake: apply the warning treatment to msvc builds
by Antonio Maiorano
· 6 years ago
69c3749
SpirvShader: Fixes for phis.
by Ben Clayton
· 6 years ago
0e976bc
SpirvShader: Fixes for complex loops.
by Ben Clayton
· 6 years ago
65b1e97
Only perform attachment load/store ops for used attachments
by Chris Forbes
· 6 years ago
628604e
Implement vk_android_native_buffer (basic)
by Hernan Liatis
· 6 years ago
8ef6d1f
Fix interaction between Dref and explicit lod
by Chris Forbes
· 6 years ago
4a4c259
Implement vkCmdDispatchBase
by Chris Forbes
· 6 years ago
a7a3755
Wire up NoPerspective to interpolation
by Chris Forbes
· 6 years ago
4d65934
Fix FP blending path to not make clamping assumptions
by Chris Forbes
· 6 years ago
8ab4053
Implement Float16 formats and additional blend modes.
by Ben Clayton
· 6 years ago
2568cf7
SpirvShader: Implement OpImageQuerySamples
by Ben Clayton
· 6 years ago
2cd983d
Assign the DeviceIndex builtIn (ext: SPV_KHR_device_group).
by Ben Clayton
· 6 years ago
4474108
SpirvShader: Fix incorrect use of getPointer() with GetPointerToData()
by Ben Clayton
· 6 years ago
b4001ed
SpirvShader: Implement OpImageQueryLevels
by Ben Clayton
· 6 years ago
cb9bf9a
Add remaining required SPIRV extension names
by Chris Forbes
· 6 years ago
7fe5a06
Primitive Restart implementation
by Alexis Hetu
· 6 years ago
e228502
Size query support for uniform texel buffer
by Chris Forbes
· 6 years ago
d084824
Allow VS-only pipeline
by Chris Forbes
· 6 years ago
1bc7731
Check sampling support in vkGetPhysicalDeviceImageFormatProperties
by Chris Forbes
· 6 years ago
60f15ec
SpirvShader: Handle multiple entry points
by Ben Clayton
· 6 years ago
3e51144
Remove UNIMPLEMENTED on unsupported features
by Chris Forbes
· 6 years ago
39b0750
Accept OpExtension SPV_KHR_variable_pointers
by Chris Forbes
· 6 years ago
246cc50
BufferView has id in shared space with ImageViews
by Chris Forbes
· 6 years ago
f469b67
Allow 3d <-> 2d image copies
by Alexis Hetu
· 6 years ago
e4605da
SpirvShader: Implement OpArrayLength
by Ben Clayton
· 6 years ago
78abf37
SpirvShader: Implement OpCopyObject
by Ben Clayton
· 6 years ago
3e6a971
Set up uniform texel buffers as SampledImageDescriptor
by Chris Forbes
· 6 years ago
3e6f60b
Implement OpIAddCarry, OpISubBorrow
by Chris Forbes
· 6 years ago
90d251a
OpenGL/compiler: Error if parameters spill max temp registers
by Ben Clayton
· 6 years ago
6ef1936
Add support for sampling VK_FORMAT_A2B10G10R10_UINT_PACK32
by Chris Forbes
· 6 years ago
05953ef
Remove the Clipper member from the Renderer class
by Alexis Hetu
· 6 years ago
2e4f6e8
Start untangling sw::Context from the rendering code
by Alexis Hetu
· 6 years ago
ecfeede
SpirvShader: Implement OpControlBarrier.
by Ben Clayton
· 6 years ago
b16c586
SpirvShader: Implement OpMemoryBarrier.
by Ben Clayton
· 6 years ago
895df0d
Migrate ComputeProgram to using Coroutines
by Ben Clayton
· 6 years ago
13dcbec
src/Pipeline: Refactor ComputeProgram
by Ben Clayton
· 6 years ago
1c82c7b
Reactor (LLVM): Add support for Coroutines.
by Ben Clayton
· 6 years ago
45f9a93
Flatten required bits of imageview into SampledImageDescriptor
by Chris Forbes
· 6 years ago
0264d8e
SpirvShader: Implement OpImageQuerySizeLod
by Ben Clayton
· 6 years ago
ecd3848
SpirvShader: Implement workgroup storage.
by Ben Clayton
· 6 years ago
529eda3
Punt quadlayout image<->buffer copies to blitter
by Chris Forbes
· 6 years ago
cd246af
EAC fix
by Alexis Hetu
· 6 years ago
026ceef
Support device groups with a single physical device
by Alexis Hetu
· 6 years ago
4ac42db
Punt image->image copies requiring quadlayout awareness to blitter
by Chris Forbes
· 6 years ago
011744e
Support selection of correct aspect for D+S input attachments
by Chris Forbes
· 6 years ago
208ed40
Reactor: Add Traits for Reference types
by Ben Clayton
· 6 years ago
4b94465
LLVMReactor: Always run the IR verifier.
by Ben Clayton
· 6 years ago
99e5719
LLVMReactor: Fix atomic loads and stores of non-scalar types.
by Ben Clayton
· 6 years ago
d5ed0a3
External Memory Host tests should be unsupported
by Alexis Hetu
· 6 years ago
81404f2
Ignore VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT at pipeline creation
by Alexis Hetu
· 6 years ago
1300ba1
Extension check in vkCreateDescriptorSetLayout
by Alexis Hetu
· 6 years ago
f18f0c1
vkBindImageMemory2 implementation
by Alexis Hetu
· 6 years ago
9219c64
Groundwork for quadlayout support in blit & copy ops
by Chris Forbes
· 6 years ago
52a3bba
Add support for Sample image operand in OpImageRead
by Chris Forbes
· 6 years ago
c958b17
LLVMReactor: Assert return value type matches function sig.
by Ben Clayton
· 6 years ago
60a6a2e
Fix clamp-to-border addressing mode
by Nicolas Capens
· 6 years ago
Next »