projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aea0d6
)
r300g: add missing layer argument to rws->buffer_get_handle() call
author
Brian Paul
<brianp@vmware.com>
Thu, 17 Mar 2016 15:47:21 +0000
(09:47 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 17 Mar 2016 15:52:21 +0000
(09:52 -0600)
Fixes compilation error since
5aea0d691
.
Reviewed-by: Christian König <christian.koenig@amd.com>
src/gallium/drivers/r300/r300_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_texture.c
b/src/gallium/drivers/r300/r300_texture.c
index 22a613f1e52127de7b10bb803fd96b05409894aa..709345a492ec66a43cd3d779d11ae1020cab3bd5 100644
(file)
--- a/
src/gallium/drivers/r300/r300_texture.c
+++ b/
src/gallium/drivers/r300/r300_texture.c
@@
-982,7
+982,7
@@
boolean r300_resource_get_handle(struct pipe_screen* screen,
}
return rws->buffer_get_handle(tex->buf, tex->tex.stride_in_bytes[0],
- 0, whandle);
+ 0,
0,
whandle);
}
static const struct u_resource_vtbl r300_texture_vtbl =