Files
test2/source/blender
Mitchell Stokes fe2f3a131d OpenGL/BGE: Remove RAS_StorageIM (glBegin/glEnd rendering of mesh data)
The only use we had for RAS_StorageIM was to render derived meshes using
Blender's mesh drawing. This is now handled as a special case in
RAS_OpenGLRasterizer instead of in RAS_StorageIM.

We are now left with RAS_StorageVA and RAS_StorageVBO. At the moment
vertex arrays are still the default since our vertex array with display
lists implementation is still much faster than our VBO code in a lot of
cases. As we improve our VBO code, we can drop vertex arrays since
Blender's minimum OpenGL version is being bumped up to 2.1, which
supports VBOs.
2015-12-07 19:05:09 -08:00
..
2015-11-26 11:08:25 +11:00
2015-01-29 15:35:06 +11:00
2015-12-07 21:06:14 +01:00
2015-12-06 18:26:10 -05:00
2015-10-10 17:35:30 +02:00
2015-11-28 22:08:49 +05:00