summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_resource.h
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-04-10 19:07:28 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-04-10 19:08:45 +0200
commit51430c21ffd212d801f129d625f3ae8713372f68 (patch)
tree30ffe4abc82308cc249692b039a652adb38425bf /src/gallium/drivers/nv50/nv50_resource.h
parentcd499e76123f075c3201058f5fcda66425c4e5a8 (diff)
nv50: plug in miptree resource vtbl
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_resource.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_resource.h b/src/gallium/drivers/nv50/nv50_resource.h
index 963a1100ce..6cf7662124 100644
--- a/src/gallium/drivers/nv50/nv50_resource.h
+++ b/src/gallium/drivers/nv50/nv50_resource.h
@@ -16,7 +16,7 @@ struct nouveau_bo;
*/
struct nv50_resource {
struct pipe_resource base;
- struct u_resource_vtbl *vtbl;
+ const struct u_resource_vtbl *vtbl;
struct nouveau_bo *bo;
};