projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1703628
)
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:23:40 +0000
(10: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 0309345393d8c4d82cebbb3e46f1702ed7744486..fdf5e0757f7b85ce410c71e98e66835717625c7e 100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/
src/mesa/drivers/dri/radeon/radeon_common_context.h
@@
-401,9
+401,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;
};
/**