#define PCI_CHIP_Q33_G 0x29D2
-/** Cast wrapper */
-static INLINE struct intel_context *
-intel_context_mesa(GLcontext * ctx)
-{
- return (struct intel_context *) ctx->DriverCtx;
-}
-
-
/** Cast wrapper */
static INLINE struct intel_context *
intel_context(__DRIcontextPrivate *driContextPriv)
#include "state_tracker/st_cb_fbo.h"
+
+/** Cast wrapper */
+static INLINE struct intel_context *
+intel_context_mesa(GLcontext * ctx)
+{
+ return (struct intel_context *) ctx->DriverCtx;
+}
+
+
/** XXX temporary - want to get rid of this */
static struct intel_context *
intelScreenContext(struct intel_screen *intelScreen)