[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-15 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-15 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91643] mesa-demos-8.2.0 (latest released version) fails to build against mesa-10.6.4-2.mga6.tainted.src.rpm

2015-08-15 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91643] mesa-demos-8.2.0 (latest released version) fails to build against mesa-10.6.4-2.mga6.tainted.src.rpm

2015-08-15 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91643] mesa-demos-8.2.0 (latest released version) fails to build against mesa-10.6.4-2.mga6.tainted.src.rpm

2015-08-15 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91643] mesa-demos-8.2.0 (latest released version) fails to build against mesa-10.6.4-2.mga6.tainted.src.rpm

2015-08-15 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91643] mesa-demos-8.2.0 (latest released version) fails to build against mesa-10.6.4-2.mga6.tainted.src.rpm

2015-08-15 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91652] configure doesn't check for libedit

2015-08-15 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-16 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-16 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-16 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91643] mesa-demos-8.2.0 (latest released version) fails to build against mesa-10.6.4-2.mga6.tainted.src.rpm

2015-08-16 Thread bugzilla-daemon
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. _

[Mesa-dev] [Bug 89018] Civilization: Beyond Earth terrain section not rendered

2015-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89018 Daniel Exner changed: What|Removed |Added CC||dex+fdobugzilla@dragonslave

[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-16 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91646 Eero Tamminen changed: What|Removed |Added CC||eero.t.tammi...@intel.com -- You are re

[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-17 Thread bugzilla-daemon
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. __

[Mesa-dev] [Bug 90346] DispatchSanity_test.GLES2 regression

2015-08-17 Thread bugzilla-daemon
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. _

[Mesa-dev] [Bug 90346] DispatchSanity_test.GLES2 regression

2015-08-17 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91672] [llvmpipe] [softpipe] piglit gl-3.2-layered-rendering-framebuffertexture regression

2015-08-17 Thread bugzilla-daemon
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)

[Mesa-dev] [Bug 91672] [llvmpipe] [softpipe] piglit gl-3.2-layered-rendering-framebuffertexture regression

2015-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91672 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 91673] Segfault when calling glTexSubImage2D on storage texture to bound FBO

2015-08-17 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91673] Segfault when calling glTexSubImage2D on storage texture to bound FBO

2015-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91673 Michel Dänzer changed: What|Removed |Added Component|GLX |Mesa core Version|10.5

[Mesa-dev] [Bug 91673] Segfault when calling glTexSubImage2D on storage texture to bound FBO

2015-08-17 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91673] Segfault when calling glTexSubImage2D on storage texture to bound FBO

2015-08-18 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91673] Segfault when calling glTexSubImage2D on storage texture to bound FBO

2015-08-19 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91687] Crash when creating new context after destroying the old one using indirect rendering

2015-08-19 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91687] Crash when creating new context after destroying the old one using indirect rendering

2015-08-19 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91687] Crash when creating new context after destroying the old one using indirect rendering

2015-08-19 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91687] Crash when creating new context after destroying the old one using indirect rendering

2015-08-19 Thread bugzilla-daemon
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)

[Mesa-dev] [Bug 91691] Missing "gl.pc" file while using Scons for cross-compiling

2015-08-19 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91691] Missing "gl.pc" file while using Scons for cross-compiling

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91691 YuGiOhJCJ changed: What|Removed |Added CC||yugioh...@1s.fr -- You are receiving this m

[Mesa-dev] [Bug 91673] Segfault when calling glTexSubImage2D on storage texture to bound FBO

2015-08-19 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91673] Segfault when calling glTexSubImage2D on storage texture to bound FBO

2015-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91673 Tapani Pälli changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|mesa-dev@list

[Mesa-dev] [Bug 91691] Missing "gl.pc" file while using Scons for cross-compiling

2015-08-20 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91020] Mesa's demo / tools won't compile since EGL changes

2015-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91020 Julien Isorce changed: What|Removed |Added CC||julien.iso...@gmail.com -- You are rece

[Mesa-dev] [Bug 91673] Segfault when calling glTexSubImage2D on storage texture to bound FBO

