projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24c29c
)
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>
Thu, 17 Dec 2009 04:23:47 +0000
(14:23 +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 49a9ec561061e384f7a8f2ddcb82b2327348d679..0739496e0323af37cf5674407bc779413fac8963 100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/
src/mesa/drivers/dri/radeon/radeon_common_context.h
@@
-406,9
+406,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;
};
/**