summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_sizeIan Romanick2019-07-082-1/+218
* nir: Add unit tests for nir_opt_comparison_preIan Romanick2019-07-084-1/+334
* nir: print ptr_stride for deref_castsCaio Marcelo de Oliveira Filho2019-07-081-0/+4
* spirv: Implement SPV_EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-07-082-0/+27
* spirv: Update the headers from latest Khronos masterCaio Marcelo de Oliveira Filho2019-07-082-164/+258
* nir: Add demote and is_helper_invocation intrinsicsCaio Marcelo de Oliveira Filho2019-07-082-0/+11
* compiler: Add color system valueConnor Abbott2019-07-084-0/+18
* intel/nir: Extract add_const_offset_to_baseConnor Abbott2019-07-082-0/+77
* nir/lower_io_to_temporaries: Handle interpolation intrinsicsConnor Abbott2019-07-081-0/+166
* nir: Avoid coalescing vars created by lower_io_to_temporariesConnor Abbott2019-07-083-0/+20
* nir: Return correct size in nir_assign_io_var_locations()Connor Abbott2019-07-081-2/+4
* nir: Handle compact variables when assigning i/o locationsConnor Abbott2019-07-081-2/+22
* nir: Move st_nir_assign_var_locations() to common codeConnor Abbott2019-07-082-0/+114
* radv: Make FragCoord a sysvalConnor Abbott2019-07-082-5/+9
* spirv: Add an option for making FragCoord a sysvalConnor Abbott2019-07-082-1/+11
* anv,nir: Move lower_input_attachments pass from ANV to NIR.Daniel Schürmann2019-07-084-0/+154
* glsl/standalone: meson test for --dump-builderYevhenii Kolesnikov2019-07-032-0/+23
* glsl/standalone: exit on unsupported texture functionsSergii Romantsov2019-07-031-1/+14
* spirv: Ignore ArrayStride in OpPtrAccessChain for WorkgroupCaio Marcelo de Oliveira Filho2019-07-021-4/+6
* nir: add pass to lower load_interpolated_inputRob Clark2019-07-026-0/+193
* nir: Add optimization to use ROR/ROL instructionsSagar Ghuge2019-07-012-0/+15
* nir: Add urol and uror opcodesSagar Ghuge2019-07-011-0/+11
* glsl/nir: Lower buffers using Binding instead of NamesCaio Marcelo de Oliveira Filho2019-06-301-5/+28
* nir/linker: update already processed uniforms search for UBOs/SSBOsAlejandro Piñeiro2019-06-301-10/+71
* nir/linker: fill up uniform_storage with explicit dataAlejandro Piñeiro2019-06-301-5/+47
* nir/linker: use only the array element type for array of ssbo/uboAlejandro Piñeiro2019-06-301-2/+42
* nir/linker: fill is_shader_storage for uniformsAlejandro Piñeiro2019-06-301-1/+2
* nir/linker: add gl_nir_link_uniform_blocks.cAlejandro Piñeiro2019-06-304-0/+648
* nir_types: add glsl_type_is_leaf helperAlejandro Piñeiro2019-06-302-0/+15
* glsl/nir: add glsl_types::explicit_size plus nir C wrapperAlejandro Piñeiro2019-06-304-0/+89
* glsl_types: add type::bit_size and glsl_base_type_bit_size helpersAlejandro Piñeiro2019-06-301-8/+52
* nir: add is_in_ubo/ssbo/block helpersAlejandro Piñeiro2019-06-301-0/+20
* spirv/nir: fill up nir variable info for ubos and ssboAlejandro Piñeiro2019-06-301-1/+3
* spirv/nir: create nir variable for UBO/SSBOAlejandro Piñeiro2019-06-301-2/+13
* nir/serach: Increase maximum commutative expressions from 4 to 8Ian Romanick2019-06-282-2/+4
* nir/algebraic: Don't mark expression with duplicate sources as commutativeIan Romanick2019-06-281-1/+56
* nir/search: Log Boolean constants instead of assertingIan Romanick2019-06-281-0/+3
* nir/algebraic: Fail build when too many commutative expressions are usedIan Romanick2019-06-283-1/+51
* nir/algebraic: Fix whitespace errorIan Romanick2019-06-281-1/+0
* nir: Fix lowering of bitfield_insert to shifts.Eric Anholt2019-06-281-3/+5
* nir/algebraic: Add helpers and a rule involving wrappingCaio Marcelo de Oliveira Filho2019-06-262-0/+15
* spirv: Implement NoSignedWrap and NoUnsignedWrap decorationsCaio Marcelo de Oliveira Filho2019-06-261-0/+33
* nir: Add a no wrapping bits to nir_alu_instrCaio Marcelo de Oliveira Filho2019-06-265-8/+36
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-264-19/+2
* nir: opt_vectorize: combine different constant sourcesJonathan Marek2019-06-261-2/+25
* nir: add tess support to nir_lower_clamp_color_outputs()Timothy Arceri2019-06-261-0/+1
* glsl: Fix round64 conversion functionSagar Ghuge2019-06-251-9/+12
* glsl: Don't increase the iteration count when there are no terminatorsIan Romanick2019-06-241-1/+7
* glsl/nir: Fix copying 64-bit values in uniform storageCaio Marcelo de Oliveira Filho2019-06-241-1/+1
* glsl/nir: Fix copying vector constant valuesCaio Marcelo de Oliveira Filho2019-06-241-1/+1