[Mesa-dev] [Bug 33188] WebGL Conformance Test Runner crash

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33188 Karl Tomlinson changed: What|Removed |Added CC||bugs.freedesk...@karlt.net -- Configur

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Benoit Jacob
- Original Message - > On Sun, 16 Jan 2011 16:29:45 -0500 > Benoit Jacob wrote: > > > OpenGL-based features are disabled by default in Firefox 4 on X11 > > because of OpenGL bugs we've hit [2], and currently only the NVIDIA > > proprietary driver is whitelisted [3]. > > I notice all th

[Mesa-dev] [Bug 33221] New: Configure incorrectly determines whether C++ compiler understands -fvisibility=hidden

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33221 Summary: Configure incorrectly determines whether C++ compiler understands -fvisibility=hidden Product: Mesa Version: 7.9 Platform: Other OS/Version: All Status: NE

Re: [Mesa-dev] [PATCH 1/1] st/mesa: Set samplers views' first_level.

2011-01-17 Thread Brian Paul
On 01/17/2011 02:27 PM, Henri Verbeet wrote: On 14 January 2011 16:49, Brian Paul wrote: I applied your patch and now mipmap_limits no longer matches NVIDIA. The attached mipmap.mbox series should fix the issues I found for softpipe, r300g and r600g. I can't easily verify or fix the other dri

[Mesa-dev] [PATCH] glsl: Fix semantic checks on precision qualifiers

2011-01-17 Thread Chad Versace
From: Chad Versace Ian, you caught my mistake. I believe this patch has the correct behavior. --- The check for the requirement that Precision qualifiers only apply to floating point and integer types. was incomplete and allowed some types to illegaly have precision qualifiers. --- src/glsl/

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Jesse Barnes
On Sun, 16 Jan 2011 16:29:45 -0500 Benoit Jacob wrote: > OpenGL-based features are disabled by default in Firefox 4 on X11 > because of OpenGL bugs we've hit [2], and currently only the NVIDIA > proprietary driver is whitelisted [3]. I notice all these are filed at mozilla.com, which most of t

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Jesse Barnes
On Mon, 17 Jan 2011 19:11:54 +1000 Dave Airlie wrote: > On Mon, Jan 17, 2011 at 7:29 AM, Benoit Jacob wrote: > >   Results: (5241 of 5315 passed, 3 timed out) > > > > And among the conformance/ test pages, I get these failures on that system: > >  conformance/context-lost-restored.html(*timeout*

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 Karl Tomlinson changed: What|Removed |Added CC||bugs.freedesk...@karlt.net -- Configur

[Mesa-dev] [Bug 33203] firefox4 segfault in swrastPutImage() (pdraw->psc==NULL) [Gallium 0.4 on llvmpipe]

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33203 Karl Tomlinson changed: What|Removed |Added CC||bugs.freedesk...@karlt.net -- Configur

[Mesa-dev] [Bug 33204] [softpipe] firefox4 webgl: segfault in swrastPutImage

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33204 Karl Tomlinson changed: What|Removed |Added CC||bugs.freedesk...@karlt.net --- Comment

Re: [Mesa-dev] [PATCH 2/2] st/mesa: support internalFormat=GL_BGRA in textures

2011-01-17 Thread Brian Paul
On 01/17/2011 03:44 PM, Benjamin Franzke wrote: --- src/mesa/state_tracker/st_format.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/mesa/state_tracker/st_format.c b/src/mesa/state_tracker/st_format.c index 2e0a664..a532e08 100644 --- a/src/mesa/state

Re: [Mesa-dev] Mesa (master): glsl: add support for system values and GL_ARB_draw_instanced

2011-01-17 Thread Brian Paul
On 01/17/2011 03:38 PM, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/15/2011 09:25 AM, Brian Paul wrote: diff --git a/src/glsl/ir_variable.cpp b/src/glsl/ir_variable.cpp index 6b9b294..4d10540 100644 --- a/src/glsl/ir_variable.cpp +++ b/src/glsl/ir_variable.cpp @@ -3

Re: [Mesa-dev] [PATCH 1/2] mesa: support internalFormat=GL_BGRA in TexImage2D

2011-01-17 Thread Brian Paul
On Mon, Jan 17, 2011 at 3:44 PM, Benjamin Franzke wrote: > internalFormat=GL_BGRA is only allowed with gles1/2 > and GL_EXT_texture_format_BGRA enabled. > --- >  src/mesa/main/texformat.c |    4 >  src/mesa/main/teximage.c  |    9 + >  src/mesa/main/texparam.c  |    7 +-- >  s

[Mesa-dev] [Bug 33217] openvg (OpenVG) fails to compile

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33217 --- Comment #1 from pejakm 2011-01-17 15:02:10 PST --- Compiled for 32-bit successfully, with these options: ./autogen.sh --prefix=/usr \ --with-dri-driverdir=/usr/lib32/xorg/modules/dri \ --with-dri-drivers=radeon,r200,r300,r600 \ --wit

[Mesa-dev] [Bug 33217] openvg (OpenVG) fails to compile

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33217 pejakm changed: What|Removed |Added CC||pej...@gmail.com -- Configure bugmail: https:/

[Mesa-dev] [Bug 33217] New: openvg (OpenVG) fails to compile

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33217 Summary: openvg (OpenVG) fails to compile Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Mesa-dev] [PATCH 2/2] st/mesa: support internalFormat=GL_BGRA in textures

