-/* $Id: wmesa.c,v 1.19 2001/09/18 16:39:38 kschultz Exp $ */
+/* $Id: wmesa.c,v 1.20 2001/09/25 16:22:40 kschultz Exp $ */
/*
* Windows (Win32) device driver for Mesa 3.4
static PWMC Current = NULL;
WMesaContext WC = NULL;
-
+#if 0
#ifdef NDEBUG
#define assert(ignore) ((void) 0)
#else
}
#define assert(e) if (!e) Mesa_Assert(#e,__FILE__,__LINE__);
#endif
-
+#endif
//#define DD_GETDC (Current->hDC )
#define DD_GETDC ((Current->db_flag) ? Current->dib.hDC : Current->hDC )
//#define DD_GETDC ((Current->db_flag) ? Current->hDCPrimary : Current->hDCBack )
return NULL;
}
- c->gl_ctx->Driver.UpdateState = setup_DD_pointers;
+ // c->gl_ctx->Driver.UpdateState = setup_DD_pointers;
// setup_DD_pointers(c->gl_ctx);
*/
#define PACK_8B8G8R( R, G, B ) ( ((B) << 16) | ((G) << 8) | (R) )
-
+#if 0
/**********************************************************************/
/*** Triangle rendering ***/
/**********************************************************************/
#endif
}
-
+#endif
static /*triangle_func*/ choose_triangle_function( GLcontext *ctx )