projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879ea6f
)
i965: Remove the unused SDC BO pointer from the sampler state key.
author
Eric Anholt
<eric@anholt.net>
Fri, 5 Mar 2010 21:24:24 +0000
(13:24 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 5 Mar 2010 23:23:30 +0000
(15:23 -0800)
Since it's a BO pointer, it already lives outside the key in
brw->wm.sdc_bo[] which is used for sampler state lookup and setup.
src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
b/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
index c232cd2791482a3e47a52aae5e9b46a2703e6735..3a3399645278d28fa1528abcb286d5799d2905b4 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
+++ b/
src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
@@
-89,7
+89,6
@@
struct wm_sampler_key {
float max_aniso;
GLenum minfilter, magfilter;
GLenum comparemode, comparefunc;
- dri_bo *sdc_bo;
/** If target is cubemap, take context setting.
*/