mesa/src
Brian Paul d6f3ef92d7 vbo: fix parameter validation for saving dlist glDraw* functions
The _save_OBE_DrawArrays/Elements/RangeElements() functions are
called when building a display list and we know we're outside
glBegin/End.

We shouldn't call the normal _mesa_validate_DrawArrays/Elements()
functions here because those functions only work properly in immediate
mode or during dlist execution.  At dlist compile time, we can't call
_mesa_update_state(), etc. and examine the current state since it won't
apply when the list is executed later.

Fixes several failures in piglit's gl-1.0-beginend-coverage test.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2013-05-02 09:03:15 -06:00
..
egl egl/dri2: Fix min/max swap interval of configs 2013-04-24 08:05:13 +02:00
gallium gallivm: Fix altivec intrinsics for 8xi16 add/sub 2013-05-02 10:34:08 -04:00
gbm gbm: Remember to init format on gbm_dri_bo_create. 2013-02-07 20:00:52 -05:00
getopt
glsl build: remove unused API_DEFINES 2013-05-01 21:34:48 +02:00
glx mesa: Restore 78-column wrapping of license text in C-style comments. 2013-04-23 22:07:09 -07:00
gtest gtest: Build it only for 'make check'. 2013-01-13 12:38:44 +01:00
mapi mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant 2013-05-02 09:03:15 -06:00
mesa vbo: fix parameter validation for saving dlist glDraw* functions 2013-05-02 09:03:15 -06:00
Makefile.am build: Remove GALLIUM_DIRS 2013-04-15 12:04:26 -07:00
SConscript Remove libGLU 2012-08-31 10:58:15 -07:00