diff options
author | dawes <dawes> | 2002-02-28 18:22:13 +0000 |
---|---|---|
committer | dawes <dawes> | 2002-02-28 18:22:13 +0000 |
commit | f9e0d949cf0a0a54b2e66ad8aab15197c431f5dd (patch) | |
tree | b422d8fa6ca0fa0c68047c4db0d5d60397f96951 /xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h | |
parent | f2bdb0b0998a0933268bf6e2c7602ce45e43f378 (diff) |
GL/mesa build cleanups/fixes.
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h')
-rw-r--r-- | xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h b/xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h index 935e0e24b..7decaa97e 100644 --- a/xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h +++ b/xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h @@ -23,7 +23,7 @@ * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -/* $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h,v 1.3 2001/10/02 11:44:13 alanh Exp $ */ +/* $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h,v 1.5 2002/02/24 21:51:10 dawes Exp $ */ /* * Original rewrite: @@ -673,10 +673,8 @@ struct tdfx_glide { void (*grDisable)( GrEnableMode_t mode ); void (*grCoordinateSpace)( GrCoordinateSpaceMode_t mode ); void (*grDepthRange)( FxFloat n, FxFloat f ); -#ifdef __linux__ void (*grStippleMode)( GrStippleMode_t mode ); void (*grStipplePattern)( GrStipplePattern_t mode ); -#endif /* __linux__ */ void (*grViewport)( FxI32 x, FxI32 y, FxI32 width, FxI32 height ); FxU32 (*grTexCalcMemRequired)(GrLOD_t lodmin, GrLOD_t lodmax, GrAspectRatio_t aspect, GrTextureFormat_t fmt); |