int NOUVEAU_DEBUG = 0;
#endif
+#define NOUVEAU_FALLBACK_DISABLE 1
+
static const struct dri_debug_control debug_control[] =
{
{ NULL, 0 }
/* Configuration cache */
driOptionCache optionCache;
+
+ uint32_t vblank_flags;
}nouveauContextRec, *nouveauContextPtr;
#define NOUVEAU_CONTEXT(ctx) ((nouveauContextPtr)(ctx->DriverCtx))
**************************************************************************/
#include "nouveau_context.h"
+#include "nouveau_tris.h"
+#include <swrast.h>
/* Common tri functions */
static void nv10RasterPrimitive( GLcontext *ctx, GLenum rprim, GLuint hwprim );
+
/***********************************************************************
* Emit primitives as inline vertices *
***********************************************************************/