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 09:04:14 +0000 (10:04 +0100)
commit01280cff537544299fe0c5f1a282abde8e69b1f3
treea1e9ec25b5be9c9ff99d9a01b2d39df45162e72c
parent4a333c64faf78dd39f07574bb94f62ba48995e7d
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