diff options
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_tcl.h')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_tcl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_tcl.h b/src/mesa/drivers/dri/r200/r200_tcl.h index 7dd43bf..ac5bc11 100644 --- a/src/mesa/drivers/dri/r200/r200_tcl.h +++ b/src/mesa/drivers/dri/r200/r200_tcl.h @@ -36,8 +36,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __R200_TCL_H__ #define __R200_TCL_H__ -#ifdef GLX_DIRECT_RENDERING - #include "r200_context.h" extern void r200TclPrimitive( GLcontext *ctx, GLenum prim, int hw_prim ); @@ -68,6 +66,4 @@ extern float r200ComputeFogBlendFactor( GLcontext *ctx, GLfloat fogcoord ); #define TCL_FALLBACK( ctx, bit, mode ) r200TclFallback( ctx, bit, mode ) - -#endif #endif |