mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
freedreno, tu: Stop asking for foveation quality
We were setting it to r0.x. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12340>
This commit is contained in:
parent
2b134a8c0c
commit
70e620437c
2 changed files with 2 additions and 2 deletions
|
|
@ -1377,7 +1377,7 @@ tu6_emit_fs_inputs(struct tu_cs *cs, const struct ir3_shader_variant *fs)
|
|||
A6XX_HLSQ_CONTROL_4_REG_ZWCOORDREGID(zwcoord_regid) |
|
||||
A6XX_HLSQ_CONTROL_4_REG_IJ_PERSP_SAMPLE(ij_regid[IJ_PERSP_SAMPLE]) |
|
||||
A6XX_HLSQ_CONTROL_4_REG_IJ_LINEAR_SAMPLE(ij_regid[IJ_LINEAR_SAMPLE]));
|
||||
tu_cs_emit(cs, 0xfc);
|
||||
tu_cs_emit(cs, 0xfcfc);
|
||||
|
||||
enum a6xx_threadsize thrsz = fs->info.double_threadsize ? THREAD128 : THREAD64;
|
||||
tu_cs_emit_pkt4(cs, REG_A6XX_HLSQ_FS_CNTL_0, 1);
|
||||
|
|
|
|||
|
|
@ -746,7 +746,7 @@ setup_stateobj(struct fd_ringbuffer *ring, struct fd_context *ctx,
|
|||
A6XX_HLSQ_CONTROL_4_REG_ZWCOORDREGID(zwcoord_regid) |
|
||||
A6XX_HLSQ_CONTROL_4_REG_IJ_PERSP_SAMPLE(ij_regid[IJ_PERSP_SAMPLE]) |
|
||||
A6XX_HLSQ_CONTROL_4_REG_IJ_LINEAR_SAMPLE(ij_regid[IJ_LINEAR_SAMPLE]));
|
||||
OUT_RING(ring, 0xfc); /* XXX */
|
||||
OUT_RING(ring, 0xfcfc); /* line length (?), foveation quality */
|
||||
|
||||
OUT_PKT4(ring, REG_A6XX_HLSQ_FS_CNTL_0, 1);
|
||||
OUT_RING(ring, A6XX_HLSQ_FS_CNTL_0_THREADSIZE(fssz) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue