mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
Define union fi, reenable clear-with-tris.
This commit is contained in:
parent
b6759e2be7
commit
b5d7c69884
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue