diff options
author | Alex Deucher <[email protected]> | 2009-12-04 09:52:37 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-12-04 09:52:37 -0500 |
commit | 8d8fd9776e23a34e0d22e489ce1f85eb5e383121 (patch) | |
tree | bb972e3785e3b338551bc23bf47730952a83de62 /src/mesa/drivers/dri/radeon/radeon_common.h | |
parent | c74afe0c46dbd0f90361c06526f70885a9061e8e (diff) |
radeon: fix polygon stipple
fixes fdo bug 25354
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common.h b/src/mesa/drivers/dri/radeon/radeon_common.h index f3201911ac6..a9e1ca49eb9 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common.h +++ b/src/mesa/drivers/dri/radeon/radeon_common.h @@ -10,7 +10,6 @@ void radeonRecalcScissorRects(radeonContextPtr radeon); void radeonSetCliprects(radeonContextPtr radeon); void radeonUpdateScissor( GLcontext *ctx ); void radeonScissor(GLcontext* ctx, GLint x, GLint y, GLsizei w, GLsizei h); -void radeonPolygonStipplePreKMS( GLcontext *ctx, const GLubyte *mask ); void radeonWaitForIdleLocked(radeonContextPtr radeon); extern uint32_t radeonGetAge(radeonContextPtr radeon); |