projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77bfc4
)
radeon: drop unused members of radeon_state.
author
Dave Airlie
<airlied@redhat.com>
Thu, 17 Dec 2009 04:18:54 +0000
(14:18 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 22 Dec 2009 00:24:57 +0000
(10:24 +1000)
src/mesa/drivers/dri/radeon/radeon_common_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_common_context.h
b/src/mesa/drivers/dri/radeon/radeon_common_context.h
index ded81fff29f6294e84fc97e811a176d948b8c306..629874894282e8f1be100b1e80489935c2d2a545 100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/
src/mesa/drivers/dri/radeon/radeon_common_context.h
@@
-405,9
+405,6
@@
struct radeon_state {
struct radeon_depthbuffer_state depth;
struct radeon_scissor_state scissor;
struct radeon_stencilbuffer_state stencil;
-
- struct radeon_cs_space_check bos[RADEON_MAX_BOS];
- int validated_bo_count;
};
/**