diff options
author | Marek Olšák <maraeo@gmail.com> | 2012-04-11 15:56:59 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2012-04-24 01:39:22 +0200 |
commit | ae799a4948ac1becb48568a274c2ada5d77aa07c (patch) | |
tree | 8f64028245cc38c9062fddf815e68155f664c093 /src/gallium/auxiliary/util/u_vbuf.h | |
parent | 7fe3631a7a0ad7602b4e947ac87ef86875c8bb3f (diff) |
u_vbuf: pull u_vbuf_draw_max_vertex_count into r300g
Diffstat (limited to 'src/gallium/auxiliary/util/u_vbuf.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_vbuf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_vbuf.h b/src/gallium/auxiliary/util/u_vbuf.h index 1c0562903f2..80983f70a33 100644 --- a/src/gallium/auxiliary/util/u_vbuf.h +++ b/src/gallium/auxiliary/util/u_vbuf.h @@ -90,6 +90,5 @@ u_vbuf_create(struct pipe_context *pipe, void u_vbuf_destroy(struct u_vbuf *mgr); -unsigned u_vbuf_draw_max_vertex_count(struct u_vbuf *mgr); #endif |