mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
radeonsi: enable VS_OUT_MISC_SIDE_BUS_ENA
This is recommended for better performance. Diag tests always enable this. Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
e7a52a5cb8
commit
8ae88105b6
1 changed files with 1 additions and 0 deletions
|
|
@ -496,6 +496,7 @@ static void si_emit_clip_regs(struct si_context *sctx, struct r600_atom *atom)
|
|||
info->writes_edgeflag ||
|
||||
info->writes_layer ||
|
||||
info->writes_viewport_index) |
|
||||
S_02881C_VS_OUT_MISC_SIDE_BUS_ENA(1) |
|
||||
(sctx->queued.named.rasterizer->clip_plane_enable &
|
||||
clipdist_mask));
|
||||
r600_write_context_reg(cs, R_028810_PA_CL_CLIP_CNTL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue