mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 14:28:05 +02:00
nouveau: nv10: there are 8 clipping regions
This commit is contained in:
parent
99dfca1e7f
commit
83cf4ce6e4
1 changed files with 1 additions and 1 deletions
|
|
@ -619,7 +619,7 @@ static void nv10WindowMoved(nouveauContextPtr nmesa)
|
|||
NV10_TCL_PRIMITIVE_3D_VIEWPORT_CLIP_HORIZ(0), 2);
|
||||
OUT_RING_CACHE(((w+x-1) << 16) | x | 0x08000800);
|
||||
OUT_RING_CACHE(((h+y-1) << 16) | y | 0x08000800);
|
||||
for (i=1; i<7; i++) {
|
||||
for (i=1; i<8; i++) {
|
||||
BEGIN_RING_CACHE(NvSub3D,
|
||||
NV10_TCL_PRIMITIVE_3D_VIEWPORT_CLIP_HORIZ(i), 1);
|
||||
OUT_RING_CACHE(0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue