projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f318a15
)
st/xorg: remove unused variable
author
Marek Olšák
<maraeo@gmail.com>
Tue, 14 Jun 2011 01:48:06 +0000
(
03:48
+0200)
committer
Marek Olšák
<maraeo@gmail.com>
Tue, 14 Jun 2011 01:49:26 +0000
(
03:49
+0200)
src/gallium/state_trackers/xorg/xorg_xv.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/xorg/xorg_xv.c
b/src/gallium/state_trackers/xorg/xorg_xv.c
index 234574b968eb88a55a31ade5c83df3364726c746..af4992fc2edd5224a0b9ecb9571bc50594f70932 100644
(file)
--- a/
src/gallium/state_trackers/xorg/xorg_xv.c
+++ b/
src/gallium/state_trackers/xorg/xorg_xv.c
@@
-466,7
+466,6
@@
bind_samplers(struct xorg_xv_port_priv *port)
{
struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
struct pipe_sampler_state sampler;
- struct pipe_resource **dst = port->yuv[port->current_set];
struct pipe_sampler_view **dst_views = port->yuv_views[port->current_set];
memset(&sampler, 0, sizeof(struct pipe_sampler_state));