https://bugs.freedesktop.org/show_bug.cgi?id=33188
Karl Tomlinson changed:
What|Removed |Added
CC||bugs.freedesk...@karlt.net
--
Configur
- 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
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
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
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/
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
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*
https://bugs.freedesktop.org/show_bug.cgi?id=31940
Karl Tomlinson changed:
What|Removed |Added
CC||bugs.freedesk...@karlt.net
--
Configur
https://bugs.freedesktop.org/show_bug.cgi?id=33203
Karl Tomlinson changed:
What|Removed |Added
CC||bugs.freedesk...@karlt.net
--
Configur
https://bugs.freedesktop.org/show_bug.cgi?id=33204
Karl Tomlinson changed:
What|Removed |Added
CC||bugs.freedesk...@karlt.net
--- Comment
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=33217
pejakm changed:
What|Removed |Added
CC||pej...@gmail.com
--
Configure bugmail: https:/
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
---
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
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
-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
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
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
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
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
-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
- 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:
> >
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
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
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 +
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
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
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
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
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.
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
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
--
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
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
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)
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
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
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=33188
Sven Arvidsson changed:
What|Removed |Added
CC||s...@whiz.se
--- Comment #1 from Sven A
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
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,
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
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
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
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)
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 ./
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
>
> (-
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
54 matches
Mail list logo