projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbcc416
)
svga: remove unused variable
author
Charmaine Lee
<charmainel@vmware.com>
Thu, 7 Dec 2017 20:04:17 +0000
(12:04 -0800)
committer
Brian Paul
<brianp@vmware.com>
Mon, 10 Sep 2018 19:07:30 +0000
(13:07 -0600)
Trivial.
src/gallium/drivers/svga/svga_pipe_blit.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_pipe_blit.c
b/src/gallium/drivers/svga/svga_pipe_blit.c
index 55eee9220bf5485bb093d7bee7ef1dad45b9c73a..57df5f4c48915401f1b72d16f708981ffc30727e 100644
(file)
--- a/
src/gallium/drivers/svga/svga_pipe_blit.c
+++ b/
src/gallium/drivers/svga/svga_pipe_blit.c
@@
-122,7
+122,6
@@
copy_region_vgpu10(struct svga_context *svga, struct pipe_resource *src_tex,
unsigned dst_level, unsigned dst_layer_face,
unsigned width, unsigned height, unsigned depth)
{
- enum pipe_error ret;
uint32 srcSubResource, dstSubResource;
struct svga_texture *dtex, *stex;