https://bugs.freedesktop.org/show_bug.cgi?id=91646
--- Comment #1 from Tobias Jakobi ---
The problem seems to originate from here:
http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/clover/api/platform.cpp#n29
The platform object is created during static initialization and som
https://bugs.freedesktop.org/show_bug.cgi?id=91646
--- Comment #2 from Tobias Jakobi ---
Created attachment 117708
--> https://bugs.freedesktop.org/attachment.cgi?id=117708&action=edit
hack fix
Untested hack/fix that is also not thread-safe.
--
You are receiving this mail because:
You are th
https://bugs.freedesktop.org/show_bug.cgi?id=91643
--- Comment #1 from Tobias Klausmann ---
Works fine here and on the opensuse buildservers, have you build mesa with the
appropriate --with-egl-platforms=yourplatforms where the platform is one or
several of: x11, drm, wayland
--
You are receivi
https://bugs.freedesktop.org/show_bug.cgi?id=91643
--- Comment #2 from Shlomi Fish ---
(In reply to Tobias Klausmann from comment #1)
> Works fine here and on the opensuse buildservers, have you build mesa with
> the appropriate --with-egl-platforms=yourplatforms where the platform is one
> or se
https://bugs.freedesktop.org/show_bug.cgi?id=91643
--- Comment #3 from Tobias Klausmann ---
WE use a normal 10.6.4 snapshot and i'm not aware of extra patches. You may
need other some devel packages like we got "Mesa-libEGL-devel" for this.
As a reference you may look into the opensuse packages
https://bugs.freedesktop.org/show_bug.cgi?id=91643
--- Comment #4 from Shlomi Fish ---
(In reply to Shlomi Fish from comment #2)
> (In reply to Tobias Klausmann from comment #1)
> > Works fine here and on the opensuse buildservers, have you build mesa with
> > the appropriate --with-egl-platforms
https://bugs.freedesktop.org/show_bug.cgi?id=91643
--- Comment #5 from Shlomi Fish ---
(In reply to Tobias Klausmann from comment #3)
> WE use a normal 10.6.4 snapshot and i'm not aware of extra patches. You may
> need other some devel packages like we got "Mesa-libEGL-devel" for this.
>
> As a
https://bugs.freedesktop.org/show_bug.cgi?id=91652
Bug ID: 91652
Summary: configure doesn't check for libedit
Product: Mesa
Version: git
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: normal
https://bugs.freedesktop.org/show_bug.cgi?id=91646
--- Comment #3 from Francisco Jerez ---
(In reply to Tobias Jakobi from comment #2)
> Created attachment 117708 [details] [review]
> hack fix
>
> Untested hack/fix that is also not thread-safe.
That's unlikely to work, static local variables ar
https://bugs.freedesktop.org/show_bug.cgi?id=91646
--- Comment #4 from Timo R. ---
> That's unlikely to work, static local variables are no different to globals
> regarding initialization order,
To my knowledge, static local variables are initialized on the first call to
the function, whereas gl
https://bugs.freedesktop.org/show_bug.cgi?id=91646
--- Comment #5 from Francisco Jerez ---
(In reply to Timo R. from comment #4)
> > That's unlikely to work, static local variables are no different to globals
> > regarding initialization order,
>
> To my knowledge, static local variables are ini
https://bugs.freedesktop.org/show_bug.cgi?id=91643
--- Comment #6 from Tobias Klausmann ---
Oh right, i was not aware of this. I guess mesa-demo should make this the
default then.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_
https://bugs.freedesktop.org/show_bug.cgi?id=89018
Daniel Exner changed:
What|Removed |Added
CC||dex+fdobugzilla@dragonslave
https://bugs.freedesktop.org/show_bug.cgi?id=91646
--- Comment #6 from Serge Martin ---
Hello
This remind me this. Something similar have happen to ocl-icd, see
https://bugzilla.redhat.com/show_bug.cgi?id=1219646
--
You are receiving this mail because:
You are the QA Contact for the bug.
You
https://bugs.freedesktop.org/show_bug.cgi?id=91646
Eero Tamminen changed:
What|Removed |Added
CC||eero.t.tammi...@intel.com
--
You are re
https://bugs.freedesktop.org/show_bug.cgi?id=91646
--- Comment #7 from Eero Tamminen ---
latrace tool could tell something useful:
http://people.redhat.com/jolsa/latrace/
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
__
https://bugs.freedesktop.org/show_bug.cgi?id=90346
--- Comment #3 from Tapani Pälli ---
Seems like this is fixed now? I could not reproduce using current Mesa
(1af0641) and configuring like done in comment #2.
--
You are receiving this mail because:
You are the QA Contact for the bug.
_
https://bugs.freedesktop.org/show_bug.cgi?id=90346
--- Comment #4 from Vinson Lee ---
(In reply to Tapani Pälli from comment #3)
> Seems like this is fixed now? I could not reproduce using current Mesa
> (1af0641) and configuring like done in comment #2.
mesa: 5af71fb5ac4dafed3ecc4b849922208cab7
https://bugs.freedesktop.org/show_bug.cgi?id=91672
Bug ID: 91672
Summary: [llvmpipe] [softpipe] piglit
gl-3.2-layered-rendering-framebuffertexture regression
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
https://bugs.freedesktop.org/show_bug.cgi?id=91672
Timothy Arceri changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=91673
Bug ID: 91673
Summary: Segfault when calling glTexSubImage2D on storage
texture to bound FBO
Product: Mesa
Version: 10.5
Hardware: x86-64 (AMD64)
OS: Linux
https://bugs.freedesktop.org/show_bug.cgi?id=91673
Michel Dänzer changed:
What|Removed |Added
Component|GLX |Mesa core
Version|10.5
https://bugs.freedesktop.org/show_bug.cgi?id=91673
--- Comment #1 from Michel Dänzer ---
Created attachment 117750
--> https://bugs.freedesktop.org/attachment.cgi?id=117750&action=edit
GDB backtrace
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assign
https://bugs.freedesktop.org/show_bug.cgi?id=91673
--- Comment #2 from Tapani Pälli ---
With a bit of testing it seems things work fine if glTexStorage2D call is moved
to happen right after first glBindTexture call (this is also how is being done
in some Piglit tests). Maybe this will help you ge
https://bugs.freedesktop.org/show_bug.cgi?id=91673
--- Comment #3 from Dongseong Hwang ---
(In reply to Tapani Pälli from comment #2)
> With a bit of testing it seems things work fine if glTexStorage2D call is
> moved to happen right after first glBindTexture call (this is also how is
> being don
https://bugs.freedesktop.org/show_bug.cgi?id=91687
--- Comment #1 from Guilherme ---
Created attachment 117784
--> https://bugs.freedesktop.org/attachment.cgi?id=117784&action=edit
gdb stack trace
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee
https://bugs.freedesktop.org/show_bug.cgi?id=91687
--- Comment #3 from Guilherme ---
As the crash is a seg fault on update_framebuffer_size because surface=NULL, I
tried to just make a check if the surface is NULL. Then it does not crash
anywhere else, but nothing is rendered.
--
You are receiv
https://bugs.freedesktop.org/show_bug.cgi?id=91687
--- Comment #2 from Guilherme ---
Created attachment 117785
--> https://bugs.freedesktop.org/attachment.cgi?id=117785&action=edit
xtrace with glx commands
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the
https://bugs.freedesktop.org/show_bug.cgi?id=91687
Bug ID: 91687
Summary: Crash when creating new context after destroying the
old one using indirect rendering
Product: Mesa
Version: 10.5
Hardware: x86-64 (AMD64)
https://bugs.freedesktop.org/show_bug.cgi?id=91691
Bug ID: 91691
Summary: Missing "gl.pc" file while using Scons for
cross-compiling
Product: Mesa
Version: 9.1
Hardware: Other
OS: All
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=91691
YuGiOhJCJ changed:
What|Removed |Added
CC||yugioh...@1s.fr
--
You are receiving this m
https://bugs.freedesktop.org/show_bug.cgi?id=91673
--- Comment #4 from Tapani Pälli ---
(In reply to Dongseong Hwang from comment #3)
> (In reply to Tapani Pälli from comment #2)
> > With a bit of testing it seems things work fine if glTexStorage2D call is
> > moved to happen right after first gl
https://bugs.freedesktop.org/show_bug.cgi?id=91673
Tapani Pälli changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|mesa-dev@list
https://bugs.freedesktop.org/show_bug.cgi?id=91691
--- Comment #1 from Emil Velikov ---
Unfortunately scons does not produce any .pc files, not just gl.pc. It is
fixable, but I don't have any plans on tackling it. Patches welcome though :)
--
You are receiving this mail because:
You are the QA
https://bugs.freedesktop.org/show_bug.cgi?id=91020
Julien Isorce changed:
What|Removed |Added
CC||julien.iso...@gmail.com
--
You are rece
https://bugs.freedesktop.org/show_bug.cgi?id=91673
Tapani Pälli changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=91711
Bug ID: 91711
Summary: mesa-9.1.3: undefined reference to
`wglGetProcAddress@4'
Product: Mesa
Version: 9.1
Hardware: x86 (IA32)
OS: Linux (All)
https://bugs.freedesktop.org/show_bug.cgi?id=91711
YuGiOhJCJ changed:
What|Removed |Added
CC||yugioh...@1s.fr
--
You are receiving this m
https://bugs.freedesktop.org/show_bug.cgi?id=91673
--- Comment #6 from Dongseong Hwang ---
Wow, cool. Tapani Pälli, thank you for this quick fix.
--
You are receiving this mail because:
You are the QA Contact for the bug.
___
mesa-dev mailing list
mes
https://bugs.freedesktop.org/show_bug.cgi?id=91724
Bug ID: 91724
Summary: GL/gl_mangle.h misses symbols from GLES/gl.h
Product: Mesa
Version: 10.6
Hardware: Other
OS: All
Status: NEW
Severity: normal
https://bugs.freedesktop.org/show_bug.cgi?id=91724
Frederic Devernay changed:
What|Removed |Added
CC||frederic.dever...@m4x.org
--
You ar
https://bugs.freedesktop.org/show_bug.cgi?id=9
Matt Turner changed:
What|Removed |Added
Component|Mesa core |Drivers/DRI/i965
Assignee|mesa-d
https://bugs.freedesktop.org/show_bug.cgi?id=91112
Matt Turner changed:
What|Removed |Added
Component|Mesa core |Drivers/DRI/i965
Assignee|mesa-d
https://bugs.freedesktop.org/show_bug.cgi?id=91079
Matt Turner changed:
What|Removed |Added
CC|cwo...@cworth.org, |martin.pe...@free.fr
|ma
https://bugs.freedesktop.org/show_bug.cgi?id=91254
Tomasz C. changed:
What|Removed |Added
Priority|medium |high
CC|
https://bugs.freedesktop.org/show_bug.cgi?id=91254
--- Comment #13 from Jordan Justen ---
(In reply to Tomasz C. from comment #12)
> I spent a few hours on it to find the commit that causes a problem. You have
> exactly indicated commit, and five versions are not able to fix the bug? Or
> maybe y
https://bugs.freedesktop.org/show_bug.cgi?id=91254
--- Comment #14 from Chris Wilson ---
diff --git a/src/mesa/drivers/dri/i965/brw_misc_state.c
b/src/mesa/drivers/dri/i965/brw_misc_state.c
index e9d9467..2751152 100644
--- a/src/mesa/drivers/dri/i965/brw_misc_state.c
+++ b/src/mesa/drivers/dri/i
https://bugs.freedesktop.org/show_bug.cgi?id=91254
--- Comment #15 from Jordan Justen ---
(In reply to Chris Wilson from comment #14)
> diff --git a/src/mesa/drivers/dri/i965/brw_misc_state.c
> b/src/mesa/drivers/dri/i965/brw_misc_state.c
> index e9d9467..2751152 100644
> --- a/src/mesa/drivers/d
https://bugs.freedesktop.org/show_bug.cgi?id=91079
--- Comment #3 from Martin Peres ---
Marta has been successfully contributing to mesa for a few months now, I vouch
for her.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_
https://bugs.freedesktop.org/show_bug.cgi?id=91079
Martin Peres changed:
What|Removed |Added
Component|Other |New Accounts
Assignee|mesa-dev@
https://bugs.freedesktop.org/show_bug.cgi?id=91254
--- Comment #16 from di...@gmx.net ---
I'm happy to see something happening here.
This might be helpful for reproducing this bug.
I don't use a compositing window manager. So for me 'mpv --vo=opengl
--hwdec=vaapi' doesn't hang.
But if I first sta
https://bugs.freedesktop.org/show_bug.cgi?id=91254
Chris Wilson changed:
What|Removed |Added
CC||frds...@genodeftest.de
--- Comment #17 fr
https://bugs.freedesktop.org/show_bug.cgi?id=91254
Ting-Wei Lan changed:
What|Removed |Added
CC||lant...@gmail.com
--
You are receiving t
https://bugs.freedesktop.org/show_bug.cgi?id=91646
Matthias Schuster changed:
What|Removed |Added
Priority|medium |high
Severity|normal
https://bugs.freedesktop.org/show_bug.cgi?id=91254
--- Comment #18 from Tomasz C. ---
Chris patch of comment # 14 is working properly.
I hope that it will enter into the next release.
I am happy that this has been resolved.
Thanks to Chris for helping to fix this bug.
--
You are receiving this
https://bugs.freedesktop.org/show_bug.cgi?id=91254
Chris Wilson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=91254
Chris Wilson changed:
What|Removed |Added
CC||vogel...@vogel.cx
--- Comment #20 from Ch
https://bugs.freedesktop.org/show_bug.cgi?id=91724
--- Comment #1 from Emil Velikov ---
Hi Frederic,
I could be missing something but I thought that mangling was only for GLX and
desktop GL ? Thus I'm not sure that including GLES/* is the correct thing to
do.
As mangled gl never really worked h
https://bugs.freedesktop.org/show_bug.cgi?id=91724
--- Comment #2 from Frederic Devernay ---
Hi Emil,
I first tried updating the header, but the gl*x functions were still not
mangled.
I have build instructions for OSX on
https://gist.github.com/devernay/71f3d7661d910e6494a9
It builds mangled M
https://bugs.freedesktop.org/show_bug.cgi?id=91724
--- Comment #3 from Frederic Devernay ---
just added the lines to build the demo. If you don't apply my patch to
gl_mangle.h, you end up with undefined symbols.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are
https://bugs.freedesktop.org/show_bug.cgi?id=91747
Bug ID: 91747
Summary: Ubuntu 15.04/Oibaf PPA - Unity bar not transparent
Product: Mesa
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
S
https://bugs.freedesktop.org/show_bug.cgi?id=91747
Sinclair Yeh changed:
What|Removed |Added
CC||s...@vmware.com
--
You are receiving thi
https://bugs.freedesktop.org/show_bug.cgi?id=91747
Benjamin Bellec changed:
What|Removed |Added
CC||b.bel...@gmail.com
--- Comment #1 from
https://bugs.freedesktop.org/show_bug.cgi?id=91039
xpue changed:
What|Removed |Added
CC||r9k...@gmail.com
--
You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=91711
--- Comment #1 from YuGiOhJCJ ---
OK I found how to solve this problem.
Instead of using the libopengl32.a file provided by mesa I need to use the one
provided by my cross-compiler.
The problem is that my current cross-compiler [1] does not provi
https://bugs.freedesktop.org/show_bug.cgi?id=91747
--- Comment #2 from Sinclair Yeh ---
Can you provide output from glxinfo?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mai
https://bugs.freedesktop.org/show_bug.cgi?id=91783
Bug ID: 91783
Summary: Requesting Account
Product: Mesa
Version: git
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medi
https://bugs.freedesktop.org/show_bug.cgi?id=91783
--- Comment #1 from Arsen Tufankjian ---
Created attachment 117956
--> https://bugs.freedesktop.org/attachment.cgi?id=117956&action=edit
GPG Public Key
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the as
https://bugs.freedesktop.org/show_bug.cgi?id=91783
--- Comment #2 from Brian Paul ---
I don't recall seeing any patches from you on the mesa-dev list yet.
Generally, we don't give git commit access until the developer has some track
record of producing good patches.
--
You are receiving this ma
https://bugs.freedesktop.org/show_bug.cgi?id=91783
--- Comment #3 from Arsen Tufankjian ---
Oops you're right I didn't RTFM. This can be closed for now.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=91783
Brian Paul changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=91785
Bug ID: 91785
Summary: make check DispatchSanity_test.GLES31 regression
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Keywords:
https://bugs.freedesktop.org/show_bug.cgi?id=91785
Vinson Lee changed:
What|Removed |Added
Keywords||bisected
CC|
https://bugs.freedesktop.org/show_bug.cgi?id=91747
Benjamin Bellec changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
You are receiving this ma
https://bugs.freedesktop.org/show_bug.cgi?id=91785
Ilia Mirkin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=91785
--- Comment #3 from Tapani Pälli ---
Thanks Ilia, I'm travelling ATM and did not spot this.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
__
https://bugs.freedesktop.org/show_bug.cgi?id=91793
Bug ID: 91793
Summary: the "bin" directory is not created
Product: Mesa
Version: unspecified
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: no
https://bugs.freedesktop.org/show_bug.cgi?id=91793
YuGiOhJCJ changed:
What|Removed |Added
CC||yugioh...@1s.fr
--
You are receiving this m
https://bugs.freedesktop.org/show_bug.cgi?id=91254
--- Comment #21 from Rhys Kidd ---
Confirmed as resolved for me on IronLake with Mesa git. Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
m
https://bugs.freedesktop.org/show_bug.cgi?id=91778
Hleb Valoshka <375...@gmail.com> changed:
What|Removed |Added
QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesk
https://bugs.freedesktop.org/show_bug.cgi?id=91778
Hleb Valoshka <375...@gmail.com> changed:
What|Removed |Added
Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesk
https://bugs.freedesktop.org/show_bug.cgi?id=91778
Benjamin Bellec changed:
What|Removed |Added
CC||b.bel...@gmail.com
--- Comment #1 from
https://bugs.freedesktop.org/show_bug.cgi?id=91797
Benjamin Bellec changed:
What|Removed |Added
Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
https://bugs.freedesktop.org/show_bug.cgi?id=91643
Alexander Tsoy changed:
What|Removed |Added
CC||alexan...@tsoy.me
--
You are receiving
https://bugs.freedesktop.org/show_bug.cgi?id=91778
--- Comment #2 from Ilia Mirkin ---
It's due to ARB_gpu_shader5 getting enabled, which introduces the 'sample'
keyword. However the tropics shader has a variable called 'sample', which was
legal back then.
ARB_gpu_shader5, in turn, gets enabled
https://bugs.freedesktop.org/show_bug.cgi?id=91778
Kenneth Graunke changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=91020
Dennis Schridde changed:
What|Removed |Added
CC||devuran...@gmx.net
--
You are receivi
https://bugs.freedesktop.org/show_bug.cgi?id=91806
Bug ID: 91806
Summary: configure does not test whether assembler supports
sse4.1
Product: Mesa
Version: git
Hardware: Other
OS: OpenBSD
Status:
https://bugs.freedesktop.org/show_bug.cgi?id=91826
Bug ID: 91826
Summary: Mesa 11.0.0-rc2 - state_trackers/clover does not build
on FreeBSD
Product: Mesa
Version: 11.0
Hardware: x86-64 (AMD64)
OS: FreeBSD
https://bugs.freedesktop.org/show_bug.cgi?id=91826
--- Comment #1 from Albert Freeman ---
I believe the fix for this is in mesa master. Here is the patch:
https://patchwork.freedesktop.org/patch/56716/
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assig
https://bugs.freedesktop.org/show_bug.cgi?id=91826
--- Comment #2 from Albert Freeman ---
Ignore my last comment, it is wrong, I got very confused.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_
https://bugs.freedesktop.org/show_bug.cgi?id=91826
--- Comment #3 from Albert Freeman ---
Well changing typename to enum seems to fix the problem:
diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp
b/src/gallium/state_trackers/clover/llvm/invocation.cpp
index 7c23a27..d74b50d 100
https://bugs.freedesktop.org/show_bug.cgi?id=91826
--- Comment #4 from Albert Freeman ---
You should probably report this to the clang developers too.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
__
https://bugs.freedesktop.org/show_bug.cgi?id=91130
Serge Martin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=91826
--- Comment #5 from Koop Mast ---
The patch from #3 fixes the build with clang, thanks.
Report what to clang upstream, that they error on this issue versus gcc which
only gives a warning?
--
You are receiving this mail because:
You are the QA
https://bugs.freedesktop.org/show_bug.cgi?id=91826
--- Comment #6 from Albert Freeman ---
Yeah, I don't know too much about C++11 but it MIGHT be a bug in clang.
On 1 September 2015 at 09:30, wrote:
> Comment # 5 on bug 91826 from Koop Mast
>
> The patch from #3 fixes the build with clang, tha
https://bugs.freedesktop.org/show_bug.cgi?id=91826
Albert Freeman changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=36295
Eero Tamminen changed:
What|Removed |Added
CC||eero.t.tammi...@intel.com
--
You are re
https://bugs.freedesktop.org/show_bug.cgi?id=61582
Eero Tamminen changed:
What|Removed |Added
CC||eero.t.tammi...@intel.com
--
You are re
https://bugs.freedesktop.org/show_bug.cgi?id=94627
--- Comment #9 from Heiko Ernst ---
Bug is closed in mesa 12.0.2
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
1101 - 1200 of 23703 matches
Mail list logo