summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_serialize.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nir: Don't replace the nir_shader when NIR_TEST_SERIALIZE=1Jason Ekstrand2019-06-051-7/+14
* nir: make nir_const_value scalarKarol Herbst2019-04-141-2/+2
* nir: Add a pass for selectively lowering variables to scratch spaceJason Ekstrand2019-04-121-0/+2
* nir: Get rid of global registersJason Ekstrand2019-04-091-7/+0
* nir: Get rid of nir_register::is_packedJason Ekstrand2019-04-091-2/+1
* nir: add support for gather offsetsKarol Herbst2019-03-211-0/+2
* nir/serialize: Prevent writing uninitialized state_slot dataConnor Abbott2019-03-111-5/+14
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-2/+1
* nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()Matt Turner2019-01-091-0/+4
* nir: Add a ptr_as_array deref typeJason Ekstrand2019-01-081-2/+10
* nir/serialize: Alloc constants off the variableJason Ekstrand2018-07-241-1/+1
* nir: Add a concept of constant data associated with a shaderJason Ekstrand2018-07-021-0/+12
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-99/+0
* nir,spirv: Rework function callsJason Ekstrand2018-06-221-34/+10
* nir: Add a concept of per-member structs and a lowering passJason Ekstrand2018-06-221-0/+12
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: Add a deref instruction typeJason Ekstrand2018-06-221-0/+81
* nir/serialize: handle var->name being NULLAlejandro Piñeiro2018-03-011-1/+2
* nir: mark unused space in packed_tex_dataTapani Pälli2018-01-291-0/+1
* nir/serialize: fix build with gcc 4.4.7Dave Airlie2017-11-031-19/+19
* nir: Add hooks for testing serializationJason Ekstrand2017-10-311-0/+19
* nir: add serialization and deserializationConnor Abbott2017-10-311-0/+1201