mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 22:40:09 +01:00
r300g: disable cliprects
Thanks to Nicolai Hähnle for explaining this register!
This commit is contained in:
parent
a7109625aa
commit
feb8d99593
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ void r300_emit_invariant_state(struct r300_context* r300,
|
|||
OUT_CS_REG(R300_ZB_HIZ_PITCH, 0x00000000);
|
||||
|
||||
/* XXX */
|
||||
OUT_CS_REG(R300_SC_CLIP_RULE, 0xaaaa);
|
||||
OUT_CS_REG(R300_SC_CLIP_RULE, 0xFFFF);
|
||||
|
||||
END_CS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue