vbo,gallium: make glBegin/End buffer size configurable by drivers
[mesa.git] / src / mesa / vbo / vbo_exec.h
index 0d056b35dc933c64ed22a47bdf39fb6ed7b0ea7e..336765c9117527fd8259f41180240e93f7a7d46f 100644 (file)
@@ -46,12 +46,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define VBO_MAX_PRIM 64
 
 
-/**
- * Size (in bytes) of the VBO to use for glBegin/glVertex/glEnd-style rendering.
- */
-#define VBO_VERT_BUFFER_SIZE (1024 * 512)
-
-
 struct vbo_exec_eval1_map {
    struct gl_1d_map *map;
    GLuint sz;