diff options
author | Brian Paul <[email protected]> | 2011-05-26 19:25:44 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-05-26 19:25:44 -0600 |
commit | e401c1f57fc0640f0eba32f91703b1c5383f2364 (patch) | |
tree | e4b0125793783ba83f29bd4699fa203e3eedd03a /src/mesa/main/dlist.c | |
parent | 6126d50e75f1d8ef2e65c5df844e50a1b7f415f9 (diff) |
mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch table
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | 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 5acbb7ace9d..c23593bc30d 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 */ |