Files
third_party_mesa3d/src/mesa
Marek Olšák 14bb957b99 mesa: implement DrawTransformFeedback from ARB_transform_feedback2
It's like DrawArrays, but the count is taken from a transform feedback
object.

This removes DrawTransformFeedback from dd_function_table and adds the same
function to GLvertexformat (with the function parameters matching GL).

The vbo_draw_func callback has a new parameter
"struct gl_transform_feedback_object *tfb_vertcount".

The rest of the code just validates states and forwards the transform
feedback object into vbo_draw_func.
2011-12-15 18:50:44 +01:00
..
2010-05-12 15:03:42 +08:00
2011-08-21 02:01:49 +08:00
2011-11-26 11:42:08 +08:00
2011-01-10 12:34:02 -07:00