mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
r300g: specify point/line/triangle have stuffed texture coord
This commit is contained in:
parent
c19b52f10f
commit
e938d4a053
1 changed files with 3 additions and 1 deletions
|
|
@ -38,7 +38,9 @@ void r300_emit_invariant_state(struct r300_context* r300)
|
|||
|
||||
/*** Graphics Backend (GB) ***/
|
||||
/* Various GB enables */
|
||||
OUT_CS_REG(R300_GB_ENABLE, 0x0);
|
||||
OUT_CS_REG(R300_GB_ENABLE, R300_GB_POINT_STUFF_ENABLE |
|
||||
R300_GB_LINE_STUFF_ENABLE |
|
||||
R300_GB_TRIANGLE_STUFF_ENABLE);
|
||||
/* Subpixel multisampling for AA
|
||||
* These are commented out because glisse's CS checker doesn't like them.
|
||||
* I presume these will be re-enabled later.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue