From: Mike H. <mho...@gr...> - 2005-01-12 18:16:57
|
Ignoring the window resize problem for now, I seem to be having problems with glGenPrograms, but only when running applications are running remote with the readback SPU. When running locally, everything is happy, but moving to running the application remotely causes a segfault when calling glGenPrograms. Has anyone seen this behavior recently? I'm going to try to get a simple test case with arbfraglight misbehaving. -Mike Brian Paul wrote: > > OK, Looking at the code, glParametervCR(GL_WINDOW_SIZE_CR, GL_INT, 2, > winsize) will only work for resizing the default window. Note that > the crHashtableSearch() call's last parameter is zero. Yet another > example of the old default window/context cruft. > > You should probably use crWindowSize(windowID, width, height) instead. > > Where are you making that call? Do you have a Chromium window ID at > that point? > > -Brian > > > Mike Houston wrote: > >> Hrmm. Calling glParametervCR(GL_WINDOW_SIZE_CR, GL_INT, 2, winsize) >> seems to have no effect anymore on the render/readback spu. >> >> -Mike >> >> Mike Houston wrote: >> >>> psubmit_crut might be a bad example since we should probably handle >>> reshape via CRUT/GLUT... Still trying to track why Raptor is broken. >>> >>> -Mike >>> >>> Mike Houston wrote: >>> >>>> Window resizing is no longer working correctly. Try crut_fan.conf >>>> with resizable set to 1. It seems that the changes to >>>> render/readback have slightly borked CRUT, or at least the some of >>>> the feedback paths. Raptor now no longer runs correctly, so I'm >>>> starting with the simple cases first. >>>> >>>> -Mike >>>> >>>> >>>> ------------------------------------------------------- >>>> The SF.Net email is sponsored by: Beat the post-holiday blues >>>> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>> _______________________________________________ >>>> Chromium-dev mailing list >>>> Chr...@li... >>>> https://lists.sourceforge.net/lists/listinfo/chromium-dev >>> >>> >>> >>> >>> >> >> >> >> ------------------------------------------------------- >> The SF.Net email is sponsored by: Beat the post-holiday blues >> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >> _______________________________________________ >> Chromium-dev mailing list >> Chr...@li... >> https://lists.sourceforge.net/lists/listinfo/chromium-dev >> > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Chromium-dev mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chromium-dev |