* [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test
@ 2012-09-11 10:34 bugzilla-daemon
2012-09-13 12:59 ` [Bug 54767] " bugzilla-daemon
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-09-11 10:34 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=54767
Bug #: 54767
Summary: [r300g] 298 failures on WebGL Conformance Test
Classification: Unclassified
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r300
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: fabio.ped@libero.it
Created attachment 66963
--> https://bugs.freedesktop.org/attachment.cgi?id=66963
298 failing WebGL tests on 2012-09-11
When running WebGL Conformance Test:
https://www.khronos.org/registry/webgl/conformance-suites/1.0.1/webgl-conformance-tests.html
on r300 git on a RV530 298 tests fail. See the attachment for failing tests.
If some get fixed I can later open a new bug for every test.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 54767] [r300g] 298 failures on WebGL Conformance Test
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
@ 2012-09-13 12:59 ` bugzilla-daemon
2012-09-14 14:05 ` bugzilla-daemon
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-09-13 12:59 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=54767
--- Comment #1 from Tomasz P. <son_of_the_osiris@interia.pl> 2012-09-13 12:59:17 UTC ---
On radeon 9600 agp with mesa-git form today I have got 41 failed tests only
(from 8649 total tests).
Using opera 12.50-build_1583 with HA enabled and webgl enabled.
Failures:
conformance/extensions/oes-standard-derivatives.html: 15 tests failed
conformance/glsl/functions/glsl-function-atan-xy.html: 1 tests failed
conformance/glsl/misc/shader-with-limited-indexing.frag.html: 1 tests failed
conformance/glsl/misc/struct-nesting-exceeds-maximum.html: 1 tests failed
conformance/glsl/variables/gl-frontfacing.html: 17 tests failed
conformance/limits/gl-min-textures.html: 2 tests failed
conformance/limits/gl-min-uniforms.html: 2 tests failed
conformance/renderbuffers/renderbuffer-initialization.html: 2 tests failed
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 54767] [r300g] 298 failures on WebGL Conformance Test
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
2012-09-13 12:59 ` [Bug 54767] " bugzilla-daemon
@ 2012-09-14 14:05 ` bugzilla-daemon
2012-09-14 15:51 ` bugzilla-daemon
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-09-14 14:05 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=54767
--- Comment #2 from Tomasz P. <son_of_the_osiris@interia.pl> 2012-09-14 14:05:25 UTC ---
Forgot to add. I have compiled withtexture npot video enabled in r300_screen.c
During test there was few errors in konsole.
r300 FP: Compiler Error:
compiler/r300_fragprog_emit.c::translate_rgb_opcode(): translate_rgb_opcode:
Unknown opcode DDX
Using a dummy shader instead.
r300 FP: Compiler Error:
compiler/r300_fragprog_emit.c::emit_alu(): Too many ALU instructions
Using a dummy shader instead.
r300: ERROR: FS input FACE unassigned.
When I also enabled Hyper-Z I have got 51 errors.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 54767] [r300g] 298 failures on WebGL Conformance Test
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
2012-09-13 12:59 ` [Bug 54767] " bugzilla-daemon
2012-09-14 14:05 ` bugzilla-daemon
@ 2012-09-14 15:51 ` bugzilla-daemon
2012-11-09 12:18 ` bugzilla-daemon
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-09-14 15:51 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=54767
--- Comment #3 from Marek Olšák <maraeo@gmail.com> 2012-09-14 15:51:21 UTC ---
r300 cannot pass some of the tests, because the hardware is too limited (some
features cannot be implemented on r300), while other features may produce
slightly different results due to precision issues. Some tests are simply
unfixable.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 54767] [r300g] 298 failures on WebGL Conformance Test
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
` (2 preceding siblings ...)
2012-09-14 15:51 ` bugzilla-daemon
@ 2012-11-09 12:18 ` bugzilla-daemon
2012-11-09 12:29 ` bugzilla-daemon
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-11-09 12:18 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 558 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=54767
--- Comment #4 from madbiologist <s.j.turner@uqconnect.net> ---
(In reply to comment #3)
> r300 cannot pass some of the tests, because the hardware is too limited
> (some features cannot be implemented on r300), while other features may
> produce slightly different results due to precision issues. Some tests are
> simply unfixable.
Does that include atan(vec4, vec4) in fragment shader? I have a Radeon 9800
Pro 128MB (R350).
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1409 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 54767] [r300g] 298 failures on WebGL Conformance Test
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
` (3 preceding siblings ...)
2012-11-09 12:18 ` bugzilla-daemon
@ 2012-11-09 12:29 ` bugzilla-daemon
2012-11-09 15:04 ` bugzilla-daemon
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-11-09 12:29 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 525 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=54767
--- Comment #5 from Marek Olšák <maraeo@gmail.com> ---
(In reply to comment #4)
> Does that include atan(vec4, vec4) in fragment shader? I have a Radeon 9800
> Pro 128MB (R350).
I don't remember if that function works on r300. I guess you have to try and
see if the results are correct but not very precise (i.e. they're close to the
expected value) or if they're totally wrong.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1383 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 54767] [r300g] 298 failures on WebGL Conformance Test
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
` (4 preceding siblings ...)
2012-11-09 12:29 ` bugzilla-daemon
@ 2012-11-09 15:04 ` bugzilla-daemon
2012-11-09 15:07 ` bugzilla-daemon
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-11-09 15:04 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 310 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=54767
--- Comment #6 from madbiologist <s.j.turner@uqconnect.net> ---
Its totally wrong. See attachments. I just thought perhaps it wasn't
implemented yet/correctly in the r300g driver.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1082 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 54767] [r300g] 298 failures on WebGL Conformance Test
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
` (5 preceding siblings ...)
2012-11-09 15:04 ` bugzilla-daemon
@ 2012-11-09 15:07 ` bugzilla-daemon
2012-11-09 15:12 ` bugzilla-daemon
2012-12-05 16:37 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-11-09 15:07 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 313 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=54767
--- Comment #7 from madbiologist <s.j.turner@uqconnect.net> ---
Created attachment 69818
--> https://bugs.freedesktop.org/attachment.cgi?id=69818&action=edit
error messages from test
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1224 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 54767] [r300g] 298 failures on WebGL Conformance Test
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
` (6 preceding siblings ...)
2012-11-09 15:07 ` bugzilla-daemon
@ 2012-11-09 15:12 ` bugzilla-daemon
2012-12-05 16:37 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-11-09 15:12 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 318 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=54767
--- Comment #8 from madbiologist <s.j.turner@uqconnect.net> ---
Created attachment 69819
--> https://bugs.freedesktop.org/attachment.cgi?id=69819&action=edit
atan(vec4, vec4) image result
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1239 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 54767] [r300g] 298 failures on WebGL Conformance Test
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
` (7 preceding siblings ...)
2012-11-09 15:12 ` bugzilla-daemon
@ 2012-12-05 16:37 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2012-12-05 16:37 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 890 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=54767
Tomasz P. <son_of_the_osiris@interia.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #9 from Tomasz P. <son_of_the_osiris@interia.pl> ---
on rv350 with Chromium 23.0.1271.95 I get:
Test Summary (8887 total tests):
Tests PASSED: 8854
Tests FAILED: 33
Tests TIMED OUT: 0
-------------------
Failures:
conformance/extensions/oes-standard-derivatives.html: 15 tests failed
conformance/glsl/functions/glsl-function-atan-xy.html: 1 tests failed
conformance/glsl/variables/gl-frontfacing.html: 17 tests failed
With opera-next 477 failed.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2360 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-12-05 16:37 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 10:34 [Bug 54767] New: [r300g] 298 failures on WebGL Conformance Test bugzilla-daemon
2012-09-13 12:59 ` [Bug 54767] " bugzilla-daemon
2012-09-14 14:05 ` bugzilla-daemon
2012-09-14 15:51 ` bugzilla-daemon
2012-11-09 12:18 ` bugzilla-daemon
2012-11-09 12:29 ` bugzilla-daemon
2012-11-09 15:04 ` bugzilla-daemon
2012-11-09 15:07 ` bugzilla-daemon
2012-11-09 15:12 ` bugzilla-daemon
2012-12-05 16:37 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.