2011-01-17 Thread Benjamin Franzke
--- src/mesa/state_tracker/st_format.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/mesa/state_tracker/st_format.c b/src/mesa/state_tracker/st_format.c index 2e0a664..a532e08 100644 --- a/src/mesa/state_tracker/st_format.c +++ b/src/mesa/state_tracker/st

[Mesa-dev] [PATCH 1/2] mesa: support internalFormat=GL_BGRA in TexImage2D

2011-01-17 Thread Benjamin Franzke
internalFormat=GL_BGRA is only allowed with gles1/2 and GL_EXT_texture_format_BGRA enabled. --- src/mesa/main/texformat.c |4 src/mesa/main/teximage.c |9 + src/mesa/main/texparam.c |7 +-- src/mesa/main/texstate.c |1 + 4 files changed, 19 insertions(+), 2

Re: [Mesa-dev] Mesa (master): glsl: add support for system values and GL_ARB_draw_instanced

2011-01-17 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/15/2011 09:25 AM, Brian Paul wrote: > diff --git a/src/glsl/ir_variable.cpp b/src/glsl/ir_variable.cpp > index 6b9b294..4d10540 100644 > --- a/src/glsl/ir_variable.cpp > +++ b/src/glsl/ir_variable.cpp > @@ -30,6 +30,11 @@ static void generate_AR

Re: [Mesa-dev] [RFC] GL fixed function fragment shaders

2011-01-17 Thread Eric Anholt
On Thu, 13 Jan 2011 17:40:39 +0100, Roland Scheidegger wrote: > Am 12.01.2011 23:04, schrieb Eric Anholt: > > This is a work-in-progress patch series to switch texenvprogram.c from > > generating ARB_fp style Mesa IR to generating GLSL IR as its product. > > For drivers without native GLSL codege

Re: [Mesa-dev] [PATCH 1/1] st/mesa: Set samplers views' first_level.

2011-01-17 Thread Henri Verbeet
On 14 January 2011 16:49, Brian Paul wrote: > I applied your patch and now mipmap_limits no longer matches NVIDIA. > The attached mipmap.mbox series should fix the issues I found for softpipe, r300g and r600g. I can't easily verify or fix the other drivers, though in principle not respecting the s

Re: [Mesa-dev] [PATCH] mesa: EXT_framebuffer_sRGB interface additions.

