ETA for DRI2

2008-01-16 Thread Johan Bilien
Hi, is the plan of having DRI2 and Kristian's efforts for redirected direct rendering for Fedora 9 still actual? At least the device independent part? Thanks! -- Johan Bilien [EMAIL PROTECTED] - This SF.net email is

[Bug 14094] DRI version GIT - Intel 956GM DRI crash - Segmentation fault in intel_fbo. c:369

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14094 --- Comment #1 from vaLentin [EMAIL PROTECTED] 2008-01-16 01:25:18 PST --- Created an attachment (id=13743) -- (http://bugs.freedesktop.org/attachment.cgi?id=13743) Xorg log Xorg.log.0 -- Configure bugmail:

[Bug 14094] New: DRI version GIT - Intel 956GM DRI crash - Segmentation fault in intel_fbo. c:369

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14094 Summary: DRI version GIT - Intel 956GM DRI crash - Segmentation fault in intel_fbo.c:369 Product: DRI Version: DRI CVS Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 13812] quake4 crash X

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13812 --- Comment #4 from Colin.Joe [EMAIL PROTECTED] 2008-01-16 01:30:35 PST --- I have send you email , you can do it as it listed . -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 13812] quake4 crash X

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13812 --- Comment #3 from Zou Nan hai [EMAIL PROTECTED] 2008-01-16 01:18:10 PST --- How to bypass the s3tc issue of Q4 demo? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 11870] AIGLX DRM Probe Removes RADEON DRM Lock

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11870 --- Comment #18 from Igor Mozolevsky [EMAIL PROTECTED] 2008-01-16 01:51:37 PST --- Applying the above patch (11334) leads to screen corruption and no refresh when running apps. Also see http://www.freebsd.org/cgi/query-pr.cgi?pr=119324 --

[PATCH] Convert drivers/char/agp/frontend.c to use unlocked_ioctl

2008-01-16 Thread Mathieu Segaud
As of now, agp_compat_ioctl already runs without the BKL. Mutual exclusion is enforced by agp_fe.agp_mutex in agp_ioctl() and agp_compat_ioctl(). Apply the same locking rationale to the two functions allowing BKL cleanup. Signed-off-by: Mathieu Segaud [EMAIL PROTECTED] ---

Re: ETA for DRI2

2008-01-16 Thread Kristian Høgsberg
On Jan 16, 2008 3:07 AM, Johan Bilien [EMAIL PROTECTED] wrote: Hi, is the plan of having DRI2 and Kristian's efforts for redirected direct rendering for Fedora 9 still actual? At least the device independent part? Hi, Yes, I'm still expecting to get this done in time for Fedora 9. We have

[Bug 8357] Rendering with r300 right of 2650px width is disstorted

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=8357 Matthias Bläsing [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 14099] New: r300 should use private backbuffers

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14099 Summary: r300 should use private backbuffers Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

RFC: render buffer

2008-01-16 Thread Jerome Glisse
Hi all, There have been discussion on irc and elsewhere about the need or not of an object describing a render buffer (could be scan-out buffer or or other specialized card render buffer: color buffer, zbuffer, ...). This would mostly act as a wrapper around BO. Here is what i can imagine as an

[Bug 14099] r300 should use private backbuffers

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14099 Jerome Glisse [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED]

[Bug 14099] r300 should use private backbuffers

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14099 Roland Scheidegger [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED]

Re: RFC: render buffer

2008-01-16 Thread Keith Whitwell
Jerome Glisse wrote: Hi all, There have been discussion on irc and elsewhere about the need or not of an object describing a render buffer (could be scan-out buffer or or other specialized card render buffer: color buffer, zbuffer, ...). This would mostly act as a wrapper around BO. Here

[Bug 14099] r300 should use private backbuffers

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14099 --- Comment #3 from Michel Dänzer [EMAIL PROTECTED] 2008-01-16 09:47:28 PST --- With the upcoming DRI2 rework, every driver will use private renderbuffers, and doing it before then isn't very practical. -- Configure bugmail:

