summaryrefslogtreecommitdiff
path: root/src/compiler/nir
AgeCommit message (Expand)AuthorFilesLines
2019-11-25nir: add a load/store vectorization passRhys Perry3-0/+1313
2019-11-25nir: add nir_num_variable_modes and nir_var_mem_push_constRhys Perry2-2/+9
2019-11-23nir: no-op C99 _Pragma() with MSVCBrian Paul1-0/+7
2019-11-23nir/serialize: support any num_components for remaining instructionsMarek Olšák1-4/+13
2019-11-23nir/serialize: use 3 unused bits in intrinsic for packed_const_indicesMarek Olšák1-11/+10
2019-11-23nir/serialize: don't serialize redundant nir_intrinsic_instr::num_componentsMarek Olšák1-6/+16
2019-11-23nir/serialize: serialize writemask for vec8 and vec16Marek Olšák1-9/+16
2019-11-23nir/serialize: serialize swizzles for vec8 and vec16Marek Olšák1-8/+43
2019-11-23nir/serialize: reuse the writemask field for 2 src X swizzles of SSA ALUMarek Olšák1-3/+33
2019-11-23nir/serialize: remove up to 3 consecutive equal ALU instruction headersMarek Olšák1-16/+65
2019-11-23nir/serialize: try to pack both deref array src into 32 bitsMarek Olšák1-5/+28
2019-11-23nir/serialize: cleanup - fold nir_deref_type_var cases into switchesMarek Olšák1-16/+19
2019-11-23nir/serialize: try to put deref->var index into the unused bits of the headerMarek Olšák1-10/+23
2019-11-23nir/serialize: don't serialize mode for deref non-cast instructionsMarek Olšák1-5/+12
2019-11-23nir/serialize: don't store deref types if not neededMarek Olšák1-4/+26
2019-11-23nir/serialize: try to pack two alu srcs into 1 uint32Marek Olšák1-21/+76
2019-11-23nir/serialize: pack nir_intrinsic_instr::const_index[] betterMarek Olšák1-5/+84
2019-11-23nir/serialize: pack 1-component constants into 20 bits if possibleMarek Olšák1-37/+135
2019-11-23nir/serialize: pack load_const with non-64-bit constants betterMarek Olšák1-2/+46
2019-11-23nir/serialize: try to store a diff in var data locations instead of var dataMarek Olšák1-15/+73
2019-11-23nir/serialize: deduplicate serialized var types by reusing the last unique oneMarek Olšák1-10/+39
2019-11-23nir/serialize: don't serialize var->data for temporariesMarek Olšák1-12/+37
2019-11-23nir/serialize: pack src better and limit the object count to 1M from 1GMarek Olšák1-33/+75
2019-11-23nir/serialize: pack instructions betterMarek Olšák1-106/+297
2019-11-22nir/range_analysis: Make sure the table validation only occurs onceIan Romanick1-38/+58
2019-11-22nir/range-analysis: Add pragmas to help loop unrollingIan Romanick1-0/+10
2019-11-22nir: Add load_sampler_lod_paramaters_pan intrinsicAlyssa Rosenzweig1-0/+4
2019-11-21nir/serialize: do ctx = {0} instead of manual initializationsMarek Olšák1-4/+2
2019-11-21nir: strip as we serialize to remove the nir_shader_clone callMarek Olšák4-133/+34
2019-11-22nir: fix deref offset builderDave Airlie1-1/+1
2019-11-22vtn/opencl: add clz supportDave Airlie1-0/+8
2019-11-22nir: add 64-bit ufind_msb lowering support. (v2)Dave Airlie2-0/+24
2019-11-22spirv/nir/opencl: handle some multiply instructions.Dave Airlie1-0/+37
2019-11-21nir/validate: validate num_components on registers and intrinsicsKarol Herbst1-8/+16
2019-11-20nir/large_constants: use nir_index_vars and nir_variable::indexRhys Perry1-12/+8
2019-11-20nir: add nir_variable::index and nir_index_varsRhys Perry2-0/+41
2019-11-20nir: make nir_variable::{num_members,num_state_slots} a uint16_tRhys Perry1-2/+2
2019-11-20nir/lower_alu_to_scalar: Support lowering 8- and 16-bit reduce opsNeil Roberts1-0/+8
2019-11-20nir: Add a 8-bit bool typeNeil Roberts2-2/+12
2019-11-20nir: Add a 16-bit bool typeNeil Roberts2-1/+11
2019-11-20nir/opcodes: Add a helper function to generate reduce opcodesNeil Roberts1-17/+15
2019-11-20nir/opcodes: Add a helper function to generate the comparison binopsNeil Roberts1-20/+14
2019-11-19nir: don't use GLenum16 in nir.hMarek Olšák1-2/+1
2019-11-19nir: move data.descriptor_set above data.index for better packingMarek Olšák1-4/+4
2019-11-19nir/print: only print image.format for image variablesMarek Olšák1-44/+46
2019-11-19nir: move data.image.access to data.accessMarek Olšák5-12/+13
2019-11-19nir/serialize: fix serializing functions with no implementations.Dave Airlie1-3/+11
2019-11-19nir/serialize: pack function has name and entry point into flags.Dave Airlie1-5/+7
2019-11-18nir: Validate that variables are in the right listsJason Ekstrand1-11/+15
2019-11-14nir: Fix non-determinism in lower_global_vars_to_localConnor Abbott1-2/+5