Sign in
swiftshader
/
SwiftShader
/
b69078e2bdcaae13be7fad8bf226f4c7ddf6abc2
/
src
bf943f6
SpirvShader: Implement OpSelect
by Ben Clayton
· 6 years ago
ec1aeb8
SpirvShader: Add relational ops for ordered and unordered floats
by Ben Clayton
· 6 years ago
76e9bc0
Plumb PipelineLayouts down to SpirvRoutine
by Ben Clayton
· 6 years ago
2c25b14
Implement GetPhysicalDeviceSparseImageFormatProperties
by Chris Forbes
· 6 years ago
9584fe4
Disable creation of multisample images until they work
by Chris Forbes
· 6 years ago
e57f10e
Assert on unimplemented instructions
by Chris Forbes
· 6 years ago
e95eeb1
SpirvShader: Add relational ops for integers
by Ben Clayton
· 6 years ago
232c456
Fix setup code to deal with inverted area sign
by Chris Forbes
· 6 years ago
d00375a
Implement vkGetSwapchainImagesKHR
by Hernan Liatis
· 6 years ago
d318dd3
Remove some GL/D3D legacy format quirks from vulkan vertex buffers
by Chris Forbes
· 6 years ago
c7943e9
VkCreateSwapchainKHR and VkDestroySwapchainKHR
by Hernan Liatis
· 6 years ago
4d50305
Add support for conversion instructions
by Chris Forbes
· 6 years ago
2b287cc
Add support for OpDot
by Chris Forbes
· 6 years ago
e86b6dc
Add support for OpUMulExtended, OpSMulExtended
by Chris Forbes
· 6 years ago
6fae32c
SpirvShader: Add debug checks on Intermediate.
by Ben Clayton
· 6 years ago
bb30529
Fix culling to match Vulkan convention
by Chris Forbes
· 6 years ago
823ca85
Allow all vkBeginCommandBuffer flags
by Chris Forbes
· 6 years ago
a2f5fd8
Windows build fix
by Alexis Hetu
· 6 years ago
048974f
Descriptor sets update mechanism
by Alexis Hetu
· 6 years ago
37c024a
Remove src/Vulkan directory from CMake include path
by Nicolas Capens
· 6 years ago
dd1e37e
SpirvShader: Begin unary and binary ops.
by Ben Clayton
· 6 years ago
a192473
SpirvShader: Fix variable construction of non input/output storage.
by Ben Clayton
· 6 years ago
cff8c00
Advertise support for VK_KHR_swapchain
by Hernan Liatis
· 6 years ago
c6eb41b
Add basic VkSurfaceKHR (Xlib only for now)
by Hernan Liatis
· 6 years ago
989b208
Remove partial logic op support
by Chris Forbes
· 6 years ago
1054758
Use sample count from multisample state, not from attachment 0
by Chris Forbes
· 6 years ago
bc63cf9
Fix Context::colorWriteActive to consider all rendertargets
by Chris Forbes
· 6 years ago
201f136
Remove remnants of non-descriptor-backed textures
by Chris Forbes
· 6 years ago
dfc0f3b
SpirvShader: Move emit() instructions to their own functions
by Ben Clayton
· 6 years ago
d4e4c66
SpirvShader: Debug print human readable opcode names
by Ben Clayton
· 6 years ago
0bb83b8
SpirvShader: Move type declaration out to its own function
by Ben Clayton
· 6 years ago
d073d8e
SpirvShader: Add support for DescriptorSet and Binding decorations
by Ben Clayton
· 6 years ago
24ea515
SpirvShader: Add SIMD namespace.
by Ben Clayton
· 6 years ago
83fc544
Add support for OpVectorShuffle
by Chris Forbes
· 6 years ago
b12846d
Add support for OpCompositeExtract
by Chris Forbes
· 6 years ago
1bc1acf
Add support for OpCompositeInsert
by Chris Forbes
· 6 years ago
9638b94
Add complex type walker for literal indexes
by Chris Forbes
· 6 years ago
b97a957
Add support for OpCompositeConstruct
by Chris Forbes
· 6 years ago
d30b5ac
Add GenericValue wrapper for either an Intermediate or a constant
by Chris Forbes
· 6 years ago
17078c7
Fix push & pop of XMM registers.
by Stephen White
· 6 years ago
105fd0f
VkDebug.hpp: Call abort() after assert(false)
by Ben Clayton
· 6 years ago
60a3d6f
Fix warnings raised during release builds
by Ben Clayton
· 6 years ago
928dfee
Return newly-created value from SpirvRoutine::createIntermediate
by Chris Forbes
· 6 years ago
baf7ad3
Implement indexed draws
by Chris Forbes
· 6 years ago
5edafb5
Descriptor sets binding
by Alexis Hetu
· 6 years ago
ead1a34
Simple PipelineBarrier implementation
by Alexis Hetu
· 6 years ago
6c9fb0e
Fix REACTOR_USE_SUBZERO flag
by Logan Chien
· 6 years ago
1bc7ee9
Add Print helpers to reactor
by Ben Clayton
· 6 years ago
7f6f891
VS build fix
by Alexis Hetu
· 6 years ago
54c4772
Fix point rendering
by Chris Forbes
· 6 years ago
8adf1fc
OpAccessChain: Remove pointer walking inside loop
by Chris Forbes
· 6 years ago
6159a85
Replace uses of sw::Surface with vk::ImageView in the Renderer
by Alexis Hetu
· 6 years ago
fe3d497
Fix various issues in vertex fetch setup
by Chris Forbes
· 6 years ago
2ff3639
Work around x86-64 calling convention bug
by Nicolas Capens
· 6 years ago
9a16248
SpirvShader: Decouple SPIR-V type attributes from object representation
by Ben Clayton
· 6 years ago
ab51bbf
Strongly type object / type identifiers.
by Ben Clayton
· 6 years ago
377d493
Remove VertexProcessor::multisampling state bit
by Chris Forbes
· 6 years ago
53c8957
Wrong macro being #undef'd in VkGetProcAddress
by Hernan Liatis
· 6 years ago
9b43307
Fix minor issue in vkCreateInstance extension loop
by Hernan Liatis
· 6 years ago
8c1e8f1
PipelineLayout implementation
by Alexis Hetu
· 6 years ago
1776af7
Suppress warnings for more instructions that require no work
by Chris Forbes
· 6 years ago
5efe611
Assert there are no unmatched eglBindTexImage/eglReleaseTexImage
by Alexis Hetu
· 6 years ago
b47c816
Remove remnants of non-descriptor UBO support
by Chris Forbes
· 6 years ago
4aad884
Remove remnants of GL-style user clip planes
by Chris Forbes
· 6 years ago
35df09f
Remove transform feedback remnants
by Chris Forbes
· 6 years ago
7c33e88
Set render targets correctly when drawing
by Chris Forbes
· 6 years ago
d245255
Wire up cull mode handling to Vulkan pipeline
by Chris Forbes
· 6 years ago
e53533d
Silence emit-time warnings for many instructions
by Chris Forbes
· 6 years ago
2ab34ac
Remove alpha test plumbing
by Chris Forbes
· 6 years ago
8a718cb
Restore vertex fetch state update from context -> state
by Chris Forbes
· 6 years ago
1ca8acd
Implement proper handling of constants
by Chris Forbes
· 6 years ago
b607bc8
vkGetDescriptorSetLayoutSupportKHR listed wrong
by Hernan Liatis
· 6 years ago
b2841fe
Update ICD version to 3.0
by Hernan Liatis
· 6 years ago
3fc635a
GLES: Fix race in Renderer destruction
by Ben Clayton
· 6 years ago
3f48ecb
GLES: Fix OOB access of labelBlock.
by Ben Clayton
· 6 years ago
c1fd408
Connect fragment shader outputs to raster operations stage
by Chris Forbes
· 6 years ago
c61271e
Add epilog pass to copy outputs out to pipeline
by Chris Forbes
· 6 years ago
58bee56
Fix WalkAccessChain to actually walk type tree properly
by Chris Forbes
· 6 years ago
64be7c7
Remove needless unique_ptr wrapping from inputs/outputs
by Chris Forbes
· 6 years ago
e4ef5f7
Separate intermediate values from lvalues
by Chris Forbes
· 6 years ago
e205d34
SpirvShader: Split objects from types.
by Ben Clayton
· 6 years ago
93317ec
Silence warnings: Add override to overriden virtual functions
by Ben Clayton
· 6 years ago
d66736a
Silence warnings: Remove bit-packing of Vulkan state
by Ben Clayton
· 6 years ago
226e1c6
swiftshader: Remove semicolons.
by Nico Weber
· 6 years ago
f4b99b6
Silence warnings: Remove all unused local variables
by Ben Clayton
· 6 years ago
8f79d38
Fix mismatch of enum types in equality test
by Ben Clayton
· 6 years ago
d531712
Silence warnings: Add default cases to partial enum switches.
by Ben Clayton
· 6 years ago
0a60818
Remove sw::BoundedIndex
by Ben Clayton
· 6 years ago
d951f19
GLES: Remove hardcoded shader limits
by Ben Clayton
· 6 years ago
6397ed0
Accumulate compile-time constant and runtime offsets separately
by Chris Forbes
· 6 years ago
a63e5f9
GLES: Fix for crashes when sampling certain textures.
by Ben Clayton
· 6 years ago
24021a2
vkCmdBlitImage: Make a copy of the VkImageBlit structure
by Ben Clayton
· 6 years ago
6d74ab8
vkGetRenderAreaGranularity implementation
by Alexis Hetu
· 6 years ago
a0a80b1
Prevent Pipeline crashing on missing non mandatory structures
by Alexis Hetu
· 6 years ago
0eba65b
Support loads and stores of interface variables
by Chris Forbes
· 6 years ago
e7b8020
Add SpirvRoutine::getValue helper
by Chris Forbes
· 6 years ago
38f85b3
Implement some common forms of OpAccessChain
by Chris Forbes
· 6 years ago
1c58800
Implement some common forms of OpStore
by Chris Forbes
· 6 years ago
e9f8f5b
Implement some common forms of OpLoad
by Chris Forbes
· 6 years ago
b8fb08a
Templatize PopulateInterface & friends
by Chris Forbes
· 6 years ago
Next »