aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/nir
Commit message (Expand)AuthorAgeFilesLines
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+1
* ttn: remove stray global from headerRob Clark2016-03-241-2/+0
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-7/+7
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-1/+1
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-0/+1
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-4/+4
* ttn: use const_index helpersRob Clark2016-02-091-5/+5
* ttn: small logic cleanupRob Clark2016-02-091-1/+1
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* nir: move to compiler/Emil Velikov2016-01-262-5/+5
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-261-1/+1
* ttn: use writemask for store_varRob Clark2016-01-161-26/+2
* ttn: add missing writemask on store_outputRob Clark2016-01-161-0/+1
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* nir/builder: Add an init function that creates a simple shader for youJason Ekstrand2015-12-291-8/+4
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-2/+1
* gallium/auxiliary: don't build NIR sources with MSVC2008 flagsConnor Abbott2015-12-231-4/+0
* nir: Add a writemask to store intrinsics.Kenneth Graunke2015-12-221-0/+1
* nir: Delete bany, ball, fany, fall.Matt Turner2015-12-181-1/+3
* nir: Get rid of *_indirect variants of input/output load/store intrinsicsJason Ekstrand2015-12-101-24/+28
* ttn: Whitelist from -Werror=declaration-after-statement.Jose Fonseca2015-12-031-0/+4
* ttn: fix UMSB conversionIlia Mirkin2015-11-231-1/+1
* ttn: add LODQ supportIlia Mirkin2015-11-231-2/+9
* nir: s/nir_type_unsigned/nir_type_uintJason Ekstrand2015-11-231-1/+1
* ttn: add TEX2 supportIlia Mirkin2015-11-201-3/+11
* glsl: move shader_enums into nirRob Clark2015-10-091-1/+1
* gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.Eric Anholt2015-09-162-14/+173
* gallium/ttn: fix cursor handling vs builderRob Clark2015-09-091-8/+6
* nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-271-17/+17
* gallium/ttn: Use nir_builder_insert() rather than poking at cf_list.Kenneth Graunke2015-08-251-16/+16
* nir: Store gl_shader_stage in nir_shader.Kenneth Graunke2015-08-251-4/+21
* nir: move control flow modification to its own fileConnor Abbott2015-08-241-0/+1
* ttn: add buffer texture typeRob Clark2015-08-121-0/+3
* gallium/ttn: mark location specially in nir for color0-writes-allIlia Mirkin2015-07-031-1/+6
* gallium/ttn: IN/OUT are only array if ArrayID != 0Rob Clark2015-07-031-62/+81
* gallium/ttn: don't upset nir_validate w/ BRK'sRob Clark2015-06-301-1/+1
* gallium/ttn: add TXB2Rob Clark2015-06-301-0/+11
* gallium/ttn: partial fix for output arraysRob Clark2015-06-301-2/+4
* tgsi_to_nir: Fix translation of TXF on MSAA targets.Eric Anholt2015-06-231-2/+10
* gallium/ttn: add missing SNERob Clark2015-06-211-0/+1
* gallium/ttn: add texture-type supportRob Clark2015-06-211-1/+43
* nir: Get rid of the array elements parameter on load/store intrinsicsJason Ekstrand2015-05-201-2/+0
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-1/+0
* gallium/ttn: fix TXFRob Clark2015-04-171-1/+7
* gallium/ttn: add UBO supportRob Clark2015-04-171-9/+60
* gallium/ttn: minor cleanupRob Clark2015-04-171-23/+17
* gallium/ttn: add support for TXL2Rob Clark2015-04-171-0/+11
* gallium/ttn: add support for texture offsetsRob Clark2015-04-171-1/+28
* gallium/ttn: add support for system valuesRob Clark2015-04-111-0/+34
* gallium/ttn: fix TXDRob Clark2015-04-111-3/+17