summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_clone.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-171-1/+1
* nir: Combine if_uses with instruction usesAlyssa Rosenzweig2023-04-071-2/+1
* nir: add Continue Construct to nir_loopDaniel Schürmann2023-02-211-0/+4
* nir: use a GC context for instructionsRhys Perry2022-08-301-8/+2
* nir: Use nir_foreach_phi_src consistently.Emma Anholt2022-08-011-1/+1
* nir,spirv: Preserve inbounds access informationKonstantin Seurer2022-06-091-0/+1
* nir: Add a nir_xfb_info to nir_shaderJason Ekstrand2022-05-311-0/+7
* nir: Add a "deep" instruction cloneConnor Abbott2022-03-171-0/+12
* nir: Add preamble functionsConnor Abbott2022-03-171-3/+7
* nir: Switch from ralloc to malloc for NIR instructions.Emma Anholt2021-09-141-2/+6
* nir: Add all allocated instructions to a GC list.Emma Anholt2021-09-141-0/+2
* nir: Move phi src setup to a helper.Emma Anholt2021-08-131-12/+1
* nir: Drop nir_ssa_def::name and nir_register::nameJason Ekstrand2021-07-081-2/+1
* nir: Remove nir_shader->shared_size.Bas Nieuwenhuizen2021-04-081-1/+0
* nir: Add flag to tex instruction to indicate lowering cube to arrayGert Wollny2021-02-261-0/+1
* nir,spirv: add sparse texture fetchesRhys Perry2021-01-061-0/+1
* nir: Make nir_deref_instr::mode a bitfieldJason Ekstrand2020-11-031-1/+1
* nir: Disallow goto and goto_if in clone and [de]serializeJason Ekstrand2020-09-301-0/+3
* nir: Add alignment information to cast derefsJason Ekstrand2020-09-031-0/+2
* nir/clone: Add a helper for cloning most instruction typesJason Ekstrand2020-09-021-0/+10
* nir: Rename num_shared to shared_sizeJason Ekstrand2020-09-011-1/+1
* nir: fix memory leak in nir_cf_list_cloneRhys Perry2020-08-201-0/+3
* nir: Use a single list for all shader variablesJason Ekstrand2020-07-291-12/+2
* nir/clone: Re-use clone_alu for nir_alu_instr_cloneJason Ekstrand2020-05-191-21/+17
* nir: Drop nir_tex_instr::texture_array_sizeJason Ekstrand2020-02-261-1/+0
* nir: Add clone/hash/serialize support for non-uniform tex instructions.Bas Nieuwenhuizen2020-01-021-0/+3
* nir: Don't copy empty arrayTomeu Vizoso2019-12-121-2/+4
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-2/+2
* nir: Add a no wrapping bits to nir_alu_instrCaio Marcelo de Oliveira Filho2019-06-261-0/+2
* nir: Don't replace the nir_shader when NIR_TEST_CLONE=1Jason Ekstrand2019-06-051-0/+39
* nir: Add a shallow clone function for nir_alu_instrIan Romanick2019-05-311-0/+20
* nir: Fix clone of nir_variable state slotsCaio Marcelo de Oliveira Filho2019-05-201-3/+5
* nir: make nir_const_value scalarKarol Herbst2019-04-141-1/+1
* nir: Add a pass for selectively lowering variables to scratch spaceJason Ekstrand2019-04-121-0/+1
* nir: Get rid of global registersJason Ekstrand2019-04-091-5/+1
* nir: Get rid of nir_register::is_packedJason Ekstrand2019-04-091-1/+0
* nir: add support for user defined select controlTimothy Arceri2019-03-271-0/+1
* nir: add support for user defined loop controlTimothy Arceri2019-03-271-0/+1
* nir: add support for gather offsetsKarol Herbst2019-03-211-0/+1
* nir: add new partially_unrolled bool to nir_loopTimothy Arceri2019-03-121-0/+1
* nir/inline_functions: Break inlining into a builder helperJason Ekstrand2019-03-061-3/+2
* 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/+1
* nir: Add a ptr_as_array deref typeJason Ekstrand2019-01-081-1/+5
* nir: Add a concept of constant data associated with a shaderJason Ekstrand2018-07-021-0/+6
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-79/+0
* nir,spirv: Rework function callsJason Ekstrand2018-06-221-14/+1
* nir: Add a concept of per-member structs and a lowering passJason Ekstrand2018-06-221-0/+8
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+1
* nir: Add a deref instruction typeJason Ekstrand2018-06-221-0/+42