mesa/src/broadcom/compiler
Eric Anholt dff1fc04e0 v3d: Add support for vir-to-qpu of ldunif instructions to a temp.
We can load a uniform to any register, so add support for non-ALU
instructions with sig.ldunif to a temp.
2019-03-05 12:57:39 -08:00
..
meson.build v3d: Add support for shader_image_load_store. 2019-01-14 15:40:55 -08:00
nir_to_vir.c v3d: Switch implicit uniforms over to being any qinst->uniform != ~0. 2019-03-05 12:57:39 -08:00
qpu_schedule.c v3d: Switch implicit uniforms over to being any qinst->uniform != ~0. 2019-03-05 12:57:39 -08:00
qpu_validate.c broadcom/vc5: Add validation that we don't violate GFXH-1633 requirements. 2018-04-26 11:30:22 -07:00
v3d33_tex.c v3d: Switch implicit uniforms over to being any qinst->uniform != ~0. 2019-03-05 12:57:39 -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 v3d: Switch implicit uniforms over to being any qinst->uniform != ~0. 2019-03-05 12:57:39 -08:00
v3d_compiler.h v3d: Switch implicit uniforms over to being any qinst->uniform != ~0. 2019-03-05 12:57:39 -08:00
v3d_nir_lower_image_load_store.c v3d: Fix image_load_store clamping of signed integer stores. 2019-01-31 08:39:40 -08:00
v3d_nir_lower_io.c v3d: Move the stores for fixed function VS output reads into NIR. 2019-03-05 10:59:40 -08:00
v3d_nir_lower_txf_ms.c v3d: Fix txf_ms 2D_ARRAY array index. 2019-01-14 13:18:02 -08:00
vir.c v3d: Switch implicit uniforms over to being any qinst->uniform != ~0. 2019-03-05 12:57:39 -08:00
vir_dump.c v3d: Switch implicit uniforms over to being any qinst->uniform != ~0. 2019-03-05 12:57:39 -08:00
vir_live_variables.c v3d: Stop treating exec masking specially. 2019-03-05 07:36:24 -08:00
vir_lower_uniforms.c v3d: Switch implicit uniforms over to being any qinst->uniform != ~0. 2019-03-05 12:57:39 -08:00
vir_opt_copy_propagate.c v3d: Whitespace consistency fix. 2019-02-05 15:46:42 -08:00
vir_opt_dead_code.c v3d: Stop tracking num_inputs for VPM loads. 2019-02-18 18:09:07 -08:00
vir_opt_small_immediates.c v3d: Switch implicit uniforms over to being any qinst->uniform != ~0. 2019-03-05 12:57:39 -08:00
vir_register_allocate.c v3d: Do uniform rematerialization spilling before dropping threadcount 2019-03-05 12:57:39 -08:00
vir_to_qpu.c v3d: Add support for vir-to-qpu of ldunif instructions to a temp. 2019-03-05 12:57:39 -08:00