Re: [Mesa-dev] EGL on Windows

2010-06-01 Thread Kristian Høgsberg
On Sun, May 30, 2010 at 10:54 AM, José Fonseca wrote: > On Sun, 2010-05-30 at 05:55 -0700, Jakob Bornecrantz wrote: >> On Sat, May 29, 2010 at 9:49 AM, Chia-I Wu wrote: >> > On Sat, May 29, 2010 at 1:19 AM, Jakob Bornecrantz >> > wrote: >> >> On Fri, May 28, 2010 at 8:46 AM, Chia-I Wu wrote: >

Re: [Mesa-dev] EGL on Windows

2010-05-30 Thread José Fonseca
On Sun, 2010-05-30 at 05:55 -0700, Jakob Bornecrantz wrote: > On Sat, May 29, 2010 at 9:49 AM, Chia-I Wu wrote: > > On Sat, May 29, 2010 at 1:19 AM, Jakob Bornecrantz > > wrote: > >> On Fri, May 28, 2010 at 8:46 AM, Chia-I Wu wrote: > >>> I've got access to a Windows machine recently, and I've

Re: [Mesa-dev] EGL on Windows

2010-05-30 Thread Jakob Bornecrantz
On Sat, May 29, 2010 at 9:49 AM, Chia-I Wu wrote: > On Sat, May 29, 2010 at 1:19 AM, Jakob Bornecrantz > wrote: >> On Fri, May 28, 2010 at 8:46 AM, Chia-I Wu wrote: >>> I've got access to a Windows machine recently, and I've spent some time >>> today >>> to add GDI backend to st/egl.  The code

Re: [Mesa-dev] EGL on Windows

2010-05-29 Thread Chia-I Wu
On Sat, May 29, 2010 at 1:19 AM, Jakob Bornecrantz wrote: > On Fri, May 28, 2010 at 8:46 AM, Chia-I Wu wrote: >> I've got access to a Windows machine recently, and I've spent some time today >> to add GDI backend to st/egl.  The code can be found at >>  http://cgit.freedesktop.org/~olv/mesa/log/?

Re: [Mesa-dev] EGL on Windows

2010-05-28 Thread Jakob Bornecrantz
On Fri, May 28, 2010 at 8:46 AM, Chia-I Wu wrote: > Hi all, > > I've got access to a Windows machine recently, and I've spent some time today > to add GDI backend to st/egl.  The code can be found at > >  http://cgit.freedesktop.org/~olv/mesa/log/?h=egl-gdi Cool stuff! Nice work. > > The command

[Mesa-dev] EGL on Windows

2010-05-28 Thread Chia-I Wu
Hi all, I've got access to a Windows machine recently, and I've spent some time today to add GDI backend to st/egl. The code can be found at http://cgit.freedesktop.org/~olv/mesa/log/?h=egl-gdi The command options I use to build the DLLs are $ scons statetrackers=egl drivers=softpipe The