* [Bug 28614] New: [r300g] Hypertorus hack from XScreenSaver has triangles visible
@ 2010-06-19 14:42 bugzilla-daemon
2010-06-19 14:50 ` [Bug 28614] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-06-19 14:42 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=28614
Summary: [r300g] Hypertorus hack from XScreenSaver has
triangles visible
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/r300
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: jlp.bugs@gmail.com
Created an attachment (id=36367)
--> (https://bugs.freedesktop.org/attachment.cgi?id=36367)
hypertorus.png
Today I've pulled and recompiled Mesa from git and noticed a regression since
the 2010-06-14. The hypertorus hack from XScreenSaver has triangles visible on
strips, that were not visible before. This is on HP Compaq nx6325 laptop with
integrated graphics with RS482. The same problem does not happen on my desktop
computer with Radeon 9600 Pro (RV350 AR).
--
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] 4+ messages in thread
* [Bug 28614] [r300g] Hypertorus hack from XScreenSaver has triangles visible
2010-06-19 14:42 [Bug 28614] New: [r300g] Hypertorus hack from XScreenSaver has triangles visible bugzilla-daemon
@ 2010-06-19 14:50 ` bugzilla-daemon
2010-06-19 17:27 ` bugzilla-daemon
2010-06-19 19:08 ` [Bug 28614] [Gallium/Draw][r300g] " bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-06-19 14:50 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=28614
--- Comment #1 from Marek Olšák <maraeo@gmail.com> 2010-06-19 07:50:36 PDT ---
Could you please bisect the regression?
--
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] 4+ messages in thread
* [Bug 28614] [r300g] Hypertorus hack from XScreenSaver has triangles visible
2010-06-19 14:42 [Bug 28614] New: [r300g] Hypertorus hack from XScreenSaver has triangles visible bugzilla-daemon
2010-06-19 14:50 ` [Bug 28614] " bugzilla-daemon
@ 2010-06-19 17:27 ` bugzilla-daemon
2010-06-19 19:08 ` [Bug 28614] [Gallium/Draw][r300g] " bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-06-19 17:27 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=28614
--- Comment #2 from Jure Repinc <jlp.bugs@gmail.com> 2010-06-19 10:27:29 PDT ---
The last commit that works fine is:
5d4d4b2134595c4ed8060d6d002a0cd54690c289
i965: Remove unnecessary header.
Than there are two commits that don't compile:
b85a361ccbac956d2842251395c048a4b3f4c440
draw wip
92e521a79982f19279f72c34772d33c9c28e2bed
softpipe/gs: fix a crash when a gs isn't present
And the first commit that compiles and doesn't work fine is:
a192b5eeafae80f9f9e7e7e442abc5b44d583d1a
draw: finish the new pipeline setup
--
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] 4+ messages in thread
* [Bug 28614] [Gallium/Draw][r300g] Hypertorus hack from XScreenSaver has triangles visible
2010-06-19 14:42 [Bug 28614] New: [r300g] Hypertorus hack from XScreenSaver has triangles visible bugzilla-daemon
2010-06-19 14:50 ` [Bug 28614] " bugzilla-daemon
2010-06-19 17:27 ` bugzilla-daemon
@ 2010-06-19 19:08 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-06-19 19:08 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=28614
Marek Olšák <maraeo@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[r300g] Hypertorus hack |[Gallium/Draw][r300g]
|from XScreenSaver has |Hypertorus hack from
|triangles visible |XScreenSaver has triangles
| |visible
AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
|.org |org
--- Comment #3 from Marek Olšák <maraeo@gmail.com> 2010-06-19 12:08:45 PDT ---
This is a bug in Draw (the module we use for SW TCL). I guess this will be
fixed once Zack Rusin finishes his work on Draw, hopefully.
--
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] 4+ messages in thread
end of thread, other threads:[~2010-06-19 19:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-19 14:42 [Bug 28614] New: [r300g] Hypertorus hack from XScreenSaver has triangles visible bugzilla-daemon
2010-06-19 14:50 ` [Bug 28614] " bugzilla-daemon
2010-06-19 17:27 ` bugzilla-daemon
2010-06-19 19:08 ` [Bug 28614] [Gallium/Draw][r300g] " 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.