mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
r300g/swtcl: fix polygon offset
This commit is contained in:
parent
3b8fe06eb6
commit
c3481f3410
1 changed files with 4 additions and 0 deletions
|
|
@ -1048,6 +1048,10 @@ static void* r300_create_rs_state(struct pipe_context* pipe,
|
|||
|
||||
/* Override some states for Draw. */
|
||||
rs->rs_draw.sprite_coord_enable = 0; /* We can do this in HW. */
|
||||
rs->rs_draw.offset_point = 0;
|
||||
rs->rs_draw.offset_line = 0;
|
||||
rs->rs_draw.offset_tri = 0;
|
||||
rs->rs_draw.offset_clamp = 0;
|
||||
|
||||
#ifdef PIPE_ARCH_LITTLE_ENDIAN
|
||||
vap_control_status = R300_VC_NO_SWAP;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue