Bugzilla #755: Fix polygon offset by setting DEPTH_SCALE to depth_scale instead

of 1.0.
This commit is contained in:
Eric Anholt 2004-07-04 20:49:04 +00:00
parent aaebfc88c0
commit 3e77737955

View file

@ -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