diff --git a/src/mesa/vbo/vbo_exec.h b/src/mesa/vbo/vbo_exec.h index 96a290880af..92556906a15 100644 --- a/src/mesa/vbo/vbo_exec.h +++ b/src/mesa/vbo/vbo_exec.h @@ -49,7 +49,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. /** * Size (in bytes) of the VBO to use for glBegin/glVertex/glEnd-style rendering. */ -#define VBO_VERT_BUFFER_SIZE (1024 * 64) +#define VBO_VERT_BUFFER_SIZE (1024 * 512) struct vbo_exec_eval1_map {