2015-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91673 Tapani Pälli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Mesa-dev] [Bug 91711] mesa-9.1.3: undefined reference to `wglGetProcAddress@4'

2015-08-21 Thread bugzilla-daemon
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)

[Mesa-dev] [Bug 91711] mesa-9.1.3: undefined reference to `wglGetProcAddress@4'

2015-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91711 YuGiOhJCJ changed: What|Removed |Added CC||yugioh...@1s.fr -- You are receiving this m

[Mesa-dev] [Bug 91673] Segfault when calling glTexSubImage2D on storage texture to bound FBO

2015-08-21 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91724] GL/gl_mangle.h misses symbols from GLES/gl.h

2015-08-22 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91724] GL/gl_mangle.h misses symbols from GLES/gl.h

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91724 Frederic Devernay changed: What|Removed |Added CC||frederic.dever...@m4x.org -- You ar

[Mesa-dev] [Bug 91111] [BYT regression] dEQP-GLES3.functional.shaders.texture_functions.texturelod.usamplercube_*

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9 Matt Turner changed: What|Removed |Added Component|Mesa core |Drivers/DRI/i965 Assignee|mesa-d

[Mesa-dev] [Bug 91112] [HSW/BYT] dEQP-GLES3.functional.uniform_api.random.23 test timeout

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91112 Matt Turner changed: What|Removed |Added Component|Mesa core |Drivers/DRI/i965 Assignee|mesa-d

[Mesa-dev] [Bug 91079] New account request

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91079 Matt Turner changed: What|Removed |Added CC|cwo...@cworth.org, |martin.pe...@free.fr |ma

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91254 Tomasz C. changed: What|Removed |Added Priority|medium |high CC|

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-22 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-23 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-23 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91079] New account request

2015-08-23 Thread bugzilla-daemon
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. _

[Mesa-dev] [Bug 91079] New account request

2015-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91079 Martin Peres changed: What|Removed |Added Component|Other |New Accounts Assignee|mesa-dev@

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-23 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91254 Chris Wilson changed: What|Removed |Added CC||frds...@genodeftest.de --- Comment #17 fr

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91254 Ting-Wei Lan changed: What|Removed |Added CC||lant...@gmail.com -- You are receiving t

[Mesa-dev] [Bug 91646] dlopen'ing libudev.so.1 from static library initializer corrupts TLS state

2015-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91646 Matthias Schuster changed: What|Removed |Added Priority|medium |high Severity|normal

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-23 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91254 Chris Wilson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91254 Chris Wilson changed: What|Removed |Added CC||vogel...@vogel.cx --- Comment #20 from Ch

[Mesa-dev] [Bug 91724] GL/gl_mangle.h misses symbols from GLES/gl.h

2015-08-24 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91724] GL/gl_mangle.h misses symbols from GLES/gl.h

2015-08-24 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91724] GL/gl_mangle.h misses symbols from GLES/gl.h

2015-08-24 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91747] Ubuntu 15.04/Oibaf PPA - Unity bar not transparent

2015-08-24 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91747] Ubuntu 15.04/Oibaf PPA - Unity bar not transparent

2015-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91747 Sinclair Yeh changed: What|Removed |Added CC||s...@vmware.com -- You are receiving thi

[Mesa-dev] [Bug 91747] Ubuntu 15.04/Oibaf PPA - Unity bar not transparent

2015-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91747 Benjamin Bellec changed: What|Removed |Added CC||b.bel...@gmail.com --- Comment #1 from

[Mesa-dev] [Bug 91039] [d3d9] D3D9 state tracker crashes due to stack misalignment if Mesa is compiled with -mfpmath=sse

2015-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91039 xpue changed: What|Removed |Added CC||r9k...@gmail.com -- You are receiving this mail

