projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad95c1
)
nvfx: comment-out unused var
author
Brian Paul
<brianp@vmware.com>
Mon, 18 Apr 2011 14:19:42 +0000
(08:19 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 18 Apr 2011 18:34:29 +0000
(12:34 -0600)
src/gallium/drivers/nvfx/nvfx_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nvfx/nvfx_context.c
b/src/gallium/drivers/nvfx/nvfx_context.c
index
2bcb93d
..
2b15102
100644
(file)
--- a/
src/gallium/drivers/nvfx/nvfx_context.c
+++ b/
src/gallium/drivers/nvfx/nvfx_context.c
@@
-13,7
+13,7
@@
nvfx_flush(struct pipe_context *pipe,
struct nvfx_context *nvfx = nvfx_context(pipe);
struct nvfx_screen *screen = nvfx->screen;
struct nouveau_channel *chan = screen->base.channel;
- struct nouveau_grobj *eng3d = screen->eng3d;
+ /*struct nouveau_grobj *eng3d = screen->eng3d;*/
/* XXX: we need to actually be intelligent here */
/* XXX This flag wasn't set by the state tracker anyway. */