aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_print.c
Commit message (Expand)AuthorAgeFilesLines
* spirv: Allow block-decorated struct types for constantsJason Ekstrand2020-07-121-0/+1
* nir/print: print tex dest typeRob Clark2020-06-111-15/+25
* nir: Fix printing execution scope of a scoped barrierCaio Marcelo de Oliveira Filho2020-06-081-1/+4
* nir: Replace the scoped_memory barrier by a scoped_barrierBoris Brezillon2020-06-031-1/+4
* nir: Include num_ubos in the printed shader (if nonzero).Eric Anholt2020-05-141-0/+2
* nir: Add per_view attribute to nir_variableCaio Marcelo de Oliveira Filho2020-04-071-2/+4
* nir/print: show variable precisionRob Clark2020-03-101-0/+10
* compiler/nir: Add support for variable initialization from a pointerArcady Goldmints-Orlov2020-02-121-0/+2
* glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.Eric Anholt2020-02-051-46/+1
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-231-1/+1
* nir: add two new texture ops for multisample fragment color/mask fetchesSamuel Pitoiset2020-01-231-0/+6
* nir: Fix printing of ~0 .locations.Eric Anholt2020-01-161-2/+6
* nir: fix printing of var_decl with more than 4 components.Daniel Schürmann2020-01-091-1/+1
* nir: print non-uniform tex fields.Bas Nieuwenhuizen2020-01-021-0/+8
* nir+vtn: vec8+vec16 supportRob Clark2019-12-211-6/+13
* nir/print: only print image.format for image variablesMarek Olšák2019-11-191-44/+46
* nir: move data.image.access to data.accessMarek Olšák2019-11-191-1/+1
* nir: Add scoped_memory_barrier intrinsicCaio Marcelo de Oliveira Filho2019-10-241-0/+39
* nir: Add new texop nir_texop_tex_prefetchEduardo Lima Mitev2019-10-181-0/+3
* freedreno/ir3: Implement lowering passes for VS and GSKristian H. Kristensen2019-10-171-0/+1
* nir/print: always use the right FILE *Rhys Perry2019-10-041-2/+4
* nir: Print array deref indices as decimalConnor Abbott2019-07-291-1/+1
* nir: use a switch when printing intrinsic indicesCaio Marcelo de Oliveira Filho2019-07-191-8/+32
* nir: print ptr_stride for deref_castsCaio Marcelo de Oliveira Filho2019-07-081-0/+4
* nir: Add a no wrapping bits to nir_alu_instrCaio Marcelo de Oliveira Filho2019-06-261-0/+4
* nir: Make nir_constant a vector rather than a matrixJason Ekstrand2019-06-191-26/+36
* nir: Add reorderable memory access enumConnor Abbott2019-06-191-1/+2
* nir: Allow qualifiers on copy_deref and image instructionsConnor Abbott2019-06-191-0/+2
* nir: add intrinsics for AMD_shader_ballotDaniel Schürmann2019-06-131-0/+14
* nir: add type information to load uniform/input and store output intrinsicsJonathan Marek2019-05-311-0/+16
* nir: fix nir tex print harderRob Clark2019-05-021-6/+5
* nir: add pass to lower fb readsRob Clark2019-05-021-5/+10
* nir: rework tex instruction printingRob Clark2019-05-021-8/+10
* nir: make nir_const_value scalarKarol Herbst2019-04-141-15/+15
* nir/print: Use nir_src_as_int for array indicesJason Ekstrand2019-04-141-3/+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-8/+1
* nir: Get rid of nir_register::is_packedJason Ekstrand2019-04-091-2/+0
* nir: print var name for load_interpolated_input tooRob Clark2019-03-301-0/+1
* nir/print: fix printing the image_array intrinsic indexKarol Herbst2019-03-291-2/+2
* nir: Add texture sources and intrinsics for bindlessJason Ekstrand2019-03-251-0/+6
* nir: add support for gather offsetsKarol Herbst2019-03-211-0/+8
* nir: Improve printing of load_input/store_output variable names.Eric Anholt2019-03-051-2/+4
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-211-5/+2
* nir/spirv: handle SpvStorageClassCrossWorkgroupKarol Herbst2019-01-191-0/+2
* nir: rename nir_var_shared to nir_var_mem_sharedKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-2/+2
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-2/+2
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-2/+2
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-2/+2