[Bug 8463] User called no-op dispatch function (an unsupported extension function?)

2006-10-05 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8463 --- Additional Comments From [EMAIL PROTECTED] 2006-10-04 11:36 --- The

[Bug 5714] Front buffer removal from libdri

2006-10-05 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=5714 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 918] color buffer alpha channel not available in any visuals

2006-10-05 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=918 [EMAIL PROTECTED] changed: What|Removed |Added

Re: DRM memory manager on cards with hardware contexts

2006-10-05 Thread Thomas Hellström
Ben, I've implemented a version of the drm_mm code that unmaps ptes using unmap_mapping_range, and remaps IO space using io_remap_pfn_range() for a single page in nopage. This has the side effect that I need to double check in nopage() after taking the object mutex that the pte in question

r300 vs. UFO:AI 2.0-rc 5

2006-10-05 Thread James Spencer
Hi, I'm using the r300 driver from Mesa 6.5.1 and Xorg 7.1 from Debian unstable and I'm getting giant 'white boxes' in in an open source game called UFO:AI. This game is based on a heavily modified Quake 2 engine. I have no idea if I'm exposing a bug in the game or the r300 driver. I filed

Re: r300 vs. UFO:AI 2.0-rc 5

2006-10-05 Thread Jerome Glisse
On 10/5/06, James Spencer [EMAIL PROTECTED] wrote: Hi, I'm using the r300 driver from Mesa 6.5.1 and Xorg 7.1 from Debian unstable and I'm getting giant 'white boxes' in in an open source game called UFO:AI. This game is based on a heavily modified Quake 2 engine. I have no idea if I'm

Re: [r300] partly working fragment.position patch

2006-10-05 Thread Rune Petersen
Roland Scheidegger wrote: Rune Petersen wrote: I hit a problem constructing this: - In order to do range mapping in the vertex shader (if I so choose) I will need a constant (0.5), but how to add it? I think this might work similar to what is used for position invariant programs, instead of

Re: [r300] partly working fragment.position patch

2006-10-05 Thread Rune Petersen
Rune Petersen wrote: Roland Scheidegger wrote: Rune Petersen wrote: I hit a problem constructing this: - In order to do range mapping in the vertex shader (if I so choose) I will need a constant (0.5), but how to add it? I think this might work similar to what is used for position invariant

Re: [r300] partly working fragment.position patch

2006-10-05 Thread Keith Whitwell
Rune Petersen wrote: Rune Petersen wrote: Roland Scheidegger wrote: Rune Petersen wrote: I hit a problem constructing this: - In order to do range mapping in the vertex shader (if I so choose) I will need a constant (0.5), but how to add it? I think this might work similar to what is used

[Bug 8489] Blue patches in textures with r300

2006-10-05 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8489 [EMAIL PROTECTED] changed: What|Removed |Added

Re: DRM memory manager on cards with hardware contexts

2006-10-05 Thread Benjamin Herrenschmidt
On Thu, 2006-10-05 at 17:52 +0200, Thomas Hellström wrote: Ben, I've implemented a version of the drm_mm code that unmaps ptes using unmap_mapping_range, and remaps IO space using io_remap_pfn_range() for a single page in nopage. This has the side effect that I need to double check in

Re: DRM memory manager on cards with hardware contexts

2006-10-05 Thread Benjamin Herrenschmidt
On Thu, 2006-10-05 at 17:52 +0200, Thomas Hellström wrote: Ben, I've implemented a version of the drm_mm code that unmaps ptes using unmap_mapping_range, and remaps IO space using io_remap_pfn_range() for a single page in nopage. This has the side effect that I need to double check in

[Bug 8463] User called no-op dispatch function (an unsupported extension function?)

2006-10-05 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8463 --- Additional Comments From [EMAIL PROTECTED] 2006-10-05 18:57 --- I am