diff options
author | Christoph Bumiller <[email protected]> | 2011-08-26 22:59:19 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-09-14 16:19:51 +0200 |
commit | 150bb0fb34b74055c7dd6d2925ce9c5a1d7decf5 (patch) | |
tree | 3c9032e6abcd37de542ded4da1be8ccc32029541 /src/gallium/drivers/nouveau | |
parent | ec22b75be1c57f991f48bf6cc1d4b910911e8bf2 (diff) |
nouveau: make data argument of nouveau_context::push_data const
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_context.h b/src/gallium/drivers/nouveau/nouveau_context.h index 19bf7c84ac7..7b5f3f1ec39 100644 --- a/src/gallium/drivers/nouveau/nouveau_context.h +++ b/src/gallium/drivers/nouveau/nouveau_context.h @@ -14,7 +14,7 @@ struct nouveau_context { struct nouveau_bo *src, unsigned, unsigned, unsigned); void (*push_data)(struct nouveau_context *, struct nouveau_bo *dst, unsigned, unsigned, - unsigned, void *); + unsigned, const void *); }; static INLINE struct nouveau_context * |