aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_serialize.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add new variable modes for ray-tracingJason Ekstrand2020-11-051-3/+3
* nir: Make nir_deref_instr::mode a bitfieldJason Ekstrand2020-11-031-6/+6
* nir: Fix unaligned pointer accessTony Wasserka2020-10-071-6/+9
* nir: Disallow goto and goto_if in clone and [de]serializeJason Ekstrand2020-09-301-0/+7
* nir: Add alignment information to cast derefsJason Ekstrand2020-09-031-0/+4
* nir: Add a new nir_var_mem_constant variable modeJason Ekstrand2020-09-011-3/+3
* nir/serialize: fix serialization of system valuesKarol Herbst2020-09-011-0/+1
* nir: Rename num_shared to shared_sizeJason Ekstrand2020-09-011-2/+2
* nir: Fix serialize/deserialize of void samplers/imagesJesse Natalie2020-08-171-1/+1
* nir: Add a structured flag to nir_shaderKarol Herbst2020-08-141-0/+4
* nir: Use a single list for all shader variablesJason Ekstrand2020-07-291-12/+2
* nir: Use 8-bit types for most info fieldsJason Ekstrand2020-05-151-1/+1
* nir: Drop nir_tex_instr::texture_array_sizeJason Ekstrand2020-02-261-4/+1
* compiler/nir: Add support for variable initialization from a pointerArcady Goldmints-Orlov2020-02-121-1/+11
* nir: Remove always-true assertKristian H. Kristensen2020-02-041-1/+0
* nir: Add clone/hash/serialize support for non-uniform tex instructions.Bas Nieuwenhuizen2020-01-021-1/+7
* nir/serialize: cast swizzle before shiftingKarol Herbst2019-12-211-1/+1
* nir/serialize: fix vec8 and vec16Karol Herbst2019-12-111-12/+17
* nir/serialize: support any num_components for remaining instructionsMarek Olšák2019-11-231-4/+13
* nir/serialize: use 3 unused bits in intrinsic for packed_const_indicesMarek Olšák2019-11-231-11/+10
* nir/serialize: don't serialize redundant nir_intrinsic_instr::num_componentsMarek Olšák2019-11-231-6/+16
* nir/serialize: serialize writemask for vec8 and vec16Marek Olšák2019-11-231-9/+16
* nir/serialize: serialize swizzles for vec8 and vec16Marek Olšák2019-11-231-8/+43
* nir/serialize: reuse the writemask field for 2 src X swizzles of SSA ALUMarek Olšák2019-11-231-3/+33
* nir/serialize: remove up to 3 consecutive equal ALU instruction headersMarek Olšák2019-11-231-16/+65
* nir/serialize: try to pack both deref array src into 32 bitsMarek Olšák2019-11-231-5/+28
* nir/serialize: cleanup - fold nir_deref_type_var cases into switchesMarek Olšák2019-11-231-16/+19
* nir/serialize: try to put deref->var index into the unused bits of the headerMarek Olšák2019-11-231-10/+23
* nir/serialize: don't serialize mode for deref non-cast instructionsMarek Olšák2019-11-231-5/+12
* nir/serialize: don't store deref types if not neededMarek Olšák2019-11-231-4/+26
* nir/serialize: try to pack two alu srcs into 1 uint32Marek Olšák2019-11-231-21/+76
* nir/serialize: pack nir_intrinsic_instr::const_index[] betterMarek Olšák2019-11-231-5/+84
* nir/serialize: pack 1-component constants into 20 bits if possibleMarek Olšák2019-11-231-37/+135
* nir/serialize: pack load_const with non-64-bit constants betterMarek Olšák2019-11-231-2/+46
* nir/serialize: try to store a diff in var data locations instead of var dataMarek Olšák2019-11-231-15/+73
* nir/serialize: deduplicate serialized var types by reusing the last unique oneMarek Olšák2019-11-231-10/+39
* nir/serialize: don't serialize var->data for temporariesMarek Olšák2019-11-231-12/+37
* nir/serialize: pack src better and limit the object count to 1M from 1GMarek Olšák2019-11-231-33/+75
* nir/serialize: pack instructions betterMarek Olšák2019-11-231-106/+297
* nir/serialize: do ctx = {0} instead of manual initializationsMarek Olšák2019-11-211-4/+2
* nir: strip as we serialize to remove the nir_shader_clone callMarek Olšák2019-11-211-26/+34
* nir/serialize: fix serializing functions with no implementations.Dave Airlie2019-11-191-3/+11
* nir/serialize: pack function has name and entry point into flags.Dave Airlie2019-11-191-5/+7
* nir/serialize: pack nir_variable flagsMarek Olšák2019-11-051-13/+36
* nir/serialize: store 32-bit object IDs instead of 64-bitMarek Olšák2019-11-051-28/+31
* nir/serialize: don't expand 16-bit variable state slots to 32 bitsMarek Olšák2019-11-051-6/+4
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-101-2/+17
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* nir: Add a no wrapping bits to nir_alu_instrCaio Marcelo de Oliveira Filho2019-06-261-4/+8