mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
Bugzilla #755: Fix polygon offset by setting DEPTH_SCALE to depth_scale instead
of 1.0.
This commit is contained in:
parent
aaebfc88c0
commit
3e77737955
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ static struct {
|
|||
#define VERTEX r128Vertex
|
||||
#define TAB rast_tab
|
||||
|
||||
#define DEPTH_SCALE 1.0
|
||||
#define DEPTH_SCALE rmesa->depth_scale
|
||||
#define UNFILLED_TRI unfilled_tri
|
||||
#define UNFILLED_QUAD unfilled_quad
|
||||
#define VERT_X(_v) _v->v.x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue