summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-05-26 19:25:44 -0600
committerBrian Paul <brianp@vmware.com>2011-05-26 19:25:44 -0600
commite401c1f57fc0640f0eba32f91703b1c5383f2364 (patch)
treee4b0125793783ba83f29bd4699fa203e3eedd03a /src/mesa/main/dlist.c
parent6126d50e75f1d8ef2e65c5df844e50a1b7f415f9 (diff)
downloadexternal_mesa3d-e401c1f57fc0640f0eba32f91703b1c5383f2364.zip
external_mesa3d-e401c1f57fc0640f0eba32f91703b1c5383f2364.tar.gz
external_mesa3d-e401c1f57fc0640f0eba32f91703b1c5383f2364.tar.bz2
mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch table
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c1
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 */