diff options
author | Marek Olšák <[email protected]> | 2012-04-10 04:37:52 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-04-24 01:39:21 +0200 |
commit | 7d36478d888accd18d55cc76ba41af0ad7d3baf8 (patch) | |
tree | e33b439f2f89b1821f2eabadb7bc2646abf65153 /src/gallium/auxiliary/util/u_vbuf.h | |
parent | e8ab3b1ce76dddca7b591b9ce21836ab36995653 (diff) |
u_vbuf: use user_ptr from pipe_resource
Diffstat (limited to 'src/gallium/auxiliary/util/u_vbuf.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_vbuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_vbuf.h b/src/gallium/auxiliary/util/u_vbuf.h index 4f3235b7ca9..b5b7298b2cc 100644 --- a/src/gallium/auxiliary/util/u_vbuf.h +++ b/src/gallium/auxiliary/util/u_vbuf.h @@ -78,6 +78,7 @@ struct u_vbuf { void *vertex_elements; }; +/* XXX this is no longer needed and can be removed */ struct u_vbuf_resource { struct u_resource b; uint8_t *user_ptr; |