Mesa (master): mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch table

Brian Paul brianp at kemper.freedesktop.org
Fri May 27 01:26:20 UTC 2011


Module: Mesa
Branch: master
Commit: e401c1f57fc0640f0eba32f91703b1c5383f2364
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e401c1f57fc0640f0eba32f91703b1c5383f2364

Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 26 19:25:44 2011 -0600

mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch table

---

 src/mesa/main/dlist.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 5acbb7a..c23593b 100644
--- 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 */




More information about the mesa-commit mailing list