Re: [waffle] long-standing wgl pixel format issue

2016-06-21 Thread Brian Paul
On 06/20/2016 05:48 PM, Emil Velikov wrote: On 20 June 2016 at 15:46, Brian Paul <bri...@vmware.com> wrote: On 06/17/2016 07:59 PM, Emil Velikov wrote: On 17 June 2016 at 16:53, Brian Paul <bri...@vmware.com> wrote: I spent a few hours yesterday pulling out my hair trying to un

Re: [waffle] long-standing wgl pixel format issue

2016-06-20 Thread Brian Paul
On 06/17/2016 07:59 PM, Emil Velikov wrote: On 17 June 2016 at 16:53, Brian Paul <bri...@vmware.com> wrote: I spent a few hours yesterday pulling out my hair trying to understand why the piglit fbo-mipmap-copypix test was failing on Windows. But it was only failing when I ran it di

Re: [waffle] Some new and old fixes

2014-07-07 Thread Brian Paul
On 07/07/2014 11:34 AM, Emil Velikov wrote: On 07/07/14 18:28, Emil Velikov wrote: Hi all, After respinning the latest changes (and ripping out WGL as it requires some api/abi changes) here is a lovely list of fixes that gets us closer to building waffle with mingw/msvc. The first four

Re: [waffle] [PATCH 31/33] utils/wlfinfo: use define to provide buffer lenght

2014-07-07 Thread Brian Paul
In the subject line: length On 07/07/2014 11:28 AM, Emil Velikov wrote: ... as char buffer[const int] does not work under msvc. Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- src/utils/wflinfo.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git

Re: [waffle] [PATCH 09/33] wflinfo: silence signed/unsigned comparison warning

2014-07-07 Thread Brian Paul
On 07/07/2014 11:28 AM, Emil Velikov wrote: The variable i is used as and compared vs unsigned int. Change it's type so silcence the compiler warning. Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- src/utils/wflinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [waffle] [PATCH 10/33] cmake: build with fPIC when possible

2014-07-07 Thread Brian Paul
On 07/07/2014 11:28 AM, Emil Velikov wrote: Some of our third_party libraries may be build without it thus we'll fail at link tim. time. Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- cmake/Modules/WaffleDefineCompilerFlags.cmake | 2 ++ 1 file changed, 2 insertions(+) diff

Re: [waffle] [Piglit] [ANNOUNCE] waffle-1.1.1

2012-10-17 Thread Brian Paul
On 10/16/2012 04:40 PM, Chad Versace wrote: Waffle 1.1.1 - 16 Oct 2012 == Waffle 1.1.1 is a bugfix release. It fixes bugs discovered since 1.1.0. Downloads and documentation are available at: http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.1

Re: [waffle] [Mesa-dev] [ANNOUNCE] waffle-1.1.0

2012-10-15 Thread Brian Paul
On 10/15/2012 12:13 PM, Chad Versace wrote: On 10/15/2012 07:57 AM, Brian Paul wrote: On 10/15/2012 02:37 AM, Chad Versace wrote: I unpacked the .xz file, then $ cd waffle-1.1.0 $ export WAFFLE_SOURCE_DIR=$PWD/src $ cmake \ -DCMAKE_LIBRARY_PATH=$(echo $LIBRARY_PATH | sed 's/:/;/g