From 7d36478d888accd18d55cc76ba41af0ad7d3baf8 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 10 Apr 2012 04:37:52 +0200 Subject: u_vbuf: use user_ptr from pipe_resource --- src/gallium/auxiliary/util/u_vbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/util/u_vbuf.h') 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; -- cgit v1.2.3