Merge branch 'wip/nir-vtn' into vulkan
[mesa.git] / src / glsl / nir / spirv_to_nir.c
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-26 Jason Ekstrandnir/spirv: Set the right location for shader input...
2015-06-26 Jason Ekstrandnir/spirv: Set the interface type on uniform blocks
2015-06-26 Jason Ekstrandnir/spirv: Set the system value mode on builtins
2015-06-26 Jason Ekstrandnir/spirv: Actually put variables on the right linked...
2015-06-25 Jason Ekstrandnir/spirv: Fix up some dererf ralloc parenting
2015-06-25 Jason Ekstrandnir/spirv: Use vtn_ssa_value for texture coordinates
2015-06-25 Jason Ekstrandnir/spirv: Add support for the Uniform storage class
2015-06-25 Jason Ekstrandnir/spirv: Add support for some more decorations includ...
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Connor Abbottnir/vtn: add support for phi nodes
2015-06-22 Connor Abbottnir/vtn: fix emitting code after loops
2015-06-22 Connor Abbottunbreak things
2015-06-19 Connor Abbottmatrices matrices matrices
2015-06-17 Connor Abbottcomposites composites composites
2015-06-03 Connor Abbottawesome control flow bugfixes/clarifications
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-16 Jason Ekstrandnir/spirv: Don't assert that the current block is empty
2015-05-16 Jason Ekstrandnir/spirv: Add initial support for samplers
2015-05-16 Jason Ekstrandnir/spirv: Handle jump-to-loop in a more general way
2015-05-16 Jason Ekstrandnir/spirv: Handle boolean uniforms correctly
2015-05-16 Jason Ekstrandnir/spirv: Handle control-flow with loops
2015-05-16 Jason Ekstrandnir/spirv: Set a name on temporary variables
2015-05-16 Jason Ekstrandnir/spirv: Use the correct length for copying string...
2015-05-16 Jason Ekstrandnir/spirv: Make vtn_ssa_value handle constants as well...
2015-05-16 Jason Ekstrandnir/spirv: Add initial support for GLSL 4.50 builtins
2015-05-16 Jason Ekstrandnir/spirv: Split the core datastructures into a header...
2015-05-16 Jason Ekstrandnir/spirv: Use the builder for all instructions
2015-05-16 Jason Ekstrandnir/spirv: Add support for a bunch of ALU operations
2015-05-16 Jason Ekstrandnir/spirv: Add support for indirect array accesses
2015-05-16 Jason Ekstrandnir/spirv: Explicitly type constants and SSA values
2015-05-16 Jason Ekstrandnir/spirv: Handle OpBranchConditional
2015-05-16 Jason Ekstrandnir/spirv: Add a helper for getting a value as an SSA...
2015-05-16 Jason Ekstrandnir/spirv: Split instruction handling into preamble...
2015-05-16 Jason Ekstrandnir/spirv: Implement load/store instructiosn
2015-05-16 Jason Ekstrandnir/spirv: Actaully add variables to the funciton or...
2015-05-16 Jason Ekstrandnir/spirv: Add a vtn_untyped_value helper
2015-05-16 Jason Ekstrandnir/spirv: Use vtn_value in the types code and fix...
2015-05-16 Jason Ekstrandnir/spirv: Add support for deref chains
2015-05-16 Jason Ekstrandnir/spirv: Add support for OpLabel
2015-05-16 Jason Ekstrandnir/spirv: Add support for declaring functions
2015-05-16 Jason Ekstrandnir/spirv: Add support for declaring variables
2015-05-16 Jason Ekstrandnir/spirv: Add support for constants
2015-05-16 Jason Ekstrandnir/spirv: Add basic support for types
2015-05-16 Jason Ekstrandnir/spirv: Rework the way values are added
2015-05-16 Jason Ekstrandnir/spirv: Add stub support for extension instructions
2015-05-16 Jason Ekstrandnir: Add the start of a SPIR-V to NIR translator