dri/nouveau: Avoid pushbuf flushes in the middle of LMA setup.
[mesa.git] / src / mesa / vf / vf_generic.c
index baa00af29a63b4ca1941cfe59380c788f555a69f..0af8893c30224902bac17138d877c8934af3114e 100644 (file)
@@ -211,7 +211,7 @@ static INLINE void insert_3f_xyw_4( const struct vf_attr *a, GLubyte *v, const G
 static INLINE void insert_3f_xyw_err( const struct vf_attr *a, GLubyte *v, const GLfloat *in )
 {
    (void) a; (void) v; (void) in;
-   _mesa_exit(1);
+   exit(1);
 }
 
 static INLINE void insert_3f_3( const struct vf_attr *a, GLubyte *v, const GLfloat *in )