summaryrefslogtreecommitdiffstats
path: root/src/broadcom/compiler/nir_to_vir.c
Commit message (Expand)AuthorAgeFilesLines
* broadcom/vc5: Use SETMSF to handle discards.Eric Anholt2017-10-201-22/+12
* broadcom/vc5: Set the snorm/unorm packing functions to be lowered.Eric Anholt2017-10-201-0/+4
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-9/+9
* broadcom/vc5: Add support for f32 render targets.Eric Anholt2017-10-101-13/+32
* broadcom/vc5: Start hooking up multiple render targets support.Eric Anholt2017-10-101-12/+36
* broadcom/vc5: Fix handling of interp qualifiers on builtin color inputs.Eric Anholt2017-10-101-0/+15
* broadcom/compiler: Set up passthrough Z when doing FS discards.Eric Anholt2017-10-101-0/+11
* broadcom/compiler: Don't forget the discard state on TLB Z writes.Eric Anholt2017-10-101-0/+1
* broadcom/compiler: Use defines instead of magic values in TLB write setup.Eric Anholt2017-10-101-6/+33
* broadcom: Add VC5 NIR compiler.Eric Anholt2017-10-101-0/+1963