projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6126d50
)
mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch table
author
Brian Paul
<brianp@vmware.com>
Fri, 27 May 2011 01:25:44 +0000
(19:25 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 27 May 2011 01:25:44 +0000
(19:25 -0600)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index 5acbb7ace9d446d5d05dec08657c1d40ac8e90ed..c23593bc30daf4275a475dad380035005797d22f 100644
(file)
--- a/
src/mesa/main/dlist.c
+++ b/
src/mesa/main/dlist.c
@@
-10261,6
+10261,7
@@
_mesa_create_save_table(void)
#if FEATURE_APPLE_object_purgeable
SET_ObjectPurgeableAPPLE(table, _mesa_ObjectPurgeableAPPLE);
SET_ObjectUnpurgeableAPPLE(table, _mesa_ObjectUnpurgeableAPPLE);
+ SET_GetObjectParameterivAPPLE(table, _mesa_GetObjectParameterivAPPLE);
#endif
/* GL_EXT_texture_integer */