i965: Always set tiling for depth buffer on sandybridge
[mesa.git] / src / mesa / drivers / dri / tdfx / tdfx_state.h
index 5e59a16016408b0673ec46f66ba9d1c85b5512ee..4880b990fcde319a9461a10227fc746e4cef79c3 100644 (file)
@@ -23,7 +23,6 @@
  * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  */
-/* $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfx_state.h,v 1.2 2002/02/22 21:45:04 dawes Exp $ */
 
 /*
  * Original rewrite:
@@ -38,9 +37,7 @@
 #ifndef __TDFX_STATE_H__
 #define __TDFX_STATE_H__
 
-#ifdef GLX_DIRECT_RENDERING
-
-#include "context.h"
+#include "main/context.h"
 #include "tdfx_context.h"
 
 extern void tdfxDDInitStateFuncs( GLcontext *ctx );
@@ -61,4 +58,3 @@ extern void tdfxUpdateViewport( GLcontext *ctx );
 
 
 #endif
-#endif