Sign in
swiftshader
/
SwiftShader
/
c212bbd8c3c544655cf7f047d521e977fedf4718
/
src
/
Pipeline
/
SpirvShader.cpp
c212bbd
Add support for GLSLstd450Floor ExtInst
by Chris Forbes
· 6 years ago
15dff36
Add support for GLSLstd450Cross ExtInst
by Chris Forbes
· 6 years ago
13eba6c
Fix OpVectorShuffle with mixed vector widths
by Chris Forbes
· 6 years ago
9d93153
Add support for OpFMul
by Chris Forbes
· 6 years ago
0785f69
Add support for OpAny, OpAll
by Chris Forbes
· 6 years ago
6532107
Collect Offset,MatrixStride,ArrayStride decorations
by Chris Forbes
· 6 years ago
f3a430d
Skip remaining debug instructions
by Chris Forbes
· 6 years ago
3ed33ce
Add support for OpIsInf, OpIsNan
by Chris Forbes
· 6 years ago
9667a5b
Start support for OpExtInst
by Chris Forbes
· 6 years ago
efec1b9
SpirvShader: Implement Uniform and StorageBuffer access
by Ben Clayton
· 6 years ago
831db96
SpirvShader: Add PhysicalPointers
by Ben Clayton
· 6 years ago
45faa08
VKPipeline: Log any errors produced by the SPIR-V optimizer
by Ben Clayton
· 6 years ago
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
e57f10e
Assert on unimplemented instructions
by Chris Forbes
· 6 years ago
e95eeb1
SpirvShader: Add relational ops for integers
by Ben Clayton
· 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
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
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
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
8adf1fc
OpAccessChain: Remove pointer walking inside loop
by Chris Forbes
· 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
1776af7
Suppress warnings for more instructions that require no work
by Chris Forbes
· 6 years ago
e53533d
Silence emit-time warnings for many instructions
by Chris Forbes
· 6 years ago
1ca8acd
Implement proper handling of constants
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
6397ed0
Accumulate compile-time constant and runtime offsets separately
by Chris Forbes
· 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
49d664d
Split out decoration application helpers to avoid some iterator noise
by Chris Forbes
· 6 years ago
0f59a2c
Fix handling of pointer sizes; we want them to be 1
by Chris Forbes
· 6 years ago
a71b8e9
Add analysis pass support for OpLoad and OpAccessChain
by Chris Forbes
· 6 years ago
7edf534
Handle more instructions in spirv analysis pass
by Chris Forbes
· 6 years ago
93f70b3
Correctly determine whether we need to compute centroids
by Chris Forbes
· 6 years ago
d5aed49
Start building up code generation
by Chris Forbes
· 6 years ago
64c44b0
Add assert for broken locations
by Chris Forbes
· 6 years ago
049ff38
Split Object::Kind::Variable
by Chris Forbes
· 6 years ago
1c65823
Adjust interface extraction to account for split types
by Chris Forbes
· 6 years ago
ebe5f7f
Include Vulkan version of debug support in vulkan files
by Chris Forbes
· 6 years ago
840809a
Split types from other kinds of definitions
by Chris Forbes
· 6 years ago
bde3408
Add support for builtin blocks
by Chris Forbes
· 6 years ago
5be4d70
Add support for arrays to interface and size analyses
by Chris Forbes
· 6 years ago
bc3a0ee
Add minimal support for integer constants
by Chris Forbes
· 6 years ago
5839dcf
Collect input/output interfaces
by Chris Forbes
· 6 years ago
c25b807
Add support for SPIRV decorations
by Chris Forbes
· 6 years ago
739a7fb
Add size calculation for spirv types
by Chris Forbes
· 6 years ago
4a979dc
Formatting-only change: conform better with swiftshader style
by Chris Forbes
· 6 years ago
296aa25
Collect type and variable definitions from SPIRV shader
by Chris Forbes
· 6 years ago
af4ed53
Initial stub implementation of SpirvShader
by Chris Forbes
· 6 years ago