Sorry for the delay. I thought I had replied but didn't. On Fri, 2011-01-21 at 01:04 -0800, Chia-I Wu wrote: > On Fri, Jan 21, 2011 at 12:18 AM, José Fonseca <jfons...@vmware.com> wrote: > > Hi Olv, > > > > Looks good to me FWIW. > Thanks. > > I think we should avoid having opengl32.dll or the ICD loading > > glapi.dll, but that's not a reason to s given you've made it optional. > How to make scons build an ICD?
The opengl32.dll serves double duty as an ICD. Instead of the wgl* entrypoints One can for example, replace the IHV's ICD driver with our opengl32.dll. It will work -- with pure software rendering only of course. > I have to make opengl32.dll load > libglapi.dll, instead of statically linked, because _glapi_* are > declared __declspec(dllimport). Probably it shouldn't be declared dllimport when building the code in question... > It might make some sense to not build > opengl32.dll when gles=yes is given. Perhaps. It's still a pitty we can't build everything simultaneously -- it is easier to ignore issues when building just a subset. Jose _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev