mesa/st: cope with non-ibo index data in st_draw_feedback.c
authorKeith Whitwell <keithw@vmware.com>
Thu, 7 May 2009 10:46:08 +0000 (11:46 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 8 May 2009 13:57:30 +0000 (14:57 +0100)
commit33d2ca7624968fc972c917f15fa947df36916296
tree150cd12d5829821d90c2755f5d94690954a1fd1b
parente6a3801f3daaaf7e7e048ad0c43e838bac6a2d9a
mesa/st: cope with non-ibo index data in st_draw_feedback.c

Previously only non-indexed or indicies-in-a-vbo cases were handled in
this code.  This change adds the missing regular indices-in-memory
case.
src/mesa/state_tracker/st_draw_feedback.c