Define union fi, reenable clear-with-tris.

This commit is contained in:
Keith Whitwell 2006-02-24 11:05:35 +00:00
parent b6759e2be7
commit b5d7c69884

View file

@ -970,6 +970,10 @@ void intelFallback( struct intel_context *intel, GLuint bit, GLboolean mode )
}
}
union fi {
GLfloat f;
GLint i;
};
/**********************************************************************/
@ -984,12 +988,8 @@ void intel_meta_draw_quad(struct intel_context *intel,
GLfloat t0, GLfloat t1,
GLuint flags)
{
return;
#if 0
union fi *vb;
if (0)
fprintf(stderr, "%s: %f,%f-%f,%f 0x%x %f,%f-%f,%f\n",
__FUNCTION__,
@ -1038,7 +1038,6 @@ void intel_meta_draw_quad(struct intel_context *intel,
if (intel->prim.flush)
intel->prim.flush(intel);
#endif
}