projects
/
profile
/
ivi
/
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
e51b9c4
..
68616cf
100644
(file)
--- a/
src/mesa/pipe/p_state.h
+++ b/
src/mesa/pipe/p_state.h
@@
-273,19
+273,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.
*/
struct pipe_mipmap_level