[Bug 1794] Xorg lockup with i810 and kernel gentoo-dev-sources-2.6.9

2004-11-09 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://freedesktop.org/bugzilla/show_bug.cgi?id=1794 --- Additional Comments From [EMAIL PROTECTED] 2004-11-09 01:11 --- Created

[Bug 1794] Xorg lockup with i810 and kernel gentoo-dev-sources-2.6.9

2004-11-09 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://freedesktop.org/bugzilla/show_bug.cgi?id=1794 --- Additional Comments From [EMAIL PROTECTED] 2004-11-09 01:21 --- Created

[Bug 1662] Unknown symbol: remap_page_range

2004-11-09 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://freedesktop.org/bugzilla/show_bug.cgi?id=1662 --- Additional Comments From [EMAIL PROTECTED] 2004-11-09 02:29 --- (In reply

drm core doesn't compile

2004-11-09 Thread Roland Scheidegger
since some days drm-core will no longer compile. CC [M] /usr/tmp/dri/drm/linux-core/i915_drv.o /usr/tmp/dri/drm/linux-core/i915_drv.c:73: error: initializer element is not constant /usr/tmp/dri/drm/linux-core/i915_drv.c:73: error: (near initialization for `driver.num_ioctls')

[Bug 1803] Security issue: insufficient locking checks in DRM code

2004-11-09 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://freedesktop.org/bugzilla/show_bug.cgi?id=1803 --- Additional Comments From [EMAIL PROTECTED] 2004-11-09 06:01 --- Has this

Re: drm core doesn't compile

2004-11-09 Thread Jon Smirl
On Tue, 09 Nov 2004 16:21:11 +0100, Roland Scheidegger [EMAIL PROTECTED] wrote: since some days drm-core will no longer compile. I fixed some more things. This is collateral damage coming from the work on BSD. -- Jon Smirl [EMAIL PROTECTED]

Re: R100 readpixels acceleration

2004-11-09 Thread Stephane Marchesin
Brian Paul wrote: I'll be checking in a fix for this soon. I've replaced the _swrast_clip_pixelrect() functions with two new functions: _mesa_clip_readpixels() and _mesa_clip_drawpixels(). The main difference is the later one obeys the scissor rectangle. The DRI drivers might use

Re: Texture profiling tool

2004-11-09 Thread Allen Akin
On Mon, Nov 08, 2004 at 04:56:15PM -0800, Ian Romanick wrote: | The biggest problem with any profiling technique like this is that it is | very, very intrusive to the source code of the application. ... Well, there are several classes of apps that need immediate performance feedback to

[Bug 1809] New: Still required to compile libGL without PIC on i386?

2004-11-09 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://freedesktop.org/bugzilla/show_bug.cgi?id=1809 Summary: Still required to compile libGL without PIC on i386?

[Bug 1809] Still required to compile libGL without PIC on i386?

2004-11-09 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://freedesktop.org/bugzilla/show_bug.cgi?id=1809 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 1809] Still required to compile libGL without PIC on i386?

2004-11-09 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://freedesktop.org/bugzilla/show_bug.cgi?id=1809 --- Additional Comments From [EMAIL PROTECTED] 2004-11-09 13:24 --- (In reply

[Bug 1809] Still required to compile libGL without PIC on i386?

2004-11-09 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://freedesktop.org/bugzilla/show_bug.cgi?id=1809 --- Additional Comments From [EMAIL PROTECTED] 2004-11-09 13:33 --- We did

new hyperz patch

2004-11-09 Thread Roland Scheidegger
This is a new version of the hyperz patch. It should have a better chance of running on all cards. Also, Stephane has corrected the clearing problems if other windows were moved on top of a rendering window. However, for now clearing will clear all tiles up to the end of the window completely,

R300 with xorg-x11-6.8.0

2004-11-09 Thread eGore
Hi list, I ran into some trouble getting DRI running with r300 (I have no idea if it is already supported or not), but it didn't work. I looked at xorg's logfile and found out that DRI was disabled and I also found out that this is caused by radeon_accelfuncs.c. So I wrote the attached patch to