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

Author: Brian Paul <[email protected]>
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 */

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to