projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0931e
)
mesa: remove unused gl_shared_state::DriverData field
author
Brian Paul
<brianp@vmware.com>
Fri, 10 Feb 2012 15:26:31 +0000
(08:26 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 10 Feb 2012 15:26:31 +0000
(08:26 -0700)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 6066e6f5b9679c8da3e27a9b7557ccee125af077..5ef97c86c151c51e80475b18ccdab00b6d1d299c 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-2527,8
+2527,6
@@
struct gl_shared_state
/** GL_ARB_sampler_objects */
struct _mesa_HashTable *SamplerObjects;
-
- void *DriverData; /**< Device driver shared state */
};