summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vk: Add new vk_errorf that takes a format stringKristian Høgsberg Kristensen2015-09-036-27/+52
* vk: Make vk_error a little more helpfulKristian Høgsberg Kristensen2015-09-032-7/+52
* vk/image: Add PRM reference for QPitch equationChad Versace2015-09-031-0/+4
* vk/meta: Partially fix vkCmdCopyBufferToImage for S8_UINTChad Versace2015-09-021-4/+13
* vk/meta: Use SPIR-V for shadersJason Ekstrand2015-09-013-228/+212
* vk/compiler: Handle interpolation qualifiers for SPIR-V shadersJason Ekstrand2015-09-011-0/+10
* vk/extensions: count needs to be <= number of extensionsJason Ekstrand2015-09-011-1/+1
* vk/compiler: Properly reference/delete programs when using SPIR-VJason Ekstrand2015-09-011-10/+12
* vk/meta: Add a helper for making an image from a bufferJason Ekstrand2015-08-311-65/+49
* 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-312-107/+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
| * nir/spirv: Use vtn_value in the types code and fix a off-by-one errorJason Ekstrand2015-08-311-5/+7
| * nir/types: Add an is_vector_or_scalar helperJason Ekstrand2015-08-312-0/+7
| * nir/spirv: Add support for deref chainsJason Ekstrand2015-08-311-12/+74
| * nir/types: Add a scalar type constructorJason Ekstrand2015-08-312-0/+7