Re: No DRM kernel support for i830 ?

2004-08-12 Thread Keith Whitwell
John Baldwin wrote: On Wednesday 11 August 2004 07:07 am, Alexey Dokuchaev wrote: Hi there, Judging from /sys/dev/drm/ contents, and listed kernel options in NOTES, there's currently evidence of support for i810/830 chips in FreeBSD, which (I suspect) is the probable reason why DRI is not enabled

Re: No DRM kernel support for i830 ?

2004-08-12 Thread Alexey Dokuchaev
On Wed, Aug 11, 2004 at 12:20:11PM -0400, John Baldwin wrote: On Wednesday 11 August 2004 07:07 am, Alexey Dokuchaev wrote: Hi there, Judging from /sys/dev/drm/ contents, and listed kernel options in NOTES, there's currently evidence of support for i810/830 chips in FreeBSD, which (I

Re: DRM: merging drmfntbl-0-0-1 back to trunk

2004-08-12 Thread Michel Dänzer
On Thu, 2004-08-12 at 05:25 +0100, Dave Airlie wrote: The only open issue I have is the ugliness of the if (dev-fn_tbl.my_func) dev-fn_tbl.my_func(x) Using a standard no-op is a bit tricky as some fn return an int and some void, but maybe I can use something like

[Bug 3192] New: Please add svage support

2004-08-12 Thread bugme-daemon
http://bugme.osdl.org/show_bug.cgi?id=3192 Summary: Please add svage support Kernel Version: 2.6.x Status: NEW Severity: normal Owner: [EMAIL PROTECTED] Submitter: [EMAIL PROTECTED] Distribution: Gentoo Hardware Environment: Savage K

Re: AGP 8x radeon 9200..

2004-08-12 Thread Keith Whitwell
Dave Airlie wrote: Okay I've gotten myself a 9200 card that can do 8x, and I've a motherboard that can do it.. now I know some people will tell me 8x is of no practical use (but then neither is my mach64 :-) I spotted a patch from Hui Yu via Michael at

Re: No DRM kernel support for i830 ?

2004-08-12 Thread Keith Whitwell
Alexey Dokuchaev wrote: On Thu, Aug 12, 2004 at 08:48:09AM +0100, Keith Whitwell wrote: John Baldwin wrote: On Wednesday 11 August 2004 07:07 am, Alexey Dokuchaev wrote: Hi there, Judging from /sys/dev/drm/ contents, and listed kernel options in NOTES, there's currently evidence of support for

Re: No DRM kernel support for i830 ?

2004-08-12 Thread Eric Anholt
On Thu, 2004-08-12 at 01:49, Alexey Dokuchaev wrote: On Thu, Aug 12, 2004 at 08:48:09AM +0100, Keith Whitwell wrote: John Baldwin wrote: On Wednesday 11 August 2004 07:07 am, Alexey Dokuchaev wrote: Hi there, Judging from /sys/dev/drm/ contents, and listed kernel options in NOTES,

Re: No DRM kernel support for i830 ?

2004-08-12 Thread Keith Whitwell
Alexey Dokuchaev wrote: On Thu, Aug 12, 2004 at 03:49:14PM +0700, Alexey Dokuchaev wrote: On Thu, Aug 12, 2004 at 08:48:09AM +0100, Keith Whitwell wrote: John Baldwin wrote: On Wednesday 11 August 2004 07:07 am, Alexey Dokuchaev wrote: Hi there, Judging from /sys/dev/drm/ contents, and listed

Re: No DRM kernel support for i830 ?

2004-08-12 Thread Alexey Dokuchaev
On Thu, Aug 12, 2004 at 03:49:14PM +0700, Alexey Dokuchaev wrote: On Thu, Aug 12, 2004 at 08:48:09AM +0100, Keith Whitwell wrote: John Baldwin wrote: On Wednesday 11 August 2004 07:07 am, Alexey Dokuchaev wrote: Hi there, Judging from /sys/dev/drm/ contents, and listed kernel

Re: No DRM kernel support for i830 ?

2004-08-12 Thread Dave Airlie
agp0: Intel 82865G (865G GMCH) SVGA controller port 0xec00-0xec07 mem 0xffa8-0xffaf,0xf000-0xf7ff irq 16 at device 2.0 on pci0 agp0: detected 16252k stolen memory agp0: aperture size is 128M drmsub0: Intel i865G GMCH: (child of agp_i810.c) on agp0 info: [drm] AGP at

[Bug 1058] New: [PATCH] fix potential 64bit pointer problems

2004-08-12 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=1058 Summary: [PATCH] fix potential 64bit pointer problems Product: Mesa

[Bug 1058] [PATCH] fix potential 64bit pointer problems

2004-08-12 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=1058 --- Additional Comments From [EMAIL PROTECTED] 2004-08-12 04:10 --- Created an

