OSDN Git Service

mesa: Allow NULL vertex pointer without a VBO
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 18 Aug 2012 00:12:39 +0000 (17:12 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 29 Aug 2012 22:09:37 +0000 (15:09 -0700)
commit843b876ba3e01af73ea4ca55a529911448c10b2a
treef311be4b80cbee5c1eacb90edf220651b5695313
parent792214e8d45675b756e02a5e39bfe2ab32f7383d
mesa: Allow NULL vertex pointer without a VBO

There is text in the OpenGL 3.x specs to explicitly allow this case.
Weird.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/varray.c