summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_serialize.c
Commit message (Expand)AuthorAgeFilesLines
* 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