From: Brian P. <bri...@tu...> - 2005-01-12 00:55:27
|
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 > |