diff options
author | Marek Olšák <[email protected]> | 2011-11-22 20:43:21 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-11-22 20:56:51 +0100 |
commit | fba685a0995e76f86af5920163297e5c3b32fb4b (patch) | |
tree | c59f859813875dea474353fe91e088b445464ef7 /src/gallium/drivers/r600/r600_resource.h | |
parent | 611a8b82e3827dd7c256edd5c014f4d48cb045f0 (diff) |
u_vbuf_mgr: rename to u_vbuf
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index ee10f3447ed..1ca67298d05 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -24,7 +24,7 @@ #define R600_RESOURCE_H #include "util/u_transfer.h" -#include "util/u_vbuf_mgr.h" +#include "util/u_vbuf.h" /* flag to indicate a resource is to be used as a transfer so should not be tiled */ #define R600_RESOURCE_FLAG_TRANSFER PIPE_RESOURCE_FLAG_DRV_PRIV |