[Bug 13494] assertion failure when call glDrawPixels

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13494 [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|dri-|[EMAIL PROTECTED] |

[Bug 13488] DRI Wiki Maintainance

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13488 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|NEW -- Configure bugmail: http://

[Bug 13507] Intermittent GPU crashes with compiz

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13507 --- Comment #3 from [EMAIL PROTECTED] 2007-12-05 22:19 PST --- Could someone offer some insight into how to approach this damn bug? X just crashed literally times in the last 5 minutes (once while trying to select metacity as my window

[Bug 13507] Intermittent GPU crashes with compiz

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13507 --- Comment #2 from [EMAIL PROTECTED] 2007-12-05 21:15 PST --- Created an attachment (id=12973) --> (http://bugs.freedesktop.org/attachment.cgi?id=12973&action=view) Another Xorg log This one is probably very similar to the first. Ve

[Bug 13358] Error: couldn't get an RGB, Double-buffered visual

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13358 --- Comment #4 from [EMAIL PROTECTED] 2007-12-05 21:04 PST --- I changed it from a specific driver to mesa core because this is happening with software, and all the radeon drivers. This is also on the AMD64 platform with xorg-server 1.

[Bug 13358] Error: couldn't get an RGB, Double-buffered visual

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13358 [EMAIL PROTECTED] changed: What|Removed |Added Component|Drivers/DRI/r300|Mesa core --- Comment #3 from

[Bug 13543] Draw bitmap incorrect if DepthFunc is GL_LESS

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13543 --- Comment #1 from [EMAIL PROTECTED] 2007-12-05 18:42 PST --- Created an attachment (id=12972) --> (http://bugs.freedesktop.org/attachment.cgi?id=12972&action=view) test case With i915 driver, we got result: draw pixel at (0, 0): 0

[Bug 13543] New: Draw bitmap incorrect if DepthFunc is GL_LESS

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13543 Summary: Draw bitmap incorrect if DepthFunc is GL_LESS Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority:

[Bug 13327] Xorg crashes on attempting to run fragment shader

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13327 --- Comment #4 from [EMAIL PROTECTED] 2007-12-05 17:05 PST --- At the crash point, could you "print *texImage"? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

Re: Allow relocation to be skipped when buffers don't move.

2007-12-05 Thread Keith Packard
On Wed, 2007-12-05 at 12:12 -0800, Ian Romanick wrote: > It is probably worth bumping the minor (or the driver date) just to make > it easier to determine what the user has installed when / if bug reports > come in. Debugging possible interactions between pre-optimization vs. > post-optimization

[PATCH] hacky workaround for rmmod crash in i915

2007-12-05 Thread Jesse Barnes
Since the _DRM_DRIVER mapping stuff went in, i915 has been panicing at unload time. However, the driver appears to be correctly using the new _DRM_DRIVER flag, so it's not immediately obvious what's going wrong. This hacky workaround prevents the crash. Jesse diff --git a/shared-core/i915_dma

vblank counters on pre-965 continue to have problems

2007-12-05 Thread Jesse Barnes
If drmMinor >= 6, the intel DDX driver will enable vblank events on both pipes. If drmMinor >= 10 on pre-965 chipsets, the intel DDX driver will swap the pipe<->plane mapping to allow for framebuffer compression on laptop screens. This means the secondary vblank counter (corresponding to pipe

Re: Allow relocation to be skipped when buffers don't move.

2007-12-05 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keith Packard wrote: > Yes, it should be backward compatible. The req is smaller than the rep, > so adding new members won't change the alignment. Also, as the flag > indicates whether the additional data is present, older clients won't > accidentally

Re: Allow relocation to be skipped when buffers don't move.

2007-12-05 Thread Thomas Hellström
Keith Packard wrote: >On Wed, 2007-12-05 at 18:24 +0100, Thomas Hellström wrote: > > > >>I have nothing against wrapping the drm_bo_kmap() function with a >>wait >>for fence and another function name, but the current version is just a >>convenience function to find the right pages to map and m

Re: Allow relocation to be skipped when buffers don't move.

2007-12-05 Thread Keith Packard
On Wed, 2007-12-05 at 18:24 +0100, Thomas Hellström wrote: > I have nothing against wrapping the drm_bo_kmap() function with a > wait > for fence and another function name, but the current version is just a > convenience function to find the right pages to map and map them in the > right way,

[Bug 13391] Intermittent Xorg crashes with compiz

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13391 --- Comment #6 from [EMAIL PROTECTED] 2007-12-05 09:35 PST --- Well, it seems that the apparent cessation of crashes due to this bug was a mere coincidence. Just in the last day, compiz has crashed 7 times. Unfortunately, the server ra

Re: Allow relocation to be skipped when buffers don't move.

2007-12-05 Thread Thomas Hellström
Keith Packard wrote: >On Wed, 2007-12-05 at 08:47 +0100, Thomas Hellström wrote: > > > >>In the case of a re-used batch-buffer, user-space mapping will wait for >>the right fence before filling it, so when the buffer is submitted to >>the super-ioctl and validated, it's put on the unfenced lis

Re: Allow relocation to be skipped when buffers don't move.

2007-12-05 Thread Keith Packard
On Wed, 2007-12-05 at 08:47 +0100, Thomas Hellström wrote: > In the case of a re-used batch-buffer, user-space mapping will wait for > the right fence before filling it, so when the buffer is submitted to > the super-ioctl and validated, it's put on the unfenced list, cannot > move while patch

Re: Allow relocation to be skipped when buffers don't move.

2007-12-05 Thread Keith Packard
On Wed, 2007-12-05 at 10:48 +0100, Thomas Hellström wrote: > Ugh, Actually I do think we need to bump major. > Consider the case with an old client and a new kernel; > the new kernel will copy the new size whereas the old client provides > only the old size, which may > lead to copy_from_user()

[Bug 13527] GL_LINE_LOOP is broken on R200

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13527 --- Comment #8 from [EMAIL PROTECTED] 2007-12-05 06:30 PST --- That patch fixes it for HomeworldSDL, thanks. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

Re: Allow relocation to be skipped when buffers don't move.

2007-12-05 Thread Thomas Hellström
Thomas Hellström wrote: > >> >>> Is this meant to be backwards compatible with an older kernel? In >>> that case >>> we should bump DRM_BO_INIT_MINOR. If not, we should put the new >>> member with the other 64-bit members at the top of the struct and >>> bump DRM_BO_INIT_MAJOR. >>> >> >> Yes,

[Bug 13442] [GM965 TTM]mesa demo "glxgears" hang system

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13442 [EMAIL PROTECTED] changed: What|Removed |Added Summary|[i965-TTM]mesa demo |[GM965 TTM]mesa demo

[Bug 13442] [i965-TTM]mesa demo "glxgears" hang system

2007-12-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13442 --- Comment #4 from [EMAIL PROTECTED] 2007-12-05 00:26 PST --- this case run normally on g965 . -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are