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

2012-10-15 Thread Chad Versace
On 10/15/2012 11:46 AM, Brian Paul wrote: > Got something different this time: > > $ cmake -DCMAKE_LIBRARY_PATH=$(echo $LIBRARY_PATH | sed 's/:/;/g') > -Dwaffle_has_glx=1 -Dwaffle_has_x11_egl=1 $WAFFLE_SOURCE_DIR > > -- The C compiler identification is GNU > -- Check for working C compiler: /usr/

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

2012-10-15 Thread Brian Paul
On 10/15/2012 12:42 PM, Chad Versace wrote: On 10/15/2012 11:20 AM, Brian Paul wrote: 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_DI

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

2012-10-15 Thread Chad Versace
On 10/15/2012 08:59 AM, Marek Olšák wrote: > Hi Chad, > > waffle and/or piglit create an RGBA framebuffer even in the case where > only RGB is requested, which breaks these piglit tests: > - clearbuffer-display-lists (not sure > - fs-texelFetchOffset-2D > - fdo25614-genmipmap Thanks for finding t

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

2012-10-15 Thread Chad Versace
On 10/15/2012 11:20 AM, Brian Paul wrote: > 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

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')

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

2012-10-15 Thread Chad Versace
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') \ > -Dwaffle_has_glx=1 \

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

2012-10-15 Thread Marek Olšák
Hi Chad, waffle and/or piglit create an RGBA framebuffer even in the case where only RGB is requested, which breaks these piglit tests: - clearbuffer-display-lists (not sure - fs-texelFetchOffset-2D - fdo25614-genmipmap Also, the read-front test is completely broken. Thankfully, waffle can be tu

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

2012-10-15 Thread Brian Paul
On 10/15/2012 02:37 AM, Chad Versace wrote: Waffle 1.1.0 is now available. Downloads and documentation are available at http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.0 Waffle is a cross-platform library that allows one to defer selection of GL API and of window system

[waffle] [ANNOUNCE] waffle-1.1.0

2012-10-15 Thread Chad Versace
Waffle 1.1.0 is now available. Downloads and documentation are available at http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.0 Waffle is a cross-platform library that allows one to defer selection of GL API and of window system until runtime. For example, on Linux, Waffle en