projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8ba5f
)
r600g: drop unused context members
author
Dave Airlie
<airlied@redhat.com>
Wed, 13 Oct 2010 23:10:16 +0000
(09:10 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 13 Oct 2010 23:10:16 +0000
(09:10 +1000)
src/gallium/drivers/r600/r600_pipe.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_pipe.h
b/src/gallium/drivers/r600/r600_pipe.h
index 873178676965051b54072848745ee8a9db2e1696..47a1b3070e9d58fe033edf1095c78d5c9195b826 100644
(file)
--- a/
src/gallium/drivers/r600/r600_pipe.h
+++ b/
src/gallium/drivers/r600/r600_pipe.h
@@
-123,8
+123,6
@@
struct r600_pipe_context {
struct pipe_stencil_ref stencil_ref;
struct pipe_viewport_state viewport;
struct pipe_clip_state clip;
- unsigned vs_nconst;
- unsigned ps_nconst;
struct r600_pipe_state *vs_resource;
struct r600_pipe_state *ps_resource;
struct r600_pipe_state config;