HI Chad, FYI, the core GL support in the GLX backend of waffle and/or piglit seems to be broken. All piglit tests that specify the core GL version and are run on a driver which cannot create a core GL context (that is any open driver except i965), always fail. The tests report GLXBadFBConfig and just die. I think the piglit_init function isn't even reached.
I don't use EGL. Marek On Wed, Nov 28, 2012 at 2:02 AM, Chad Versace <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Waffle 1.2.2 - 27 Nov 2012 > ========================== > > Waffle 1.2.2 is now available. This is a bugfix release that fixes critical > bugs discovered since the 1.2.1 release. > > Download: > > http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.2.2/waffle-1.2.2.tar.xz > > sha256 sum: > 7e342c859b58d4e051b347ef3d7740ed2f3b6c506b93daec272724afe7dd1311 > > > Bugfixes > - -------- > * Fix creation of ES3 contexts on EGL. > * Fix build on Android. > > > Changes > - ------- > > The full set of changes can be viewed with `git log > waffle-1.2.1..waffle-1.2.2`. > > Adrian Marius Negreanu (2): > android: Fold nearly all headers into waffle.h > android: Fix c99-ism in wcore_config_attrs.c > > Chad Versace (1): > egl: Fix call to eglBindAPI for WAFFLE_OPENGL_ES3 > > Android.mk | 13 +------------ > src/waffle/core/wcore_config_attrs.c | 8 ++++++-- > src/waffle/egl/wegl_context.c | 1 + > 3 files changed, 8 insertions(+), 14 deletions(-) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.12 (GNU/Linux) > Comment: Using GnuPG with undefined - http://www.enigmail.net/ > > iQIcBAEBAgAGBQJQtWKgAAoJEAIvNt057x8ijvIQAIhGG4pp6nis6wlpbO4CtXmq > bzl7htvukGgd8KC1Nn53p67EyNHq4snFhCyVb5/NAm1oP8g1MXUYYEsyY9wsC9HO > EUcLa9OhpOYso8bh6yDI/QsGcKVE57iue8hrdYZ/VYbets/JcCaN+AD1MBvgEFFg > ZckQoPEu47s5Khiw8jrTkdz7CpMD4Gqy8FQdJ8MAua+nnajhYqAJvy8B/fc2wBja > IsaZmIglxjGE7qmgc5DcG7+RKWN1cm/X6DkVpE2reGJh0BcszC9rG+Ia3aLym0qX > klTmjBxw7S3Rt5U0bTMigTJdIN/wl82r0apSEZb/vYQNdzMoPqAqC/emrgCR+KQW > Rguj5bUXHTL82NYs7tIc+Ktppj/o9+8mz/6TsZNkQmwrp28pbTQqS6DAIGkGszBZ > 7oeJ0zDduSn0r6XvEapScuwVNhsWsR64PVuXLQODo9BHy7T2S13W3Pz75xoZMkuJ > z4ZuLdDPmUWyYC6Fj35N2E2B+bTXlwdAFEuA1SJMRIA8EhynOfLw5p1f9ThQMuo4 > m9dBedol7uRrVeYHW7+gw+STHBO9En1+e7hezV1OAN4MZlhw4TzDhr0m8r6u0aGh > hGeUlFeYIUEg7+Tk+oTL8s30UH0kF0HxHfdMTHEqF7NV39BxshjlYjvv6i89t3GX > vMAJ1snnV+BbL8aqVwsJ > =iaLk > -----END PGP SIGNATURE----- > _______________________________________________ > Piglit mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
