Isabelle Lafon (isabelle++at++discreet.com)
Thu, 04 Mar 1999 10:41:28 -0500
This is more an openGL question than a Performer question.
But if someone could help us on this problem, it will be
very very appreciate.
Our program has two modules: The first one is built with openGL;
the second one with Performer.
We are running on an Onyx InfiniteReality2 with 512 Mbytes Main Memory
and 64Mbytes Texture Memory.
The performer module is able to handle scene with 70Mb of Textures
without
complaining. But the openGL module, crashes in the glTexImage2D call
when
64Mbytes of texture is reached. See the dbx stack at the end of the
mail.
The error message displayed is
ERROR: Failed Texture Manager Malloc -- Exiting
What does performer relative to the texture memory management that
openGL do not ?
Looking at the stack below, it seems that openGL is trying to allocate
a mipmap level even though there is no texture mipmaping specified
(texture MIN_FILTER is GL_LINEAR and the glTexImage2D
call passes a level 0 argument).
There is a token GL_GENERATE_MIPMAP_SGIS in the openGL include
file. I know that performer generate texture mipmap by default
(the pfTexture PFTEX_GEN_MIPMAP_FORMAT default value is TRUE).
Does OpenGL do a similar thing ?
Do someone know when and where this GL_GENERATE_MIPMAP_SGIS token
is used by openGL (which openGL function) ?
dbx stack:
==========
0 __exit(0x1, 0xfb4cf00, 0xfb4d098, 0x0, 0xffffffff, 0xfb521d0,
0xfb512f8, 0x10ea7770)
["/xlv24/patches/3312/work/irix/lib/libc/libc_n32_M4/gen/cuexit.c":29,
0xfad1d60]
1 allocLevelImage(0x1, 0xfb4cf00, 0xfb4d098, 0x0, 0x0, 0xfb521d0,
0xfb512f8, 0x10ea7770)
["/xlv11/patches/3543/work/gfx/lib/opengl/KONA/texture/kon_texture_api.c":917,
0xda84924]
2 copyBackLods(0x0, 0x114928b8, 0xfb4d098, 0x0, 0xffffffff, 0xfb521d0,
0xfb512f8, 0x10ea7770)
["/xlv11/patches/3543/work/gfx/lib/opengl/KONA/texture/kon_texture_api.c":3532,
0xda8a918]
3 __glKonFreeAllocedTexObjBank(0x1, 0x114928b8, 0xfb4d098, 0x0,
0xffffffff, 0xfb521d0, 0xfb512f8, 0x10ea7770)
["/xlv11/patches/3543/work/gfx/lib/opengl/KONA/texture/kon_texture_api.c":6899,
0xda92af4]
4 getFreeBank(0x10eb1380, 0x0, 0x11576614, 0x11118, 0x14cd0200, 0x0,
0xfb512f8, 0x0)
["/xlv11/patches/3543/work/gfx/lib/opengl/KONA/texture/kon_texture_mem.c":679,
0xda94c18]
5 __glKonTexAlloc(0x10eb1380, 0x14cd0200, 0x0, 0x0, 0xffffffff, 0x0,
0x0, 0x10ea7770)
["/xlv11/patches/3543/work/gfx/lib/opengl/KONA/texture/kon_texture_mem.c":1076,
0xda956c4]
6 configTexture(0x1, 0x14cd0200, 0xfb4d098, 0x0, 0x0, 0xfb521d0,
0xfb512f8, 0x10ea7770)
["/xlv11/patches/3543/work/gfx/lib/opengl/KONA/texture/kon_texture_api.c":4209,
0xda8c214]
7 checkTexImage(0x2, 0x0, 0x0, 0x400, 0xffffffff, 0x0, 0x10eaede8, 0x0)
["/xlv11/patches/3543/work/gfx/lib/opengl/KONA/texture/kon_texture_api.c":5001,
0xda8e1c0]
8 __glkonim_TexImage(0xde1, 0x0, 0x8058, 0x400, 0x200, 0x0, 0x0, 0x0)
["/xlv11/patches/3543/work/gfx/lib/opengl/KONA/texture/kon_texture_api.c":5224,
0xda8e864]
9 __glkonim_TexImage2D(0x1, 0xfb4cf00, 0xfb4d098, 0x0, 0xffffffff,
0xfb521d0, 0xfb512f8, 0x10ea7770)
["/xlv11/patches/3543/work/gfx/lib/opengl/KONA/texture/kon_texture_api.c":5407,
0xda8ee8c]
10 adbTexture::bind(void)(0x11562630, 0xfb4cf00, 0x0, 0x0, 0xffffffff,
0xfb521d0, 0xfb512f8, 0x10ea7770)
Thanks for your help,
Isabelle.
-- Isabelle Lafon Discreet Logic Tel: (514) 954-7157 10 Duke Fax: (514) 393-0110 Montreal (Quebec) isabelle++at++discreet.com Canada, H3C 2L7
This archive was generated by hypermail 2.0b2 on Thu Mar 04 1999 - 07:41:32 PST