[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31830 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31830 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] radeon mkregtable: Add missing fclose() calls

2011-02-05 Thread Jesper Juhl
drivers/gpu/drm/radeon/mkregtable.c:parser_auth() almost always remembers to fclose(file) before returning, but it misses two spots. This is not really important since the process will exit shortly after and thus close the file for us, but being explicit prevents static analysis tools from comp

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #13 from Dave Witbrodt 2011-02-05 16:33:10 PST --- Here's an observation I missed: After the black wipe/melt effect, there is a pause -- several hundred millisecs, maybe a half second at the most. This does not happen when the wipe

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #13 from Dave Witbrodt 2011-02-05 16:33:10 PST --- Here's an observation I missed: After the black wipe/melt effect, there is a pause -- several hundred millisecs, maybe a half second at the most. This does not happen when the wipe

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #12 from Dave Witbrodt 2011-02-05 16:24:47 PST --- Created an attachment (id=42981) --> (https://bugs.freedesktop.org/attachment.cgi?id=42981) xorg.conf with Option "EnablePageFlip" "off" Taking Mario Kleiner's advice, I added this

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #12 from Dave Witbrodt 2011-02-05 16:24:47 PST --- Created an attachment (id=42981) --> (https://bugs.freedesktop.org/attachment.cgi?id=42981) xorg.conf with Option "EnablePageFlip" "off" Taking Mario Kleiner's advice, I added this

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #11 from Dave Witbrodt 2011-02-05 16:02:25 PST --- (In reply to comment #9) > Looking at your description and the "look-alike bug" youtube video, i > wonder if it could be some synchronization bug in mesa, the ddx or a > running des

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #11 from Dave Witbrodt 2011-02-05 16:02:25 PST --- (In reply to comment #9) > Looking at your description and the "look-alike bug" youtube video, i > wonder if it could be some synchronization bug in mesa, the ddx or a > running des

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #10 from Dave Airlie 2011-02-05 15:43:19 PST --- probably a bug in the game, most likely reading from the back buffer after doing a swapbuffers. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #10 from Dave Airlie 2011-02-05 15:43:19 PST --- probably a bug in the game, most likely reading from the back buffer after doing a swapbuffers. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #9 from Mario Kleiner 2011-02-05 14:15:29 PST --- Looking at your description and the "look-alike bug" youtube video, i wonder if it could be some synchronization bug in mesa, the ddx or a running desktop compositor instead of a kern

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #9 from Mario Kleiner 2011-02-05 14:15:29 PST --- Looking at your description and the "look-alike bug" youtube video, i wonder if it could be some synchronization bug in mesa, the ddx or a running desktop compositor instead of a kern

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #8 from Dave Witbrodt 2011-02-05 11:56:24 PST --- (In reply to comment #7) > When you bisect, you want to focus on only the specific bug you are tracking. > If you hit some other bug or the status of the commit is indeterminate, don

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #8 from Dave Witbrodt 2011-02-05 11:56:24 PST --- (In reply to comment #7) > When you bisect, you want to focus on only the specific bug you are tracking. > If you hit some other bug or the status of the commit is indeterminate, don

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #7 from Alex Deucher 2011-02-05 11:29:37 PST --- When you bisect, you want to focus on only the specific bug you are tracking. If you hit some other bug or the status of the commit is indeterminate, don't mark the commit as bad, skip

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #7 from Alex Deucher 2011-02-05 11:29:37 PST --- When you bisect, you want to focus on only the specific bug you are tracking. If you hit some other bug or the status of the commit is indeterminate, don't mark the commit as bad, ski

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #6 from Dave Witbrodt 2011-02-05 11:04:22 PST --- Part 4: Request for guidance I would like to continue helping track this bug down. It is only causing a minor glitch for me, but it is clearly a regression and may have more of an

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #6 from Dave Witbrodt 2011-02-05 11:04:22 PST --- Part 4: Request for guidance I would like to continue helping track this bug down. It is only causing a minor glitch for me, but it is clearly a regression and may have more of an

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #5 from Dave Witbrodt 2011-02-05 11:02:57 PST --- Created an attachment (id=42968) --> (https://bugs.freedesktop.org/attachment.cgi?id=42968) Output of 'git bisect log' with drm-airlied/drm-fixes tree Part 3: My useless bisect of

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #5 from Dave Witbrodt 2011-02-05 11:02:57 PST --- Created an attachment (id=42968) --> (https://bugs.freedesktop.org/attachment.cgi?id=42968) Output of 'git bisect log' with drm-airlied/drm-fixes tree Part 3: My useless bisect of

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #4 from Dave Witbrodt 2011-02-05 10:58:38 PST --- Part 2: pre-rc1 and early rc* kernels suck In Comment 2 above, I built 4 kernels directly from drm-fixes. I was guided in those choices by the results of bisecting the kernel I ha

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #4 from Dave Witbrodt 2011-02-05 10:58:38 PST --- Part 2: pre-rc1 and early rc* kernels suck In Comment 2 above, I built 4 kernels directly from drm-fixes. I was guided in those choices by the results of bisecting the kernel I ha

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #3 from Dave Witbrodt 2011-02-05 10:57:03 PST --- Part 1: Improving on what I've reported so far OK, I've spent a couple of days trying to understand my situation with this bug. My previous comments here were very preliminary, so

