summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nir-spirv' into vulkanJason Ekstrand2015-09-051-7/+67
|\
| * nir/spirv: Add support for most of the rest of texturingJason Ekstrand2015-09-051-7/+67
* | nir/spirv.h: Remove some cruft missed while mergingJason Ekstrand2015-09-051-23/+0
* | Merge branch 'nir-spirv' into vulkanJason Ekstrand2015-09-051-2/+6
|\|
| * nir/spirv: Handle decorations after assigning variable locationsJason Ekstrand2015-09-051-2/+6
* | Merge branch 'nir-spirv' into vulkanJason Ekstrand2015-09-051-0/+3
|\|
| * nir/spirv: Handle the MatrixStride member decorationJason Ekstrand2015-09-051-0/+3
* | Merge branch 'nir-spirv' into vulkanJason Ekstrand2015-09-046-184/+212
|\|
| * nir/spirv/glsl450: Use the correct write maskJason Ekstrand2015-09-041-0/+1
| * nir: Add a lower_fdiv option and use it in i965Jason Ekstrand2015-09-042-0/+2
| * nir/spirv: Use the actual GLSL 450 extension header from KhronosJason Ekstrand2015-09-042-183/+206
| * nir/spirv: Add support for SpvDecorationColMajorJason Ekstrand2015-09-041-0/+2
| * nir/types: Allow single-column matricesJason Ekstrand2015-09-041-1/+1
* | nir/spirv: Use VERTEX_ID_ZERO_BASE for VertexIdJason Ekstrand2015-08-311-1/+4
* | Merge remote-tracking branch 'fdo-personal/nir-spirv' into vulkanJason Ekstrand2015-08-3111-65/+78
|\|
| * nir/spirv: Update to the latest revisionJason Ekstrand2015-08-315-1311/+2311
| * nir/builder: Use nir_after_instr to advance the cursorJason Ekstrand2015-08-311-2/+1
| * nir/intrinsics: Move to a two-dimensional binding model for UBO'sJason Ekstrand2015-08-311-3/+4
| * nir/nir_variable: Add a descriptor set fieldJason Ekstrand2015-08-311-0/+5
| * mesa: Move gl_vert_attrib from mtypes.h to shader_enums.hJason Ekstrand2015-08-311-0/+108
| * nir/cursor: Add a helper for getting the current blockJason Ekstrand2015-08-311-0/+11
| * nir/builder: add a nir_fdot() convenience functionConnor Abbott2015-08-311-0/+17
| * nir: Add a pass to lower outputs to temporary variablesJason Ekstrand2015-08-313-0/+96
| * nir/cursor: Add a constructor for the end of a block but before the jumpJason Ekstrand2015-08-312-6/+12
| * nir/types: add more nir_type_is_xxx() wrappersConnor Abbott2015-08-312-0/+14
| * nir/types: add a helper to transpose a matrix typeConnor Abbott2015-08-312-0/+9
| * nir/spirv: Don't assert that the current block is emptyJason Ekstrand2015-08-311-2/+0
| * nir/spirv: Add initial support for samplersJason Ekstrand2015-08-311-3/+152
| * nir/spirv: Move Exp and Log to the list of currently unhandled ALU opsJason Ekstrand2015-08-311-2/+2
| * nir/types: Add support for sampler typesJason Ekstrand2015-08-312-0/+49
| * nir/spirv: Make the global constants in spirv.h staticJason Ekstrand2015-08-311-8/+8
| * nir/spirv: Handle jump-to-loop in a more general wayJason Ekstrand2015-08-311-21/+25
| * nir/spirv: Handle boolean uniforms correctlyJason Ekstrand2015-08-311-1/+10
| * nir/spirv: Handle control-flow with loopsJason Ekstrand2015-08-312-21/+151
| * nir/spirv: Set a name on temporary variablesJason Ekstrand2015-08-311-0/+1
| * nir/spirv: Use the correct length for copying string literalsJason Ekstrand2015-08-311-1/+1
| * nir/spirv: Make vtn_ssa_value handle constants as well as ssa valuesJason Ekstrand2015-08-311-1/+20
| * nir/spirv: Add initial support for GLSL 4.50 builtinsJason Ekstrand2015-08-314-4/+310
| * nir/spirv: Split the core datastructures into a header fileJason Ekstrand2015-08-312-112/+146
| * nir/spirv: Use the builder for all instructionsJason Ekstrand2015-08-311-18/+12
| * nir/spirv: Add support for a bunch of ALU operationsJason Ekstrand2015-08-311-7/+195
| * nir/spirv: Add support for indirect array accessesJason Ekstrand2015-08-311-2/+2
| * nir/spirv: Explicitly type constants and SSA valuesJason Ekstrand2015-08-311-19/+21
| * nir/spirv: Handle OpBranchConditionalJason Ekstrand2015-08-311-68/+189
| * nir/spirv: Add a helper for getting a value as an SSA valueJason Ekstrand2015-08-311-0/+6
| * nir/spirv: Split instruction handling into preamble and body sectionsJason Ekstrand2015-08-311-45/+93
| * nir/spirv: Implement load/store instructiosnJason Ekstrand2015-08-311-6/+66
| * nir: Add a helper for getting the tail of a deref chainJason Ekstrand2015-08-313-23/+13
| * nir/spirv: Actaully add variables to the funciton or shaderJason Ekstrand2015-08-311-0/+6
| * nir/spirv: Add a vtn_untyped_value helperJason Ekstrand2015-08-311-3/+10