summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_serialize.c
AgeCommit message (Expand)AuthorFilesLines
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-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šák1-26/+34
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-05nir/serialize: pack nir_variable flagsMarek Olšák1-13/+36
2019-11-05nir/serialize: store 32-bit object IDs instead of 64-bitMarek Olšák1-28/+31
2019-11-05nir/serialize: don't expand 16-bit variable state slots to 32 bitsMarek Olšák1-6/+4
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri1-1/+1
2019-10-10nir: add a strip parameter to nir_serializeMarek Olšák1-2/+17
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-06-26nir: Add a no wrapping bits to nir_alu_instrCaio Marcelo de Oliveira Filho1-4/+8
2019-06-05nir: Don't replace the nir_shader when NIR_TEST_SERIALIZE=1Jason Ekstrand1-7/+14
2019-04-14nir: make nir_const_value scalarKarol Herbst1-2/+2
2019-04-12nir: Add a pass for selectively lowering variables to scratch spaceJason Ekstrand1-0/+2
2019-04-09nir: Get rid of global registersJason Ekstrand1-7/+0
2019-04-09nir: Get rid of nir_register::is_packedJason Ekstrand1-2/+1
2019-03-21nir: add support for gather offsetsKarol Herbst1-0/+2
2019-03-11nir/serialize: Prevent writing uninitialized state_slot dataConnor Abbott1-5/+14
2019-01-14src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho1-2/+1
2019-01-09nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()Matt Turner1-0/+4
2019-01-08nir: Add a ptr_as_array deref typeJason Ekstrand1-2/+10
2018-07-24nir/serialize: Alloc constants off the variableJason Ekstrand1-1/+1
2018-07-02nir: Add a concept of constant data associated with a shaderJason Ekstrand1-0/+12
2018-06-22nir: Remove old-school deref chain supportJason Ekstrand1-99/+0
2018-06-22nir,spirv: Rework function callsJason Ekstrand1-34/+10
2018-06-22nir: Add a concept of per-member structs and a lowering passJason Ekstrand1-0/+12
2018-06-22nir: add deref lowering sanity checkingRob Clark1-0/+2
2018-06-22nir: Add a deref instruction typeJason Ekstrand1-0/+81
2018-03-01nir/serialize: handle var->name being NULLAlejandro Piñeiro1-1/+2