Re: Bug#776911: gnome-shell: fails to start on i386 when [Mesa was] built with llvm-3.5
On 09/03/15 22:30, Kill Your TV wrote: > On Mon, 9 Mar 2015 21:04:55 + (UTC) > Simon McVittie wrote: >> If your host CPU is missing any of those features, then emulating a >> SandyBridge CPU in your VM is probably an invalid configuration. > > This is absolutely true of course (I personally use -cpu host), but > IMHO there should be more graceful handling of the situation, falling > back to something that will almost certainly work. That's fine, but I don't think it's release-critical. Could you file a separate bug for that part, please? (I also think that's a qemu bug, more than an application bug; it shouldn't let you emulate a CPU that isn't going to work. I don't think applications should be expected to cope gracefully with an emulated CPU that claims it can support instructions but does not actually execute them correctly, which I think is what's going on in this case.) S -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/54fea83e.9020...@debian.org
Re: Bug#776911: gnome-shell: fails to start on i386 when [Mesa was] built with llvm-3.5
On Tue, 10 Mar 2015 08:16:03 + (UTC) Simon McVittie wrote: > On 09/03/15 22:30, Kill Your TV wrote: > > On Mon, 9 Mar 2015 21:04:55 + (UTC) > > Simon McVittie wrote: > >> If your host CPU is missing any of those features, then emulating a > >> SandyBridge CPU in your VM is probably an invalid configuration. > > > > This is absolutely true of course (I personally use -cpu host), but > > IMHO there should be more graceful handling of the situation, > > falling back to something that will almost certainly work. > > That's fine, but I don't think it's release-critical. Could you file a > separate bug for that part, please? Agreed, it's definitely not release critical if it works on *real* hardware now. :) I'll gladly file a new bug for this. > (I also think that's a qemu bug, more than an application bug; it > shouldn't let you emulate a CPU that isn't going to work. I don't > think applications should be expected to cope gracefully with an > emulated CPU that claims it can support instructions but does not > actually execute them correctly, which I think is what's going on in > this case.) I'd wholeheartedly +1 this is the failure was only on emulated systems with "impossibly-doomed-to-failure" configurations, but from the earlier posts in this bug this problem initially affected real hardware. Perhaps it's not gnome-shell that should be responsible for handling the problem more gracefuly but something down the line should, be it mesa or something else. (gnome-shell should, however, give a more informative error when things go wrong but that's for another bug report, one which probably already exists). I'm not saying that there isn't also a qemu bug as well. Indeed, if qemu is expected to virtualize a particular configuration it should be able to either do it or fail early with a clear message explaining why it failed. "Your host CPU is missing the necessary features to be able to emulate the CPU-type specified". But as far as *this* bug is concerned, I'm satisfied with the patch to mesa since that fixes the problems that I experienced with valid configurations. pgpFf5XGOTW0a.pgp Description: OpenPGP digital signature
mesa: Changes to 'ubuntu'
VERSION |2 debian/changelog | 23 +- debian/patches/series |1 debian/patches/skl-implement-wadisable1ddepthstencil.diff | 38 --- docs/relnotes/10.5.0.html | 147 +- src/gallium/auxiliary/os/os_misc.c|4 src/gallium/drivers/r600/sb/sb_sched.cpp |4 src/gallium/state_trackers/omx/vid_dec_h264.c |5 src/gallium/targets/pipe-loader/Makefile.am |6 src/glsl/opt_algebraic.cpp| 75 --- src/glx/dri_common_query_renderer.c | 36 ++- src/mapi/Makefile.am |2 src/mesa/Android.gen.mk |2 src/mesa/Makefile.am |8 src/mesa/Makefile.sources |2 src/mesa/SConscript |2 src/mesa/drivers/common/meta_tex_subimage.c | 89 +--- src/mesa/drivers/dri/common/xmlpool/Makefile.am |2 src/mesa/drivers/dri/i965/gen8_depth_state.c | 12 + src/mesa/main/.gitignore |4 src/mesa/main/formats.c |2 21 files changed, 333 insertions(+), 133 deletions(-) New commits: commit 56568ba9bc92a35f8c8f0a026c8300dc4fe68fc5 Author: Maarten Lankhorst Date: Mon Mar 9 14:10:08 2015 +0100 release to vivid diff --git a/debian/changelog b/debian/changelog index 446711c..1c2453c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -mesa (10.5.0-0ubuntu1) UNRELEASED; urgency=medium +mesa (10.5.0-0ubuntu1) vivid; urgency=medium * Merge with unreleased debian-experimental. - -- Maarten Lankhorst Mon, 16 Feb 2015 09:35:43 +0100 + -- Maarten Lankhorst Mon, 09 Mar 2015 14:10:00 +0100 mesa (10.5.0-1) UNRELEASED; urgency=medium commit 8cd55cbb089bea567a1ed81a5c5f265ba7da1233 Author: Maarten Lankhorst Date: Mon Mar 9 13:56:52 2015 +0100 bump changelog diff --git a/debian/changelog b/debian/changelog index b051ca5..446711c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (10.5.0-0ubuntu1) UNRELEASED; urgency=medium + + * Merge with unreleased debian-experimental. + + -- Maarten Lankhorst Mon, 16 Feb 2015 09:35:43 +0100 + mesa (10.5.0-1) UNRELEASED; urgency=medium * New upstream release. commit 7b142029bf6af89fe647f2f127e4ede3e6fb0c86 Author: Maarten Lankhorst Date: Mon Mar 9 13:56:10 2015 +0100 bump version diff --git a/debian/changelog b/debian/changelog index 29c297a..36d61ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mesa (10.5.0~rc3-1) UNRELEASED; urgency=medium +mesa (10.5.0-1) UNRELEASED; urgency=medium * New upstream release. * Update watch file. commit 97357d475fc8cbb5dbe7bf17ca41f535827fb253 Author: Emil Velikov Date: Fri Mar 6 22:55:59 2015 + docs: Update 10.5.0 release notes Signed-off-by: Emil Velikov diff --git a/docs/relnotes/10.5.0.html b/docs/relnotes/10.5.0.html index 578db4f..cde8f3d 100644 --- a/docs/relnotes/10.5.0.html +++ b/docs/relnotes/10.5.0.html @@ -14,7 +14,7 @@ -Mesa 10.5.0 Release Notes / TBD +Mesa 10.5.0 Release Notes / March 06, 2015 Mesa 10.5.0 is a new development release. @@ -55,7 +55,150 @@ Note: some of the new features are only available with certain drivers. Bug fixes -TBD. +This list is likely incomplete. + + + +https://bugs.freedesktop.org/show_bug.cgi?id=10370";>Bug 10370 - Incorrect pixels read back if draw bitmap texture through Display list + +https://bugs.freedesktop.org/show_bug.cgi?id=45348";>Bug 45348 - [swrast] piglit fbo-drawbuffers-arbfp regression + +https://bugs.freedesktop.org/show_bug.cgi?id=60879";>Bug 60879 - [radeonsi] X11 can't start with acceleration enabled + +https://bugs.freedesktop.org/show_bug.cgi?id=67672";>Bug 67672 - [llvmpipe] lp_test_arit fails on old CPUs + +https://bugs.freedesktop.org/show_bug.cgi?id=77544";>Bug 77544 - i965: Try to use LINE instructions to perform MAD with immediate arguments + +https://bugs.freedesktop.org/show_bug.cgi?id=78770";>Bug 78770 - [SNB bisected]Webglc conformance/textures/texture-size-limit.html fails + +https://bugs.freedesktop.org/show_bug.cgi?id=80568";>Bug 80568 - [gen4] GPU Crash During Google Chrome Operation + +https://bugs.freedesktop.org/show_bug.cgi?id=82477";>Bug 82477 - [softpipe] piglit fp-long-alu regression + +https://bugs.freedesktop.org/show_bug.cgi?id=82585";>Bug 82585 - geometry shader with optional out variable segfaults + +https://bugs.freedesktop.org/show_bug.cgi?id=82991";>Bug 82991 - Inverted bumpmap in webgl applications + +https://bugs.freedesktop.org/show_bug.cgi?id=83463";>Bug 83463 - [swrast] pigli
mesa: Changes to 'ubuntu-trusty'
debian/changelog |6 ++ debian/control | 13 +++-- 2 files changed, 13 insertions(+), 6 deletions(-) New commits: commit c3ceacaa6d2e40a722885f0ef5eb703cc2f84a68 Author: Maarten Lankhorst Date: Tue Mar 10 15:21:53 2015 +0100 Allow unrenamed -dev packages to work with the renamed stack. (LP: #1424466) diff --git a/debian/changelog b/debian/changelog index da7c98a..b36bf14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (10.1.3-0ubuntu0.4) trusty; urgency=medium + + * Allow unrenamed -dev packages to work with the renamed stack. (LP: #1424466) + + -- Maarten Lankhorst Tue, 10 Mar 2015 12:04:39 +0100 + mesa (10.1.3-0ubuntu0.3) trusty; urgency=medium * Backport Braswell support (LP: #1404217) diff --git a/debian/control b/debian/control index 8c9f685..d18bfcc 100644 --- a/debian/control +++ b/debian/control @@ -82,7 +82,7 @@ Package: libxatracker-dev Section: libdevel Architecture: linux-any Depends: - libxatracker2 (= ${binary:Version}), + libxatracker2 (= ${binary:Version}) | libxatracker2-lts-utopic | libxatracker2-lts-vivid, ${misc:Depends}, Description: X acceleration library -- development files This package contains the XA (X acceleration) library. It is used exclusively @@ -182,8 +182,9 @@ Package: libegl1-mesa-dev Section: libdevel Architecture: any Depends: - libegl1-mesa (= ${binary:Version}), - libegl1-mesa-drivers (= ${binary:Version}) [!hurd-any], + libegl1-mesa (= ${binary:Version}) | libegl1-mesa-lts-utopic | libegl1-mesa-lts-vivid, +# Vivid and higher only have libegl1-mesa-drivers as a transitional package. + libegl1-mesa-drivers (= ${binary:Version}) [!hurd-any] | libegl1-mesa-drivers-lts-utopic | libwayland-egl1-mesa-lts-vivid, libdrm-dev (>= 2.4.52) [!hurd-any], x11proto-dri2-dev (>= 2.6), x11proto-gl-dev (>= 1.4.14), @@ -370,7 +371,7 @@ Package: libgles1-mesa-dev Section: libdevel Architecture: any Depends: - libgles1-mesa (= ${binary:Version}), + libgles1-mesa (= ${binary:Version}) | libgles1-mesa-lts-utopic | libgles1-mesa-lts-vivid, libegl1-mesa-dev, ${misc:Depends}, Description: free implementation of the OpenGL|ES 1.x API -- development files @@ -428,7 +429,7 @@ Package: libgles2-mesa-dev Section: libdevel Architecture: any Depends: - libgles2-mesa (= ${binary:Version}), + libgles2-mesa (= ${binary:Version}) | libgles2-mesa-lts-utopic | libgles2-mesa-lts-vivid, libegl1-mesa-dev, ${misc:Depends}, Description: free implementation of the OpenGL|ES 2.x API -- development files @@ -606,7 +607,7 @@ Section: libdevel Architecture: any Depends: mesa-common-dev (= ${binary:Version}), - libgl1-mesa-glx (= ${binary:Version}), + libgl1-mesa-glx (= ${binary:Version}) | libgl1-mesa-glx-lts-utopic | libgl1-mesa-glx-lts-vivid, libdrm-dev (>= 2.4.52) [!hurd-any], libx11-dev, libx11-xcb-dev, -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1yvl2q-00077i...@moszumanska.debian.org
mesa: Changes to 'debian-experimental'
VERSION |2 debian/changelog|2 docs/relnotes/10.5.0.html | 147 +++- src/gallium/auxiliary/os/os_misc.c |4 src/gallium/drivers/r600/sb/sb_sched.cpp|4 src/gallium/state_trackers/omx/vid_dec_h264.c |5 src/gallium/targets/pipe-loader/Makefile.am |6 src/glsl/opt_algebraic.cpp | 75 +++- src/glx/dri_common_query_renderer.c | 36 - src/mapi/Makefile.am|2 src/mesa/Android.gen.mk |2 src/mesa/Makefile.am|8 - src/mesa/Makefile.sources |2 src/mesa/SConscript |2 src/mesa/drivers/common/meta_tex_subimage.c | 89 -- src/mesa/drivers/dri/common/xmlpool/Makefile.am |2 src/mesa/drivers/dri/i965/gen8_depth_state.c| 12 + src/mesa/main/.gitignore|4 src/mesa/main/formats.c |2 19 files changed, 316 insertions(+), 90 deletions(-) New commits: commit 7b142029bf6af89fe647f2f127e4ede3e6fb0c86 Author: Maarten Lankhorst Date: Mon Mar 9 13:56:10 2015 +0100 bump version diff --git a/debian/changelog b/debian/changelog index 29c297a..36d61ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mesa (10.5.0~rc3-1) UNRELEASED; urgency=medium +mesa (10.5.0-1) UNRELEASED; urgency=medium * New upstream release. * Update watch file. commit 97357d475fc8cbb5dbe7bf17ca41f535827fb253 Author: Emil Velikov Date: Fri Mar 6 22:55:59 2015 + docs: Update 10.5.0 release notes Signed-off-by: Emil Velikov diff --git a/docs/relnotes/10.5.0.html b/docs/relnotes/10.5.0.html index 578db4f..cde8f3d 100644 --- a/docs/relnotes/10.5.0.html +++ b/docs/relnotes/10.5.0.html @@ -14,7 +14,7 @@ -Mesa 10.5.0 Release Notes / TBD +Mesa 10.5.0 Release Notes / March 06, 2015 Mesa 10.5.0 is a new development release. @@ -55,7 +55,150 @@ Note: some of the new features are only available with certain drivers. Bug fixes -TBD. +This list is likely incomplete. + + + +https://bugs.freedesktop.org/show_bug.cgi?id=10370";>Bug 10370 - Incorrect pixels read back if draw bitmap texture through Display list + +https://bugs.freedesktop.org/show_bug.cgi?id=45348";>Bug 45348 - [swrast] piglit fbo-drawbuffers-arbfp regression + +https://bugs.freedesktop.org/show_bug.cgi?id=60879";>Bug 60879 - [radeonsi] X11 can't start with acceleration enabled + +https://bugs.freedesktop.org/show_bug.cgi?id=67672";>Bug 67672 - [llvmpipe] lp_test_arit fails on old CPUs + +https://bugs.freedesktop.org/show_bug.cgi?id=77544";>Bug 77544 - i965: Try to use LINE instructions to perform MAD with immediate arguments + +https://bugs.freedesktop.org/show_bug.cgi?id=78770";>Bug 78770 - [SNB bisected]Webglc conformance/textures/texture-size-limit.html fails + +https://bugs.freedesktop.org/show_bug.cgi?id=80568";>Bug 80568 - [gen4] GPU Crash During Google Chrome Operation + +https://bugs.freedesktop.org/show_bug.cgi?id=82477";>Bug 82477 - [softpipe] piglit fp-long-alu regression + +https://bugs.freedesktop.org/show_bug.cgi?id=82585";>Bug 82585 - geometry shader with optional out variable segfaults + +https://bugs.freedesktop.org/show_bug.cgi?id=82991";>Bug 82991 - Inverted bumpmap in webgl applications + +https://bugs.freedesktop.org/show_bug.cgi?id=83463";>Bug 83463 - [swrast] piglit glsl-vs-clamp-1 regression + +https://bugs.freedesktop.org/show_bug.cgi?id=83500";>Bug 83500 - si_dma_copy_tile causes GPU hangs + +https://bugs.freedesktop.org/show_bug.cgi?id=83510";>Bug 83510 - Graphical glitches in Unreal Engine 4 + +https://bugs.freedesktop.org/show_bug.cgi?id=83908";>Bug 83908 - [i965] Incorrect icon colors in Steam Big Picture + +https://bugs.freedesktop.org/show_bug.cgi?id=84212";>Bug 84212 - [BSW]ES3-CTS.shaders.loops.do_while_dynamic_iterations.vector_counter_vertex fails and causes GPU hang + +https://bugs.freedesktop.org/show_bug.cgi?id=84651";>Bug 84651 - Distorted graphics or black window when running Battle.net app on Intel hardware via wine + +https://bugs.freedesktop.org/show_bug.cgi?id=84777";>Bug 84777 - [BSW]Piglit spec_glsl-1.50_execution_geometry-basic fails + +https://bugs.freedesktop.org/show_bug.cgi?id=85367";>Bug 85367 - [gen4] GPU hang in glmark-es2 + +https://bugs.freedesktop.org/show_bug.cgi?id=85467";>Bug 85467 - [llvmpipe] piglit gl-1.0-dlist-beginend failure with llvm-3.6.0svn + +https://bugs.freedesktop.org/show_bug.cgi?id=85529";>Bug 85529 - Surfaces not drawn in Unvanquished + +https://bugs.freedesktop.org/show_bug.cgi?id=85647";>Bug 85647 - Random radeonsi crashes with mesa 10.3.x + +https://bugs.freedesktop.org/show_bug.cgi?id=85696";>Bug 85696 - r600g+nine: Bioshock shader failure after 7b1c0cbc90d456384b0950ad21faa3
mesa: Changes to 'upstream-experimental'
VERSION |2 docs/relnotes/10.5.0.html | 147 +++- src/gallium/auxiliary/os/os_misc.c |4 src/gallium/drivers/r600/sb/sb_sched.cpp|4 src/gallium/state_trackers/omx/vid_dec_h264.c |5 src/gallium/targets/pipe-loader/Makefile.am |6 src/glsl/opt_algebraic.cpp | 75 +++- src/glx/dri_common_query_renderer.c | 36 - src/mapi/Makefile.am|2 src/mesa/Android.gen.mk |2 src/mesa/Makefile.am|8 - src/mesa/Makefile.sources |2 src/mesa/SConscript |2 src/mesa/drivers/common/meta_tex_subimage.c | 89 -- src/mesa/drivers/dri/common/xmlpool/Makefile.am |2 src/mesa/drivers/dri/i965/gen8_depth_state.c| 12 + src/mesa/main/.gitignore|4 src/mesa/main/formats.c |2 18 files changed, 315 insertions(+), 89 deletions(-) New commits: commit 97357d475fc8cbb5dbe7bf17ca41f535827fb253 Author: Emil Velikov Date: Fri Mar 6 22:55:59 2015 + docs: Update 10.5.0 release notes Signed-off-by: Emil Velikov diff --git a/docs/relnotes/10.5.0.html b/docs/relnotes/10.5.0.html index 578db4f..cde8f3d 100644 --- a/docs/relnotes/10.5.0.html +++ b/docs/relnotes/10.5.0.html @@ -14,7 +14,7 @@ -Mesa 10.5.0 Release Notes / TBD +Mesa 10.5.0 Release Notes / March 06, 2015 Mesa 10.5.0 is a new development release. @@ -55,7 +55,150 @@ Note: some of the new features are only available with certain drivers. Bug fixes -TBD. +This list is likely incomplete. + + + +https://bugs.freedesktop.org/show_bug.cgi?id=10370";>Bug 10370 - Incorrect pixels read back if draw bitmap texture through Display list + +https://bugs.freedesktop.org/show_bug.cgi?id=45348";>Bug 45348 - [swrast] piglit fbo-drawbuffers-arbfp regression + +https://bugs.freedesktop.org/show_bug.cgi?id=60879";>Bug 60879 - [radeonsi] X11 can't start with acceleration enabled + +https://bugs.freedesktop.org/show_bug.cgi?id=67672";>Bug 67672 - [llvmpipe] lp_test_arit fails on old CPUs + +https://bugs.freedesktop.org/show_bug.cgi?id=77544";>Bug 77544 - i965: Try to use LINE instructions to perform MAD with immediate arguments + +https://bugs.freedesktop.org/show_bug.cgi?id=78770";>Bug 78770 - [SNB bisected]Webglc conformance/textures/texture-size-limit.html fails + +https://bugs.freedesktop.org/show_bug.cgi?id=80568";>Bug 80568 - [gen4] GPU Crash During Google Chrome Operation + +https://bugs.freedesktop.org/show_bug.cgi?id=82477";>Bug 82477 - [softpipe] piglit fp-long-alu regression + +https://bugs.freedesktop.org/show_bug.cgi?id=82585";>Bug 82585 - geometry shader with optional out variable segfaults + +https://bugs.freedesktop.org/show_bug.cgi?id=82991";>Bug 82991 - Inverted bumpmap in webgl applications + +https://bugs.freedesktop.org/show_bug.cgi?id=83463";>Bug 83463 - [swrast] piglit glsl-vs-clamp-1 regression + +https://bugs.freedesktop.org/show_bug.cgi?id=83500";>Bug 83500 - si_dma_copy_tile causes GPU hangs + +https://bugs.freedesktop.org/show_bug.cgi?id=83510";>Bug 83510 - Graphical glitches in Unreal Engine 4 + +https://bugs.freedesktop.org/show_bug.cgi?id=83908";>Bug 83908 - [i965] Incorrect icon colors in Steam Big Picture + +https://bugs.freedesktop.org/show_bug.cgi?id=84212";>Bug 84212 - [BSW]ES3-CTS.shaders.loops.do_while_dynamic_iterations.vector_counter_vertex fails and causes GPU hang + +https://bugs.freedesktop.org/show_bug.cgi?id=84651";>Bug 84651 - Distorted graphics or black window when running Battle.net app on Intel hardware via wine + +https://bugs.freedesktop.org/show_bug.cgi?id=84777";>Bug 84777 - [BSW]Piglit spec_glsl-1.50_execution_geometry-basic fails + +https://bugs.freedesktop.org/show_bug.cgi?id=85367";>Bug 85367 - [gen4] GPU hang in glmark-es2 + +https://bugs.freedesktop.org/show_bug.cgi?id=85467";>Bug 85467 - [llvmpipe] piglit gl-1.0-dlist-beginend failure with llvm-3.6.0svn + +https://bugs.freedesktop.org/show_bug.cgi?id=85529";>Bug 85529 - Surfaces not drawn in Unvanquished + +https://bugs.freedesktop.org/show_bug.cgi?id=85647";>Bug 85647 - Random radeonsi crashes with mesa 10.3.x + +https://bugs.freedesktop.org/show_bug.cgi?id=85696";>Bug 85696 - r600g+nine: Bioshock shader failure after 7b1c0cbc90d456384b0950ad21faa3c61a6b43ff + +https://bugs.freedesktop.org/show_bug.cgi?id=86089";>Bug 86089 - [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life + +https://bugs.freedesktop.org/show_bug.cgi?id=86618";>Bug 86618 - [NV96] neg modifiers not working in MIN and MAX operations + +https://bugs.freedesktop.org/show_bug.cgi?id=86760";>Bug 86760 - mesa doesn't build: recipe for target 'r600_llvm.lo' failed + +https://bugs.freedesktop.org/s
Re: Bug#776911: gnome-shell: fails to start on i386 when [Mesa was] built with llvm-3.5
On 10/03/15 11:48, Kill Your TV wrote: > I'd wholeheartedly +1 this is the failure was only on emulated systems > with "impossibly-doomed-to-failure" configurations, but from the > earlier posts in this bug this problem initially affected real hardware. Right, that's a real application problem, in gnome-shell or its libraries. However, as far as I can see, that was on older CPUs (Pentium III-M) that neither support nor claim to support the instruction-set extensions used (required?) by llvmpipe, as opposed to a misconfigured VM that claims to support extensions that it cannot? S -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/54ff28eb.50...@debian.org
piglit test suite as part of X Strike Force?
I added an ITP (#761015) for the piglit test suite that is a project on freedesktop.org. I also have the package in the new queue since late September 2014: https://ftp-master.debian.org/new/piglit_0~git20140926-4efb025-1.html Would this be a package that the X team would be interested in adding under the X team list of packages? I do want to upload new versions of piglit, but it occurs to me that the X team might be interested in the package for 2 reasons: 1. It is a freedesktop.org project 2. It could be used to regression test Mesa and X packages The biggest issue with relying on piglit is that it is not officially released. Issues are only addressed on master. Additionally, some piglit developers also consider it a bad idea to package piglit since it may lead to problem reports not reproduced with the latest master piglit. Thanks, -Jordan signature.asc Description: signature