* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
@ 2010-04-11 17:05 ` bugzilla-daemon
2010-04-20 5:51 ` bugzilla-daemon
` (17 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-04-11 17:05 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
Andrew Randrianasulu <randrik@mail.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #5 from Andrew Randrianasulu <randrik@mail.ru> 2010-04-11 10:05:33 PDT ---
Sorry guys, after some additional testing i found new pattern for triggering
this bug.
mesa
commit 821abff8c03031603111abc17dabe7cfa28a31e1
Author: Zack Rusin <zackr@vmware.com>
Date: Wed Apr 7 17:46:55 2010 -0400
draw llvm: highly reduce the compilation times for draw llvm
libdrm
commit c1c8bbf80b1f734e23996bf805dc78f32ebaf56f
Author: Ben Skeggs <bskeggs@redhat.com>
Date: Fri Mar 19 10:20:09 2010 +1000
nouveau: fix annoying compiler warning
xf86-video-ati
commit eb5665688ef9b52f03f61546351d0848cab54740
Author: Alex Deucher <alexdeucher@gmail.com>
Date: Thu Apr 8 00:31:52 2010 -0400
radeon: don't setup Xv on rn50
1. First try kernel 2.6.32 and this stack _in UMS mode_, run glxgears
(important).
2. reboot into D.R.T. kernel (2.6.34-rc3)
3. load radeon (in my config i have KMS enabled by default).
4. observe perfect spectex demo
5. power off machine.
6. wait few mins.
7. Power on machine, boot 2.6.34-rc3, rc4
8. load radeon (it will defaulted into KMS)
9. startx
10. observe black screen/horizontal black bars in mesa/progs/demos/spectex
11. Verify what this effect survived warm reboots.
12. repeat "fix" described in 1, but reboot machine machine instead of powering
it off.
13. Observe same persistence ("fix" survived warm reboots)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
^ permalink raw reply [flat|nested] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
2010-04-11 17:05 ` [Bug 22576] [KMS] mesa demo spectex broken on rv280 bugzilla-daemon
@ 2010-04-20 5:51 ` bugzilla-daemon
2010-04-20 14:11 ` bugzilla-daemon
` (16 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-04-20 5:51 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #6 from Andrew Randrianasulu <randrik@mail.ru> 2010-04-19 22:51:34 PDT ---
Guess i can mark bug 22575 ( [KMS] mesa demo projtex broken on rv280 ) as
duplicate of this, because projtex works after same " run UMS/glxgears first"
fix?
P.S.: bisecting kernel right now, hopefully will have bisect result today. But
i'll also re-test with current 2.6.34-rc5 kernel (UMS mode) just in case.
Can it be some wrong-initialized register on-card? I mean KMS code write bunch
of regs, but at least one of them stuck/not responded to write, and UMS "fix"
just unlock this reg ? Just possible scenario, i can be completely wrong here
...
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
2010-04-11 17:05 ` [Bug 22576] [KMS] mesa demo spectex broken on rv280 bugzilla-daemon
2010-04-20 5:51 ` bugzilla-daemon
@ 2010-04-20 14:11 ` bugzilla-daemon
2010-04-22 0:48 ` bugzilla-daemon
` (15 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-04-20 14:11 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #7 from Alex Deucher <agd5f@yahoo.com> 2010-04-20 07:11:41 PDT ---
(In reply to comment #6)
> P.S.: bisecting kernel right now, hopefully will have bisect result today. But
> i'll also re-test with current 2.6.34-rc5 kernel (UMS mode) just in case.
> Can it be some wrong-initialized register on-card? I mean KMS code write bunch
> of regs, but at least one of them stuck/not responded to write, and UMS "fix"
> just unlock this reg ? Just possible scenario, i can be completely wrong here
> ...
It's probably a register that KMS is not setting. I suspect there is some
state that's not getting emitted under KMS that is under UMS. When you run
UMS, it sets the reg to the appropriate value, then things work under KMS.
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (2 preceding siblings ...)
2010-04-20 14:11 ` bugzilla-daemon
@ 2010-04-22 0:48 ` bugzilla-daemon
2010-04-22 1:29 ` bugzilla-daemon
` (14 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-04-22 0:48 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #8 from Andrew Randrianasulu <randrik@mail.ru> 2010-04-21 17:48:49 PDT ---
Well, no need for 2.6.32 or something like this, 2.6.34-rc5 (current
drm-radeon-testing) works just fine, as "fix" for this bug.
But UMS itself seems broken, i can't see any OpenGL output with glxgears, only
black window! And killing X with ctrl-alt-bs lock mouse and keyboard, I can
only power-off via ACPI button. I'll upgrade X + evdev, and if problem still
there - will look for filling/updating additional bugs about this behavior.
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (3 preceding siblings ...)
2010-04-22 0:48 ` bugzilla-daemon
@ 2010-04-22 1:29 ` bugzilla-daemon
2010-04-22 1:38 ` bugzilla-daemon
` (13 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-04-22 1:29 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #9 from Andrew Randrianasulu <randrik@mail.ru> 2010-04-21 18:29:56 PDT ---
*** Bug 22575 has been marked as a duplicate of this bug. ***
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (4 preceding siblings ...)
2010-04-22 1:29 ` bugzilla-daemon
@ 2010-04-22 1:38 ` bugzilla-daemon
2010-08-08 17:29 ` bugzilla-daemon
` (12 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-04-22 1:38 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #10 from Andrew Randrianasulu <randrik@mail.ru> 2010-04-21 18:38:38 PDT ---
(In reply to comment #8)
> Well, no need for 2.6.32 or something like this, 2.6.34-rc5 (current
> drm-radeon-testing) works just fine, as "fix" for this bug.
>
> But UMS itself seems broken, i can't see any OpenGL output with glxgears, only
> black window! And killing X with ctrl-alt-bs lock mouse and keyboard, I can
> only power-off via ACPI button. I'll upgrade X + evdev, and if problem still
> there - will look for filling/updating additional bugs about this behavior.
After upgrading X server and xf86-input-evdev (recompile + install) ctrl-alt-bs
works again in UMS. But black gears in UMS mode still here ... looking at other
bugs, i'll try to play with various desktop sizes (800x600, etc). Sorry for
adding this info here, I was mostly run KMS-only setup and hardly noticed when
UMS broke ....
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (5 preceding siblings ...)
2010-04-22 1:38 ` bugzilla-daemon
@ 2010-08-08 17:29 ` bugzilla-daemon
2010-09-13 18:45 ` bugzilla-daemon
` (11 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-08-08 17:29 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #11 from Andrew Randrianasulu <randrik@mail.ru> 2010-08-08 10:29:20 PDT ---
Black window in spectex demo still here, with 2.6.35
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (6 preceding siblings ...)
2010-08-08 17:29 ` bugzilla-daemon
@ 2010-09-13 18:45 ` bugzilla-daemon
2010-09-13 18:50 ` bugzilla-daemon
` (10 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-09-13 18:45 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #12 from Andrew Randrianasulu <randrik@mail.ru> 2010-09-13 11:45:56 PDT ---
Created an attachment (id=38678)
View: https://bugs.freedesktop.org/attachment.cgi?id=38678
Review: https://bugs.freedesktop.org/review?bug=22576&attachment=38678
Wrong patch
After some looking at r200_tcl.c I tried to replace old-style check for
specular color with more modern macro. And was hit by 'spectex:
radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi->space_accounted'
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (7 preceding siblings ...)
2010-09-13 18:45 ` bugzilla-daemon
@ 2010-09-13 18:50 ` bugzilla-daemon
2010-10-12 8:20 ` bugzilla-daemon
` (9 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-09-13 18:50 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #13 from Andrew Randrianasulu <randrik@mail.ru> 2010-09-13 11:50:05 PDT ---
Created an attachment (id=38679)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38679)
RADEON_DEBUG=state ./spectex
What puzzled me most - even after i reverted my patch and tried to use another
(system-wise installed) version of mesa, even with different demo - same assert
hit me again. But after some time at least lodbias demo working again ....
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (8 preceding siblings ...)
2010-09-13 18:50 ` bugzilla-daemon
@ 2010-10-12 8:20 ` bugzilla-daemon
2010-10-20 5:42 ` bugzilla-daemon
` (8 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-10-12 8:20 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #14 from Fabio Pedretti <fabio.ped@libero.it> 2010-10-12 01:20:45 PDT ---
This could be fixed in mesa master and 7.9 branch:
http://lists.freedesktop.org/archives/mesa-dev/2010-October/003492.html
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (9 preceding siblings ...)
2010-10-12 8:20 ` bugzilla-daemon
@ 2010-10-20 5:42 ` bugzilla-daemon
2010-10-20 5:43 ` bugzilla-daemon
` (7 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-10-20 5:42 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #15 from Andrew Randrianasulu <randrik@mail.ru> 2010-10-19 22:42:16 PDT ---
(In reply to comment #14)
> This could be fixed in mesa master and 7.9 branch:
> http://lists.freedesktop.org/archives/mesa-dev/2010-October/003492.html
It still broken, but in slightly different way:
sphere has few horizontal black stripes now. I'll add screenshot.
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (10 preceding siblings ...)
2010-10-20 5:42 ` bugzilla-daemon
@ 2010-10-20 5:43 ` bugzilla-daemon
2012-01-13 14:01 ` bugzilla-daemon
` (6 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2010-10-20 5:43 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #16 from Andrew Randrianasulu <randrik@mail.ru> 2010-10-19 22:43:28 PDT ---
Created an attachment (id=39559)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39559)
screenshot of corruption
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (11 preceding siblings ...)
2010-10-20 5:43 ` bugzilla-daemon
@ 2012-01-13 14:01 ` bugzilla-daemon
2012-12-09 23:11 ` bugzilla-daemon
` (5 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-01-13 14:01 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #17 from smoki <smoki00790@gmail.com> 2012-01-13 06:01:06 PST ---
Bug is here with kernel 3.1.8, xserver 1.10.4 and git from whole stack.
Load UMS and mesa 7.5.2 to fix lighting, reboot into KMS with current mesa
and lighting is fixed... until power off:(.
--
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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (12 preceding siblings ...)
2012-01-13 14:01 ` bugzilla-daemon
@ 2012-12-09 23:11 ` bugzilla-daemon
2012-12-10 14:24 ` bugzilla-daemon
` (4 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-12-09 23:11 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 897 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #18 from smoki <smoki00790@gmail.com> ---
I think i've found source of these lighting problems on r200 in this and other
bugs. It is just a typo it seems in r200_state_init.c lit_emit()
OUT_VEC(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);
instead of OUT_VEC it needs to be OUT_SCL:
OUT_SCL(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);
And that fixed tcl lighting emit complitely for me on 9250 card, but of course
that introduce 2 more dwords which atom complain about:
CS section size missmatch start at (r200_state_init.c,lit_emit,361) 41 vs 39
CS section end at (r200_state_init.c,lit_emit,364)
I've turned off check and it stops :), but don't know how to or where to stop
it properly...
So maybe someone who read this can do that :)?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1677 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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (13 preceding siblings ...)
2012-12-09 23:11 ` bugzilla-daemon
@ 2012-12-10 14:24 ` bugzilla-daemon
2012-12-10 15:28 ` bugzilla-daemon
` (3 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-12-10 14:24 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 546 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #19 from Alan Swanson <swanson@ukfsn.org> ---
This fixes lighting bug 26809 with NWN on my rv250, but R200 untested as yet.
To correct the section size mismatch, add the following before the
BEGIN_BATCH_NO_AUTOSTATE() line;
dwords += 2;
Thank you very much for finding this three year old radeon rewrite bug. I
assume you discerned this from cmdscl used for LIT_CMD_1 versus cmdvec used for
LIT_CMD_0?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1472 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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (14 preceding siblings ...)
2012-12-10 14:24 ` bugzilla-daemon
@ 2012-12-10 15:28 ` bugzilla-daemon
2012-12-10 16:37 ` bugzilla-daemon
` (2 subsequent siblings)
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-12-10 15:28 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 485 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #20 from smoki <smoki00790@gmail.com> ---
Yeah, i just see that, assume that it must be scl there then compared it with
radeon state, there is setup just like that, but with correct vec/scl as i
assume, so i changed it like that and that is it - tcl lighting works. Three
year old typo - i deserve a medal ;).
Someone could pushed it in git.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1253 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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (15 preceding siblings ...)
2012-12-10 15:28 ` bugzilla-daemon
@ 2012-12-10 16:37 ` bugzilla-daemon
2012-12-18 17:42 ` bugzilla-daemon
2012-12-18 20:43 ` bugzilla-daemon
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-12-10 16:37 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1417 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=22576
Roland Scheidegger <sroland@vmware.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #21 from Roland Scheidegger <sroland@vmware.com> ---
(In reply to comment #18)
> I think i've found source of these lighting problems on r200 in this and
> other bugs. It is just a typo it seems in r200_state_init.c lit_emit()
>
> OUT_VEC(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);
>
> instead of OUT_VEC it needs to be OUT_SCL:
>
> OUT_SCL(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);
Should be fixed by 320d531373e7b0873f5de42f6173b986290f593f, thanks!
FWIW the command emit mechanism looks a bit too complicated it could profit
from some refactoring. For instance it is still based on the fake
drm_radeon_cmd_header_t structure, the scl vs. scl2 and vec vs. veclinear emits
are nothing but crude hacks around limitations in that structure, even though
since ums is gone there is absolutely no point in using that struct...
Section size calcs are also somewhat confusing, the sanity code (which was
really great back then) is totally unused etc.
Maybe another day...
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2968 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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (16 preceding siblings ...)
2012-12-10 16:37 ` bugzilla-daemon
@ 2012-12-18 17:42 ` bugzilla-daemon
2012-12-18 20:43 ` bugzilla-daemon
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-12-18 17:42 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 497 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=22576
Alan Swanson <swanson@ukfsn.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rankincj@googlemail.com
--- Comment #22 from Alan Swanson <swanson@ukfsn.org> ---
*** Bug 25883 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2053 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] 19+ messages in thread* [Bug 22576] [KMS] mesa demo spectex broken on rv280
[not found] <bug-22576-502@http.bugs.freedesktop.org/>
` (17 preceding siblings ...)
2012-12-18 17:42 ` bugzilla-daemon
@ 2012-12-18 20:43 ` bugzilla-daemon
18 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-12-18 20:43 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 487 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=22576
smoki <smoki00790@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b7.10110111@gmail.com
--- Comment #23 from smoki <smoki00790@gmail.com> ---
*** Bug 39285 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2007 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] 19+ messages in thread