mesa/src/broadcom/compiler
Eric Anholt c2b13627d9 broadcom/vc5: Fix extraneous register index in QIR dumping of TLBU writes.
Just like TLB without a config uniform, we don't have a register index.
2018-03-26 17:46:23 -07:00
..
meson.build broadcom/vc5: Add compiler support for V3D 4.x texturing. 2018-01-12 21:56:57 -08:00
nir_to_vir.c broadcom/vc5: Set up a vertex position if the shader doesn't. 2018-03-22 15:12:21 -07:00
qpu_schedule.c broadcom/vc5: Extract v3d_qpu_writes_tmu() helper. 2018-03-19 16:42:59 -07:00
qpu_validate.c broadcom/vc5: Use THRSW to enable multi-threaded shaders. 2018-01-12 21:55:30 -08:00
v3d33_tex.c broadcom/vc5: Move V3D 3.3 texturing to a separate file. 2018-01-12 21:56:37 -08:00
v3d33_vpm_setup.c broadcom/vc5: Move V3D 3.3 VPM write setup to a separate file. 2018-01-12 21:56:24 -08:00
v3d40_tex.c broadcom/vc5: Add compiler support for V3D 4.x texturing. 2018-01-12 21:56:57 -08:00
v3d_compiler.h broadcom/vc5: Fix up the NIR types of FS outputs generated by NIR-to-TGSI. 2018-03-21 14:02:34 -07:00
v3d_nir_lower_io.c broadcom: Add VC5 NIR compiler. 2017-10-10 11:42:04 -07:00
v3d_nir_lower_txf_ms.c broadcom/vc5: Add lowering for txf_ms to a txf on a 2x2-scaled texture. 2017-10-30 13:31:27 -07:00
vir.c broadcom/vc5: Account for InstanceID/VertexID in VPM segment size. 2018-03-22 15:12:21 -07:00
vir_dump.c broadcom/vc5: Fix extraneous register index in QIR dumping of TLBU writes. 2018-03-26 17:46:23 -07:00
vir_live_variables.c broadcom/vc5: Don't annotate dumps with stale live intervals. 2018-03-19 16:44:20 -07:00
vir_lower_uniforms.c broadcom/vc5: Propagate vc4 aliasing fix to vc5. 2017-10-20 17:09:47 -07:00
vir_opt_copy_propagate.c broadcom: Add VC5 NIR compiler. 2017-10-10 11:42:04 -07:00
vir_opt_dead_code.c broadcom/vc5: Also check the update flags for avoiding DCE. 2018-01-12 21:58:11 -08:00
vir_register_allocate.c broadcom/vc5: Add support for register spilling. 2018-03-19 16:44:06 -07:00
vir_to_qpu.c broadcom/vc5: On QPU pack error, dump the instruction and return cleanly. 2018-03-19 16:42:59 -07:00