2011-01-17 Thread Dave Airlie
On Tue, Jan 18, 2011 at 3:21 AM, Brian Paul wrote: > On 01/16/2011 04:50 PM, Dave Airlie wrote: >> >> From: Dave Airlie >> >> This adds the get/enable enums and internal gl_config storage >> for this extension. >> >> In theory this is all that is needed to enable this extension >> from what I can

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Sven Arvidsson
On Mon, 2011-01-17 at 20:15 +0100, Jakob Bornecrantz wrote: > Huh? llvmpipe and softpipe should both hit bug 33204 as they share the > same swrast code. Not really sure what's going on then. glxinfo reports that llvmpipe is in use, but I'm not sure how to confirm this in Firefox (besides the obvio

Re: [Mesa-dev] Mesa (master): glsl: Add semantic checks for precision qualifiers

2011-01-17 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/17/2011 10:21 AM, Chad Versace wrote: > Module: Mesa > Branch: master > Commit: 889e1a5b6c6602198d649ea5881e0010dec575e9 > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=889e1a5b6c6602198d649ea5881e0010dec575e9 > > Author: Chad Vers

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Benoit Jacob
- Original Message - > On Mon, Jan 17, 2011 at 7:24 PM, Sven Arvidsson wrote: > > FWIW: > > > > r300g on Minefield: > >        Hitting bug 33188. > > > > softpipe on Minefield: > >        Segfaults in swrastPutImage immediately. Filed as bug 33204. > > > > llvmpipe on Minefield: > >    

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Jakob Bornecrantz
On Mon, Jan 17, 2011 at 7:24 PM, Sven Arvidsson wrote: > FWIW: > > r300g on Minefield: >        Hitting bug 33188. > > softpipe on Minefield: >        Segfaults in swrastPutImage immediately. Filed as bug 33204. > > llvmpipe on Minefield: >        5228 of 5307 passed, 3 timed out Huh? llvmpipe an

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Sven Arvidsson
FWIW: r300g on Minefield: Hitting bug 33188. softpipe on Minefield: Segfaults in swrastPutImage immediately. Filed as bug 33204. llvmpipe on Minefield: 5228 of 5307 passed, 3 timed out And just for fun, I also tried out the same drivers with Chromium: r300g on Chromium

[Mesa-dev] [PATCH] cosmetic: add machine generated files to .gitignore

2011-01-17 Thread twied
Hi, I think .gitignore is missing some entries for machine generated files. This is just a minimal cosmetic issue and does not affect build process or runtime behaviour. Tim --- src/glsl/.gitignore|1 + src/mapi/es1api/.gitignore |3 +++ src/mapi/es2api/.gitignore |3 +

[Mesa-dev] [Bug 33204] [softpipe] firefox4 webgl: segfault in swrastPutImage

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33204 --- Comment #2 from Sven Arvidsson 2011-01-17 10:26:19 PST --- (In reply to comment #1) > Can you provide a stack trace at this point? Some of those function > parameters > looks funny. A backtrace is attached, or do I need to provide somethin

[Mesa-dev] [Bug 33203] firefox4 segfault in swrastPutImage() (pdraw->psc==NULL) [Gallium 0.4 on llvmpipe]

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33203 --- Comment #2 from Thierry Vignaud 2011-01-17 09:29:52 PST --- It didn't helped at all -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for th

[Mesa-dev] [Bug 33204] [softpipe] firefox4 webgl: segfault in swrastPutImage

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33204 --- Comment #1 from Brian Paul 2011-01-17 09:22:35 PST --- Can you provide a stack trace at this point? Some of those function parameters looks funny. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are r

Re: [Mesa-dev] [PATCH] mesa: EXT_framebuffer_sRGB interface additions.

2011-01-17 Thread Brian Paul
On 01/16/2011 04:50 PM, Dave Airlie wrote: From: Dave Airlie This adds the get/enable enums and internal gl_config storage for this extension. In theory this is all that is needed to enable this extension from what I can see, since its not mandatory to implement the features if you don't advert

Re: [Mesa-dev] mesa draw-instance topic v. point-only rendering in VTK tests

2011-01-17 Thread Brian Paul
On Mon, Jan 17, 2011 at 9:55 AM, Brad King wrote: > On 01/17/2011 11:46 AM, Brian Paul wrote: >> Does the attached patch help? > > Yes, that fixes it.  The assertion no longer fails and the test passes. > Total resulting patch on top of ef3b8042 appears below. Great. I've committed the patches.

Re: [Mesa-dev] mesa draw-instance topic v. point-only rendering in VTK tests

2011-01-17 Thread Brad King
On 01/17/2011 11:46 AM, Brian Paul wrote: > Does the attached patch help? Yes, that fixes it. The assertion no longer fails and the test passes. Total resulting patch on top of ef3b8042 appears below. Thanks, -Brad diff --git a/src/mesa/tnl/t_draw.c b/src/mesa/tnl/t_draw.c index bdb893e..616ee

[Mesa-dev] [Bug 33188] WebGL Conformance Test Runner crash

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33188 --- Comment #4 from Pavel Ondračka 2011-01-17 08:47:54 PST --- (In reply to comment #3) > Can you try the patch on bug 31940? Patch from bug 31940 doesn't help. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

Re: [Mesa-dev] mesa draw-instance topic v. point-only rendering in VTK tests

2011-01-17 Thread Brian Paul
On Mon, Jan 17, 2011 at 9:33 AM, Brad King wrote: > On 01/17/2011 11:18 AM, Brian Paul wrote: >> On Mon, Jan 17, 2011 at 8:58 AM, Brad King wrote: >>> I think a63486ac is the first commit that exhibits the behavior. >> >> Have you tried reversing that change? > > I started at ef3b8042 and ran "gi

Re: [Mesa-dev] mesa draw-instance topic v. point-only rendering in VTK tests

2011-01-17 Thread Brad King
On 01/17/2011 11:18 AM, Brian Paul wrote: > On Mon, Jan 17, 2011 at 8:58 AM, Brad King wrote: >> I think a63486ac is the first commit that exhibits the behavior. > > Have you tried reversing that change? I started at ef3b8042 and ran "git revert a63486ac". I resolved one conflict (machine v. &m

Re: [Mesa-dev] About OpenGL QB stereo support..

2011-01-17 Thread Donnie Berkholz
On 04:18 Thu 13 Jan , Corbin Simpson wrote: > On Wed, Jan 12, 2011 at 3:47 PM, rtfss none wrote: > > Hi, > > > > first sorry if not is the correct place to post it but I was thinking > > that with open source Sandy Bridge and AMD 68xx cards support that > > ship with Displayport 1.2 (AMD only)

Re: [Mesa-dev] mesa draw-instance topic v. point-only rendering in VTK tests

2011-01-17 Thread Brian Paul
On Mon, Jan 17, 2011 at 8:58 AM, Brad King wrote: > Hi Brian, > > One of your changes in commit range 21001d2b..652901e9 causes one of > the VTK tests to render an empty image: > >  http://www.cdash.org/CDash/testDetails.php?test=79911707&build=826979 > > I think a63486ac is the first commit that

[Mesa-dev] mesa draw-instance topic v. point-only rendering in VTK tests

2011-01-17 Thread Brad King
Hi Brian, One of your changes in commit range 21001d2b..652901e9 causes one of the VTK tests to render an empty image: http://www.cdash.org/CDash/testDetails.php?test=79911707&build=826979 I think a63486ac is the first commit that exhibits the behavior. This particular test renders only *point

[Mesa-dev] [Bug 33188] WebGL Conformance Test Runner crash

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33188 --- Comment #3 from Alex Deucher 2011-01-17 07:57:11 PST --- Can you try the patch on bug 31940? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assigne

[Mesa-dev] [Bug 33188] WebGL Conformance Test Runner crash

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33188 --- Comment #2 from Alex Deucher 2011-01-17 07:56:47 PST --- Probably a duplicate of bug 31940. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee

[Mesa-dev] [Bug 33204] New: [softpipe] firefox4 webgl: segfault in swrastPutImage

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33204 Summary: [softpipe] firefox4 webgl: segfault in swrastPutImage Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: med

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Alex Deucher
On Mon, Jan 17, 2011 at 10:00 AM, Corbin Simpson wrote: > On Mon, Jan 17, 2011 at 1:11 AM, Dave Airlie wrote: >> >> Results: (5231 of 5344 passed, 3 timed out) >> >> This was with the latest Intel mesa driver on an Ironlake laptop. >> >> However I got a random crash on a previous run, I'm guessin

[Mesa-dev] [Bug 33188] WebGL Conformance Test Runner crash

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33188 Sven Arvidsson changed: What|Removed |Added CC||s...@whiz.se --- Comment #1 from Sven A

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Corbin Simpson
On Mon, Jan 17, 2011 at 1:11 AM, Dave Airlie wrote: > > Results: (5231 of 5344 passed, 3 timed out) > > This was with the latest Intel mesa driver on an Ironlake laptop. > > However I got a random crash on a previous run, I'm guessing if we can > figure out the misc crasher we'd be in a lot better

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Benoit Jacob
On 01/17/2011 09:13 AM, Alex Buell wrote: On Mon, 2011-01-17 at 08:57 -0500, Benoit Jacob wrote: On 01/17/2011 08:28 AM, Alex Buell wrote: There are two possible reasons for this. * first, can you please go to about:config and check that webgl.enabled_for_all_sites is true. * otherwise,

[Mesa-dev] [Bug 33203] firefox4 segfault in swrastPutImage() (pdraw->psc==NULL) [Gallium 0.4 on llvmpipe]

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33203 --- Comment #1 from Jakob Bornecrantz 2011-01-17 06:18:18 PST --- Can you try Attacment #40689 [1] in bug 31940 [2]. Cheers Jakob. [1] https://bugs.freedesktop.org/attachment.cgi?id=40689 [2] https://bugs.freedesktop.org/show_bug.cgi?id=31940

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Alex Buell
On Mon, 2011-01-17 at 08:57 -0500, Benoit Jacob wrote: > On 01/17/2011 08:28 AM, Alex Buell wrote: > There are two possible reasons for this. > * first, can you please go to about:config and check that > webgl.enabled_for_all_sites is true. > * otherwise, that means that WebGL contexts fail t

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Benoit Jacob
On 01/17/2011 04:11 AM, Dave Airlie wrote: On Mon, Jan 17, 2011 at 7:29 AM, Benoit Jacob wrote: To give you an idea of what to aim for, here on debian sid x86-64 + NVIDIA proprietary driver I get this: Results: (5241 of 5315 passed, 3 timed out) And among the conformance/ test pages, I get

[Mesa-dev] [Bug 33203] New: firefox4 segfault in swrastPutImage() (pdraw->psc==NULL) [Gallium 0.4 on llvmpipe]

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33203 Summary: firefox4 segfault in swrastPutImage() (pdraw->psc==NULL) [Gallium 0.4 on llvmpipe] Product: Mesa Version: 7.10 Platform: x86-64 (AMD64) OS/Version: Linux (All)

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Benoit Jacob
On 01/17/2011 08:28 AM, Alex Buell wrote: On Sun, 2011-01-16 at 16:29 -0500, Benoit Jacob wrote: 1. Download a nightly build of Firefox 4 there, and untar it: http://nightly.mozilla.org/ 2. Run it with the MOZ_GLX_IGNORE_BLACKLIST env variable, e.g.: $ MOZ_GLX_IGNORE_BLACKLIST=1 ./

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Alex Buell
On Sun, 2011-01-16 at 16:29 -0500, Benoit Jacob wrote: > 1. Download a nightly build of Firefox 4 there, and untar it: > > http://nightly.mozilla.org/ > > 2. Run it with the MOZ_GLX_IGNORE_BLACKLIST env variable, e.g.: > > $ MOZ_GLX_IGNORE_BLACKLIST=1 ./firefox -P -no-remote > > (-

Re: [Mesa-dev] WebGL test suite, and whitelisting drivers / OpenGL implementations in Firefox

2011-01-17 Thread Dave Airlie
On Mon, Jan 17, 2011 at 7:29 AM, Benoit Jacob wrote: > Hi List, > > I realize that you may well not have time to care about WebGL [1] or > Firefox. In that case, I'm still writing because there's a new test suite, > namely the WebGL conformance test suite, that may be of interest to help > find an