mesa/src/broadcom/compiler
Eric Anholt a91b158bd9 v3d: Fix setup of the VCM cache size.
There were two bugs working together to make things mostly work: I wasn't
dividing the VPM output size available by the size of a batch (vertex),
but I also had the size of the VPM reduced by a factor of 8.

Fixes dEQP-GLES3.functional.vertex_array_objects.all_attributes and it
seems also my intermittent varying failures.

Fixes: 1561e4984e ("v3d: Emit the VCM_CACHE_SIZE packet.")
2018-09-07 08:11:38 -07:00
..
meson.build vc4: Fix meson build when enabled without v3d. 2018-07-29 19:13:29 -07:00
nir_to_vir.c nir: Add flipping of gl_PointCoord.y in nir_lower_wpos_ytransform. 2018-07-26 11:00:34 -07:00
qpu_schedule.c v3d: Make sure we don't emit a thrsw before the last one finished. 2018-08-06 13:03:23 -07: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 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 v3d: Skip emitting texture config parameter 2 if it's just the defaults. 2018-07-23 10:21:43 -07:00
v3d_compiler.h v3d: Emit the VCM_CACHE_SIZE packet. 2018-08-06 13:03:23 -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 v3d: Fix setup of the VCM cache size. 2018-09-07 08:11:38 -07:00
vir_dump.c v3d: Implement a small immediates optimization, based on VC4's. 2018-07-23 10:21:43 -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 v3d: Return an invalid src number if asked for a missing implicit uniform. 2018-07-23 10:21:43 -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 v3d: Switch to using the new SFU instructions on V3D 4.x. 2018-07-23 10:21:43 -07:00
vir_opt_small_immediates.c v3d: Implement a small immediates optimization, based on VC4's. 2018-07-23 10:21:43 -07:00
vir_register_allocate.c v3d: Avoid spilling that breaks the r5 usage after a ldvary. 2018-08-06 13:03:23 -07:00
vir_to_qpu.c v3d: Implement a small immediates optimization, based on VC4's. 2018-07-23 10:21:43 -07:00