mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 21:50:11 +01:00
nvc0: fix setting of subpixel precision during conservative rasterization
Fixes: 07dac3e040 ("nvc0: add conservative rasterization support")
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
c879011c72
commit
8f6cbb8c7d
2 changed files with 2 additions and 2 deletions
|
|
@ -569,7 +569,7 @@ qbw_done:
|
|||
mov $r2 0x831
|
||||
send (extrinsrt 0x0 $r2 0 12 11) /* sends 0x418800 */
|
||||
/* Subpixel precision */
|
||||
mov $r2 (extrinsrt 0x0 $r1 0 3 0)
|
||||
mov $r2 (extrinsrt 0x0 $r1 0 4 0)
|
||||
mov $r2 (extrinsrt $r2 $r1 4 4 8)
|
||||
maddr 0x8287 /* SUBPIXEL_PRECISION[0] (incrementing by 8 methods) */
|
||||
mov $r3 16 /* loop counter */
|
||||
|
|
|
|||
|
|
@ -384,7 +384,7 @@ uint32_t mme9097_conservative_raster_state[] = {
|
|||
0x06310021,
|
||||
0x020c4211,
|
||||
0x5b008042,
|
||||
0x00c04212,
|
||||
0x01004212,
|
||||
0x41085212,
|
||||
0x20a1c021,
|
||||
0x00040311,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue