projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc6d5a
)
mesa: remove unused gl_sampler_object::_CompleteTexture field
author
Brian Paul
<brianp@vmware.com>
Thu, 13 Oct 2011 23:14:24 +0000
(17:14 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 13 Oct 2011 23:14:24 +0000
(17:14 -0600)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 749324d76292ceb2b35c53793bed05917aec605f..a7d1cb2b11141dca952a5e02b660726ac069d215 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-1311,9
+1311,6
@@
struct gl_sampler_object
/* deprecated sampler state */
GLenum DepthMode; /**< GL_ARB_depth_texture */
-
- /** Is the texture object complete with respect to this sampler? */
- GLboolean _CompleteTexture;
};