projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d805d46
)
remove pipe_surface_sampler
author
Brian
<brian@i915.localnet.net>
Tue, 7 Aug 2007 21:27:03 +0000
(15:27 -0600)
committer
Brian
<brian@i915.localnet.net>
Tue, 7 Aug 2007 21:27:03 +0000
(15:27 -0600)
src/mesa/pipe/p_state.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_state.h
b/src/mesa/pipe/p_state.h
index e51b9c460f2522fd43f342ed89c3e1c06ca8d628..68616cf767d6fdbf066d0995625d625bbc31875d 100644
(file)
--- a/
src/mesa/pipe/p_state.h
+++ b/
src/mesa/pipe/p_state.h
@@
-272,19
+272,6
@@
struct pipe_surface
};
-/**
- * surface sampler object
- * XXX prototype
- */
-struct pipe_surface_sampler
-{
- struct pipe_sampler_state state;
- struct pipe_mipmap_tree *texture;
- void (*get_sample)(struct pipe_surface_sampler *sampler,
- const GLfloat strq[4], GLfloat rgba[4]);
-};
-
-
/**
* Describes the location of each texture image within a texture region.
*/