Re: AGP 8x radeon 9200..

2004-08-12 Thread Dave Jones
On Thu, Aug 12, 2004 at 09:28:05AM +0100, Keith Whitwell wrote: Dave Airlie wrote: Okay I've gotten myself a 9200 card that can do 8x, and I've a motherboard that can do it.. now I know some people will tell me 8x is of no practical use (but then neither is my mach64 :-) I spotted a

Re: No DRM kernel support for i830 ?

2004-08-12 Thread Alexey Dokuchaev
On Thu, Aug 12, 2004 at 02:40:19AM -0700, Eric Anholt wrote: You'll need to use the DDX (i810_drv.o -- the 2d driver) from X.Org CVS to get the i915 support. Note that the next X.Org release should be out in two weeks. You might get lucky by using mine:

Re: No DRM kernel support for i830 ?

2004-08-12 Thread John Baldwin
On Wednesday 11 August 2004 04:01 pm, Charles Sprickman wrote: On Wed, 11 Aug 2004, John Baldwin wrote: The i830 DRM stuff is ported in a branch of DRI, but it's not in DRI head because of a security problem with the code. Just out of curiousity, does this support the original i810 chipset?

non power of 2 texture on r200

2004-08-12 Thread Philipp Klaus Krause
Since the driver supports GL_NV_texture_retangle, GL_EXT_texture_retangle and probably soon will GL_ARB_texture_retangle I wonder why GL_ARB_texture_non_power_of_two isn't supported. Philipp Klaus Krause --- SF.Net email is sponsored by

Re: non power of 2 texture on r200

2004-08-12 Thread Keith Whitwell
Philipp Klaus Krause wrote: Since the driver supports GL_NV_texture_retangle, GL_EXT_texture_retangle and probably soon will GL_ARB_texture_retangle I wonder why GL_ARB_texture_non_power_of_two isn't supported. Because nobody's done the work to support it. It shouldn't be that hard - the main

Re: non power of 2 texture on r200

2004-08-12 Thread Roland Scheidegger
Keith Whitwell wrote: Since the driver supports GL_NV_texture_retangle, GL_EXT_texture_retangle and probably soon will GL_ARB_texture_retangle I wonder why GL_ARB_texture_non_power_of_two isn't supported. Because nobody's done the work to support it. It shouldn't be that hard - the main

[Bug 3192] Please add svage support

2004-08-12 Thread bugme-daemon
http://bugme.osdl.org/show_bug.cgi?id=3192 --- Additional Comments From [EMAIL PROTECTED] 2004-08-12 10:42 --- savage support is in Xorg CVS, but disabled by default since it's still (one or more of) unstable and insecure. in the future, please file DRI bugs at

[Bug 3192] Please add svage support

2004-08-12 Thread bugme-daemon
http://bugme.osdl.org/show_bug.cgi?id=3192 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |DEFERRED Resolution|

Re: No DRM kernel support for i830 ?

2004-08-12 Thread Eric Anholt
On Thu, 2004-08-12 at 03:57, Alexey Dokuchaev wrote: On Thu, Aug 12, 2004 at 02:40:19AM -0700, Eric Anholt wrote: You'll need to use the DDX (i810_drv.o -- the 2d driver) from X.Org CVS to get the i915 support. Note that the next X.Org release should be out in two weeks. You might

Re: [Xorg] Any patches for X.Org release?

2004-08-12 Thread Erdi Chen
Dave Airlie wrote: I need the original source of the rumour so I can find out if its true That would be me. Well I've be spreading the rumour from IRC logs.. http://dri.sourceforge.net/IRC-logs/20040628.txt From Erdi Chen: erdi the Via unichrome chip supports system memory to framebuffer DMA

Re: [Xorg] Any patches for X.Org release?

2004-08-12 Thread Alan Cox
On Iau, 2004-08-12 at 21:27, Erdi Chen wrote: I have some working test code that implements AGP ring buffers (the current DRI code waits for engine idle and ping pongs between two big buffers). For multiple clients, each client would have its private buffer allocate it system memory. The

[Bug 1051] Mesa/DRI Drivers need updating

2004-08-12 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=1051 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 1022] Typo in xc/xc/programs/Xserver/GL/glx/singlesize.c

2004-08-12 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=1022 [EMAIL PROTECTED] changed: What|Removed |Added

Re: No DRM kernel support for i830 ?

2004-08-12 Thread Alexey Dokuchaev
On Thu, Aug 12, 2004 at 12:51:29PM -0700, Eric Anholt wrote: On Thu, 2004-08-12 at 03:57, Alexey Dokuchaev wrote: On Thu, Aug 12, 2004 at 02:40:19AM -0700, Eric Anholt wrote: You'll need to use the DDX (i810_drv.o -- the 2d driver) from X.Org CVS to get the i915 support. Note that