commit | 01280cff537544299fe0c5f1a282abde8e69b1f3 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Thu May 07 11:46:08 2009 +0100 |
committer | Keith Whitwell <keithw@vmware.com> | Fri May 08 10:04:14 2009 +0100 |
tree | a1e9ec25b5be9c9ff99d9a01b2d39df45162e72c | |
parent | 4a333c64faf78dd39f07574bb94f62ba48995e7d [diff] |
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.