[Bug 11870] AIGLX DRM Probe Removes RADEON DRM Lock

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11870 --- Comment #19 from Robert Noland [EMAIL PROTECTED] 2008-01-16 10:02:59 PST --- I still don't see any evidence that this is related to locking or AIGLX, which is the origin of this bug. The user in the FreeBSD PR isn't even using AIGLX.

[Bug 11870] AIGLX DRM Probe Removes RADEON DRM Lock

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11870 Eric Anholt [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: RFC: render buffer

2008-01-16 Thread Jerome Glisse
On Wed, 2008-01-16 at 17:35 +, Keith Whitwell wrote: Pretty much every buffer is potentially a render target, for instance all texture buffers when generating mipmaps, etc. In the example above, different parts of individual buffers may be rendered to with different pitches, etc, ie

Re: RFC: render buffer

2008-01-16 Thread Keith Whitwell
Jerome Glisse wrote: On Wed, 2008-01-16 at 17:35 +, Keith Whitwell wrote: Pretty much every buffer is potentially a render target, for instance all texture buffers when generating mipmaps, etc. In the example above, different parts of individual buffers may be rendered to with

[Bug 12570] [915 TTM] glean case depthStencil causes Assertion failure in DRI driver

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12570 Eric Anholt [EMAIL PROTECTED] changed: What|Removed |Added Summary|[TTM] glean case|[915 TTM] glean case

[Bug 13837] [GLSL] glean/glsl1 fail: gl_FrontFacing var (1)

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13837 Eric Anholt [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] ---

Re: RFC: render buffer

2008-01-16 Thread Jerome Glisse
On Wed, 16 Jan 2008 19:49:34 + Keith Whitwell [EMAIL PROTECTED] wrote: Jerome Glisse wrote: On Wed, 2008-01-16 at 17:35 +, Keith Whitwell wrote: Pretty much every buffer is potentially a render target, for instance all texture buffers when generating mipmaps, etc. In the

[Bug 13923] mesa unichrome crash in draw_rgba_pixels when starting torcs

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13923 Benno Schulenberg [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED]

[Bug 13922] Failed to initialize TTM buffer manager

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13922 Michael Fu [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] ---

[Bug 13916] [i965 vertex program] operation SGE/SLT works incorrectly

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13916 Shuang He [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug 13916] [i965 vertex program] operation SGE/SLT works incorrectly

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13916 Shuang He [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #4

[Bug 13615] [TTM i965]mesa xdemo 'glthreads' run failed on 64bit 965

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13615 Colin.Joe [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 13615] [TTM i965]mesa xdemo 'glthreads' run failed on 64bit 965

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13615 Colin.Joe [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED -- Configure

[Bug 14104] New: Assertion `intel-batch-id == intel-last_state_batch_id' failed with i915_dri.

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14104 Summary: Assertion `intel-batch-id == intel- last_state_batch_id' failed with i915_dri. Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 14104] Assertion `intel-batch-id == intel-last_state_batch_id' failed with i915_dri.

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14104 Shuang He [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED]

[Bug 14073] [32bit i915]3D application 'openarena' freeze tty

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14073 Shuang He [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] ---

[Bug 12036] X freezes when running Wine on a P4M800 Unichrome Pro (Card ID: 3344)

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12036 Wei Mingzhi [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 14073] [32bit i915]3D application 'openarena' freeze tty with Assertion `intel-batch-id == intel-last_state_batch_id' failed

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14073 Shuang He [EMAIL PROTECTED] changed: What|Removed |Added Summary|[32bit i915]3D application |[32bit i915]3D application

[Bug 14073] [32bit i915]openarena freeze tty with Assertion `intel-batch- id == intel-last_state_batch_id' failed

2008-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14073 Shuang He [EMAIL PROTECTED] changed: What|Removed |Added Summary|[32bit i915]3D application |[32bit i915]openarena