[Bug 23670] [bisected i915 i965] glean case pixelFormats failed

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23670 --- Comment #3 from Shuang He shuang...@intel.com 2009-09-04 00:20:06 PST --- (In reply to comment #2) (In reply to comment #1) Created an attachment (id=29175) -- (http://bugs.freedesktop.org/attachment.cgi?id=29175) [details] [details]

Re: [Patch 1/4] DRM: Add the default mode table

2009-09-04 Thread ykzhao
On Thu, 2009-09-03 at 09:33 +0800, Zhao, Yakui wrote: From: Zhao Yakui yakui.z...@intel.com When we add a standard timing mode in UMS, we will first check whether it can be found in default mode table. If it can't be found, then we will use cvt/gtf to add the standard timing mode. Add the

[Bug 23402] Latest CVS leads to crash in sauerbraten

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23402 Pauli suok...@gmail.com changed: What|Removed |Added Attachment #29198|application/octet-stream|text/plain mime type|

[PATCH] drm/radeon: Change some magic numbers to defines instead.

2009-09-04 Thread Pauli Nieminen
Kernel driver is using magic numbers for some register access which makes reading code harder. using prober defines and adding some missing once from register documentations. - I'm leaving for weekend trip where I don't have Internet connection so I will continue working with this path in

[Bug 23585] Textures in certain applications are only 1/2 visible on the diagonal in direct mode on r600

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23585 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/DRI/Radeon ---

[Bug 23585] Textures in certain applications are only 1/2 visible on the diagonal in direct mode on r600

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23585 --- Comment #14 from Michel Dänzer mic...@daenzer.net 2009-09-04 08:50:46 PST --- (In reply to comment #13) This appears to be due to lack of proper support for GL_ARB_vertex_buffer_object in the driver. Seems to work just fine here with

[Bug 23585] Textures in certain applications are only 1/2 visible on the diagonal in direct mode on r600

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23585 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 23714] New: Alpha issue with textures in clutter demo

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23714 Summary: Alpha issue with textures in clutter demo Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 22643] rs485 dri2/kms Google Earth failure (kernel doesn't handle compressed texture formats)

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22643 Paulo Dias paulo.miguel.d...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new protocol (against the dri2-swapbuffers branch) to support the new requests. We still need to change the DRI2SwapBuffers request to handle the various

[Bug 23714] Alpha issue with textures in clutter demo

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23714 --- Comment #1 from Kevin DeKorte kdeko...@yahoo.com 2009-09-04 12:26:28 PST --- Does not appear to be a duplicate of 23657. Tried editing line 2088 in r700_assembler.c and found the value to always be 0 in the test case, tried setting to 1

[Bug 23714] Alpha issue with textures in clutter demo

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23714 --- Comment #2 from Kevin DeKorte kdeko...@yahoo.com 2009-09-04 12:27:14 PST --- Created an attachment (id=29237) -- (http://bugs.freedesktop.org/attachment.cgi?id=29237) Output of test app with line 2088 in r700_assembler.c = 1.0 --

[Bug 23714] Alpha issue with textures in clutter demo

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23714 --- Comment #3 from Alex Deucher ag...@yahoo.com 2009-09-04 13:11:48 PST --- (In reply to comment #1) Does not appear to be a duplicate of 23657. Tried editing line 2088 in r700_assembler.c and found the value to always be 0 in the test

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Ian Romanick
On Fri, Sep 04, 2009 at 12:17:20PM -0700, Jesse Barnes wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new protocol (against the dri2-swapbuffers branch) to support the new requests. We

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
On Fri, 4 Sep 2009 13:25:43 -0700 Ian Romanick i...@freedesktop.org wrote: On Fri, Sep 04, 2009 at 12:17:20PM -0700, Jesse Barnes wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
On Fri, 4 Sep 2009 13:25:43 -0700 Ian Romanick i...@freedesktop.org wrote: +DRI2 provides several methods for synchronizing drawing with various events. +The protocol for these methods is based on the SGI_video_sync and +OML_sync_control OpenGL extensions. Using the DRI2WaitMSC request,

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
On Fri, 4 Sep 2009 13:25:43 -0700 Ian Romanick i...@freedesktop.org wrote: +can wait for a specific frame count or divisor/remainder before continuing +its processing. With the DRI2WaitSBC request, clients can block until a given +swap count is reached (as incremented by

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
On Fri, 4 Sep 2009 12:17:20 -0700 Jesse Barnes jbar...@virtuousgeek.org wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new protocol (against the dri2-swapbuffers branch) to support the new

[Bug 23724] New: sigsegv when readpixels from frontbuffer with i915

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23724 Summary: sigsegv when readpixels from frontbuffer with i915 Product: Mesa Version: 7.5 Platform: Other URL: http://bugs.debian.org/545085 OS/Version: All Status: NEW

[Bug 23724] sigsegv when readpixels from frontbuffer with i915

2009-09-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23724 Robert Wohlrab robert.wohl...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED