summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: fixup for new nir_foreach_block()Connor Abbott2016-05-051-17/+7
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* vc4: Switch to using NIR_PASS macros.Eric Anholt2016-04-081-2/+2
* vc4: Remove unused include from vc4_nir_lower_txf_ms.cRhys Kidd2016-03-281-1/+0
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+1
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-3/+3
* nir: move to compiler/Emil Velikov2016-01-261-1/+1
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* vc4: Add support for texel fetches from MSAA resources.Eric Anholt2015-12-081-0/+172