mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 05:20:23 +01:00
r300-gallium: Correct default MSPOS.
Per agd5f.
This commit is contained in:
parent
45435abcb9
commit
fbcfcd9f5c
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ void r300_emit_invariant_state(struct r300_context* r300)
|
|||
/* Various GB enables */
|
||||
OUT_CS_REG(R300_GB_ENABLE, 0x0);
|
||||
/* Subpixel multisampling for AA */
|
||||
OUT_CS_REG(R300_GB_MSPOS0, 0x66666666);
|
||||
OUT_CS_REG(R300_GB_MSPOS1, 0x66666666);
|
||||
OUT_CS_REG(R300_GB_MSPOS0, 0x6666666);
|
||||
OUT_CS_REG(R300_GB_MSPOS1, 0x6666666);
|
||||
/* GB tile config and pipe setup */
|
||||
OUT_CS_REG(R300_GB_TILE_CONFIG, R300_GB_TILE_DISABLE |
|
||||
r300_translate_gb_pipes(caps->num_frag_pipes));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue