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 turned off in piglit, which I didn't know until now. Marek On Mon, Oct 15, 2012 at 10:37 AM, Chad Versace <[email protected]> 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 until runtime. For example, on Linux, Waffle enables > an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with > OpenGL ES2, and other window system / API combinations. > > The API and ABI of waffle 1.1 is backwards compatible with waffle 1.0. > > > New Features since 1.0 > ---------------------- > > - Support for a new Linux platform, EGL with GBM. When using GBM, OpenGL > applications > do not require a running display manager. > > - Experimental support for Android. > > - manpages. The entirety of waffle's public API is now documented in manpages. > To build and install them, run CMake with `-Dwaffle_build_manpages=1`. (See > the README for build requirements). > > > Acknowledgements > ---------------- > > Contributors to this release: > Chad Versace <[email protected]> > Jeff Bland <[email protected]> > Jordan Justen <[email protected]>` > _______________________________________________ > mesa-dev mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
