From: <ma...@co...> - 2005-03-17 15:09:50
|
Peter, Re: hacking wgl.c - That's what we've been doing as well... for the moment, hacking it to make a particular app happy is what we've been doing as well. What I've learned so far is that some apps like to see a software PixelFormat available before finding a HW accelerated pf. (SketchUp, an architectural design program is one app in particular.) So one thing we should do (at some point) is have Chromium expose a few PixelFormats so that apps that are designed to choose from a few have something to work with. We don't have to actually have chromium honor the differences in pixel format, of course... We've also added a -notemp option to crappfaker so that it doesn't do the file copying to a temp directory. The code isn't clean enough right now to put back into the tree but it has helped us get a few apps going that were looking for files in particular relative locations. Jon ps. After rereading your message, the chromium render SPU is choosing PixelFormat 1...? Wierd. Hmmm, I haven't seen that problem. The app should be choosing PixelFormat 1 but the render SPU... Well I guess if you got it working I won't sweat it. |