[Mesa-dev] [Bug 91711] mesa-9.1.3: undefined reference to `wglGetProcAddress@4'

2015-08-27 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91747] Ubuntu 15.04/Oibaf PPA - Unity bar not transparent

2015-08-27 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91783] Requesting Account

2015-08-27 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91783] Requesting Account

2015-08-27 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91783] Requesting Account

2015-08-27 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91783] Requesting Account

2015-08-27 Thread bugzilla-daemon
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.

[Mesa-dev] [Bug 91783] Requesting Account

2015-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91783 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 91785] make check DispatchSanity_test.GLES31 regression

2015-08-27 Thread bugzilla-daemon
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:

[Mesa-dev] [Bug 91785] make check DispatchSanity_test.GLES31 regression

2015-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91785 Vinson Lee changed: What|Removed |Added Keywords||bisected CC|

[Mesa-dev] [Bug 91747] Ubuntu 15.04/Oibaf PPA - Unity bar not transparent

2015-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91747 Benjamin Bellec changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this ma

[Mesa-dev] [Bug 91785] make check DispatchSanity_test.GLES31 regression

2015-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91785 Ilia Mirkin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 91785] make check DispatchSanity_test.GLES31 regression

2015-08-28 Thread bugzilla-daemon
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. __

[Mesa-dev] [Bug 91793] the "bin" directory is not created

2015-08-28 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91793] the "bin" directory is not created

2015-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91793 YuGiOhJCJ changed: What|Removed |Added CC||yugioh...@1s.fr -- You are receiving this m

[Mesa-dev] [Bug 91254] (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1

2015-08-28 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91778] white screen in unigine tropics and sanctuary with 11RC1

2015-08-29 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91778] white screen in unigine tropics and sanctuary with 11RC1

2015-08-29 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91778] white screen in unigine tropics and sanctuary with 11RC1

2015-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91778 Benjamin Bellec changed: What|Removed |Added CC||b.bel...@gmail.com --- Comment #1 from

[Mesa-dev] [Bug 91797] [r600g] Company of Heroes 2 crash when zooming on the map

2015-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91797 Benjamin Bellec changed: What|Removed |Added Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

[Mesa-dev] [Bug 91643] mesa-demos-8.2.0 (latest released version) fails to build against mesa-10.6.4-2.mga6.tainted.src.rpm

2015-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91643 Alexander Tsoy changed: What|Removed |Added CC||alexan...@tsoy.me -- You are receiving

[Mesa-dev] [Bug 91778] white screen in unigine tropics and sanctuary with 11RC1

2015-08-29 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91778] white screen in unigine tropics and sanctuary with 11RC1

2015-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91778 Kenneth Graunke changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 91020] Mesa's demo / tools won't compile since EGL changes

2015-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91020 Dennis Schridde changed: What|Removed |Added CC||devuran...@gmx.net -- You are receivi

[Mesa-dev] [Bug 91806] configure does not test whether assembler supports sse4.1

2015-08-30 Thread bugzilla-daemon
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:

[Mesa-dev] [Bug 91826] Mesa 11.0.0-rc2 - state_trackers/clover does not build on FreeBSD

2015-08-31 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91826] Mesa 11.0.0-rc2 - state_trackers/clover does not build on FreeBSD

2015-08-31 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91826] Mesa 11.0.0-rc2 - state_trackers/clover does not build on FreeBSD

2015-08-31 Thread bugzilla-daemon
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. _

[Mesa-dev] [Bug 91826] Mesa 11.0.0-rc2 - state_trackers/clover does not build on FreeBSD

2015-08-31 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91826] Mesa 11.0.0-rc2 - state_trackers/clover does not build on FreeBSD

2015-08-31 Thread bugzilla-daemon
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. __

[Mesa-dev] [Bug 91130] Mesa's cl.h defines CL_VERSION_1_2 even though it is missing some OpenCL 1.2 functions

2015-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91130 Serge Martin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 91826] Mesa 11.0.0-rc2 - state_trackers/clover does not build on FreeBSD

2015-09-01 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91826] Mesa 11.0.0-rc2 - state_trackers/clover does not build on FreeBSD

2015-09-01 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 91826] Mesa 11.0.0-rc2 - state_trackers/clover does not build on FreeBSD

2015-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91826 Albert Freeman changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 36295] Incorrect rendering in SPECviewperf benchmark

2016-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36295 Eero Tamminen changed: What|Removed |Added CC||eero.t.tammi...@intel.com -- You are re

[Mesa-dev] [Bug 61582] meta ops should log perf debug messages when they fall back to software

2016-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61582 Eero Tamminen changed: What|Removed |Added CC||eero.t.tammi...@intel.com -- You are re

[Mesa-dev] [Bug 94627] Game Risen on wine black grass

2016-09-13 Thread bugzilla-daemon
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

<    7   8   9   10   11   12   13   14   15   16   >