summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* nir/spirv: Add support for OpLabelJason Ekstrand2015-08-311-0/+13
* nir/spirv: Add support for declaring functionsJason Ekstrand2015-08-311-0/+67
* nir/types: Add accessors for function parameter/return typesJason Ekstrand2015-08-312-0/+18
* nir/spirv: Add support for declaring variablesJason Ekstrand2015-08-311-1/+151
* nir/spirv: Add support for constantsJason Ekstrand2015-08-311-1/+67
* nir/spirv: Add basic support for typesJason Ekstrand2015-08-311-4/+85
* nir/types: Add more helpers for creating typesJason Ekstrand2015-08-312-3/+55
* glsl/types: Expose the function_param and struct_field structs to CJason Ekstrand2015-08-311-4/+6
* glsl/types: Add support for function typesJason Ekstrand2015-08-312-1/+124
* glsl: Add GLSL_TYPE_FUNCTION to the base types enumsJason Ekstrand2015-08-319-0/+12
* nir/spirv: Rework the way values are addedJason Ekstrand2015-08-311-13/+7
* nir/spirv: Add stub support for extension instructionsJason Ekstrand2015-08-311-0/+35
* REVERT: Add a simple helper program for testing SPIR-V -> NIR translationJason Ekstrand2015-08-312-1/+66
* glsl/compiler: Move the error_no_memory stub to standalone_scaffolding.cppJason Ekstrand2015-08-311-0/+6
* nir: Add the start of a SPIR-V to NIR translatorJason Ekstrand2015-08-313-0/+495
* nir: Import the revision 30 SPIR-V header from KhronosJason Ekstrand2015-08-311-0/+1304
* mesa/texformat: use format conversion function in _mesa_choose_tex_formatvulkan-protex-2015.09.24.r01-baseNanley Chery2015-08-311-81/+13
* mesa/texcompress: correct mapping of S3TC formats in conversion functionNanley Chery2015-08-311-2/+2
* r600/sb: update last_cf for finalize if.Dave Airlie2015-09-011-0/+3
* i965/fs: Use greater-equal cmod to implement maximum.Matt Turner2015-08-312-4/+6
* i965/chv|skl: Apply sampler bypass w/aBen Widawsky2015-08-312-0/+15
* st/mesa: move to renumbering registers in a groupDave Airlie2015-08-311-19/+38
* st/mesa: reduce time spent in calculating temp read/writesDave Airlie2015-08-311-74/+79
* st/mesa: cache tgsi opcode info in the instructionDave Airlie2015-08-311-23/+16
* r600: move prim convert from geom shader to function.Dave Airlie2015-08-312-25/+26
* glsl: remove specical case subroutine type countingTimothy Arceri2015-08-311-3/+2
* r600g: Use TGSI parse results instead of manually exfiltratingEdward O'Callaghan2015-08-301-1/+1
* r600g: Set geometry properties in r600_create_shader_state()Edward O'Callaghan2015-08-303-25/+23