[Bug 33867] [bisected] Graphics corruption related to pageflip ioctl support in 2.6.38-rc*

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33867 --- Comment #3 from Dave Witbrodt 2011-02-05 10:57:03 PST --- Part 1: Improving on what I've reported so far OK, I've spent a couple of days trying to understand my situation with this bug. My previous comments here were very preliminary, so

[Bug 31943] drm EDID checking is too strict

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31943 Markus Heinz changed: What|Removed |Added Keywords||regression Severity|normal

[Bug 31943] drm EDID checking is too strict

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31943 Markus Heinz changed: What|Removed |Added Keywords||regression Severity|normal

[Bug 33933] RV620 : r600g : sdlmame : Assertion `rctx->real_vertex_buffer[index]' failed

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33933 --- Comment #1 from Marek Olšák 2011-02-05 08:19:04 PST --- Please set this environment variable and let me know whether it works. GALLIUM_ABORT_ON_ASSERT=0 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 33933] RV620 : r600g : sdlmame : Assertion `rctx->real_vertex_buffer[index]' failed

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33933 --- Comment #1 from Marek Ol??k 2011-02-05 08:19:04 PST --- Please set this environment variable and let me know whether it works. GALLIUM_ABORT_ON_ASSERT=0 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Yo

[Bug 33185] X crashes when kWin effects are turned on

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33185 --- Comment #7 from Wojciech Ryrych 2011-02-05 07:48:19 PST --- Do you know when it’s going to be fixed? Or which version is the target? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 33185] X crashes when kWin effects are turned on

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33185 --- Comment #7 from Wojciech Ryrych 2011-02-05 07:48:19 PST --- Do you know when it?s going to be fixed? Or which version is the target? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 33933] New: RV620 : r600g : sdlmame : Assertion `rctx->real_vertex_buffer[index]' failed

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33933 Summary: RV620 : r600g : sdlmame : Assertion `rctx->real_vertex_buffer[index]' failed Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW

[Bug 33933] New: RV620 : r600g : sdlmame : Assertion `rctx->real_vertex_buffer[index]' failed

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33933 Summary: RV620 : r600g : sdlmame : Assertion `rctx->real_vertex_buffer[index]' failed Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #14 from okias 2011-02-05 03:44:35 PST --- Now it look little different, not blinking lines, but more quads (but really small) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving thi

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2011-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #14 from okias 2011-02-05 03:44:35 PST --- Now it look little different, not blinking lines, but more quads (but really small) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving thi