Sharon Clay (src++at++rose.engr.sgi.com)
Wed, 23 Jul 1997 22:26:05 -0700
This is true. However, dlists (and/or vertex arrays) might still
help your rendering performance on Onyx1 iR.
This putting the lpoints in the dlists was a bug in the libpfutil
traversal in 2.1. You can fix this
traversal in libpfutil/trav.c::pfuTravSetDListMode()
/* do not compile gset with a lpstate */
gs = pfGetGSetGState(gset);
if (gs)
lpstate = pfGetGStateAttr(gs,PFSTATE_LPOINTSTATE);
else
lpstate = NULL;
if (lpstate == NULL)
pfGSetDrawMode(gset, PFGS_COMPILE_GL, enable);
src.
--
-----{-----{---++at++ -----{----{---++at++ -----{----{---++at++ -----{----{---++at++
Sharon Rose Clay (Fischler) - Silicon Graphics, Advanced Systems Dev.
src++at++sgi.com (415) 933 - 1002 FAX: (415) 965 - 2658 MS 8U-590
-----{-----{---++at++ -----{----{---++at++ -----{----{---++at++ -----{----{---++at++
===================================List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:55:38 PDT