Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-12-15 Thread Emil Velikov
On 15 December 2014 at 23:24, Dave Airlie wrote: > On 16 December 2014 at 07:57, Emil Velikov wrote: >> On 15/12/14 20:56, Jason Ekstrand wrote: >>> >>> >>> On Fri, Nov 21, 2014 at 11:52 AM, Emil Velikov >> > wrote: >>> >>> This will allow us to use waffle wit

Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-12-15 Thread Dave Airlie
On 16 December 2014 at 07:57, Emil Velikov wrote: > On 15/12/14 20:56, Jason Ekstrand wrote: >> >> >> On Fri, Nov 21, 2014 at 11:52 AM, Emil Velikov > > wrote: >> >> This will allow us to use waffle with its upcoming WGL support for >> Windows. With that do

Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-12-15 Thread Emil Velikov
On 15/12/14 20:56, Jason Ekstrand wrote: > > > On Fri, Nov 21, 2014 at 11:52 AM, Emil Velikov > wrote: > > This will allow us to use waffle with its upcoming WGL support for > Windows. With that done, the final step to removing glut is to convert > p

Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-12-15 Thread Dylan Baker
On Monday, December 15, 2014 12:56:43 PM Jason Ekstrand wrote: > On Fri, Nov 21, 2014 at 11:52 AM, Emil Velikov > wrote: > > > > This will allow us to use waffle with its upcoming WGL support for > > Windows. With that done, the final step to removing glut is to convert > > piglit to use waffle fo

Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-12-15 Thread Jason Ekstrand
On Fri, Nov 21, 2014 at 11:52 AM, Emil Velikov wrote: > > This will allow us to use waffle with its upcoming WGL support for > Windows. With that done, the final step to removing glut is to convert > piglit to use waffle for MacOS. > > Current implementation does not have input handling/event loop

Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-12-15 Thread Jose Fonseca
On 14/12/14 15:48, Emil Velikov wrote: On 12/12/14 15:00, Jose Fonseca wrote: On 23/11/14 15:09, Emil Velikov wrote: On 23/11/14 09:38, Jose Fonseca wrote: On 21/11/14 19:52, Emil Velikov wrote: [snip] --- /dev/null +++ b/tests/util/piglit-framework-gl/piglit_wgl_framework.c [snip] +static

Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-12-14 Thread Emil Velikov
On 12/12/14 15:00, Jose Fonseca wrote: > On 23/11/14 15:09, Emil Velikov wrote: >> On 23/11/14 09:38, Jose Fonseca wrote: >>> On 21/11/14 19:52, Emil Velikov wrote: >> [snip] --- /dev/null +++ b/tests/util/piglit-framework-gl/piglit_wgl_framework.c >> [snip] +static void +enter_

Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-12-12 Thread Jose Fonseca
On 23/11/14 15:09, Emil Velikov wrote: On 23/11/14 09:38, Jose Fonseca wrote: On 21/11/14 19:52, Emil Velikov wrote: [snip] --- /dev/null +++ b/tests/util/piglit-framework-gl/piglit_wgl_framework.c [snip] +static void +enter_event_loop(struct piglit_winsys_framework *winsys_fw) +{ + +/*

Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-11-23 Thread Emil Velikov
On 23/11/14 09:38, Jose Fonseca wrote: > On 21/11/14 19:52, Emil Velikov wrote: [snip] >> --- /dev/null >> +++ b/tests/util/piglit-framework-gl/piglit_wgl_framework.c [snip] >> +static void >> +enter_event_loop(struct piglit_winsys_framework *winsys_fw) >> +{ >> + >> +/* FINISHME: Write event l

Re: [Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-11-23 Thread Jose Fonseca
On 21/11/14 19:52, Emil Velikov wrote: This will allow us to use waffle with its upcoming WGL support for Windows. With that done, the final step to removing glut is to convert piglit to use waffle for MacOS. Current implementation does not have input handling/event loop, and as such one needs t

[Piglit] [PATCH 3/4] utils: add initial WAFFLE_WGL support

2014-11-21 Thread Emil Velikov
This will allow us to use waffle with its upcoming WGL support for Windows. With that done, the final step to removing glut is to convert piglit to use waffle for MacOS. Current implementation does not have input handling/event loop, and as such one needs to pass "-auto" when running individual te