s3 virge docs

2004-12-13 Thread Ryan Underwood
Found this "random" link which some folks may be interested in: http://members.shaw.ca/mm99mm/S3_Virge_programming_spec.html -- Ryan Underwood, <[EMAIL PROTECTED]> --- SF email is sponsored by - The IT Product Guide Read honest & candid revi

[Bug 1819] Add AGP 8x support to radeon

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

simple patches to compile xorg cvs with lastest Mesa (linked)

2004-12-13 Thread Sergio Monteiro Basto
Hi , and I still can compile unichrome and lately radeon so I use xorg2.diff to workaround thanks, -- Sérgio M.B. --- xc/lib/GL/mesa/shader/Imakefile.inc.orig 2004-06-16 10:27:56.0 +0100 +++ xc/lib/GL/mesa/shader/Imakefile.inc 2004-10-31 18:48:35.0 + @@ -15,7 +15,8 @@ $(

Re: radeon: Unknown symbol i2c_bit_add_bus (was: Re: new hyperz patch)

2004-12-13 Thread Dave Airlie
> > Shouldn't radeon.ko build without i2c hooks if CONFIG_I2C == NO ? it does but all stock Fedora kernels have I2c configured you just have to use modprobe to load kernel modules not insmod.. Dave. -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at skynet.ie pam_smb

Re: radeon: Unknown symbol i2c_bit_add_bus (was: Re: new hyperz patch)

2004-12-13 Thread Adam Jackson
On Monday 13 December 2004 17:15, Dave Airlie wrote: > > radeon: Unknown symbol i2c_bit_add_bus > > radeon: Unknown symbol i2c_bit_del_bus > > you need i2c support modules loaded.. modprobe the radeon driver it should > all work then... Shouldn't radeon.ko build without i2c hooks if CONFIG_I2C ==

Weekly IRC meeting reminder

2004-12-13 Thread Ian Romanick
This is just a friendly reminder that the weekly dri-devel IRC meeting will be starting in the #dri-devel channel on irc.freenode.net at 2100 UTC (or 4:00PM EST or 1:00PM PST, if you prefer). Time zone conversion available at: http://www.timezoneconverter.com/cgi-bin/tzc.tzc Logs of previous IR

Re: DRI backwards compatibility problem from X.Org 6.8.0 onwards

2004-12-13 Thread Alan Cox
Does this not break compatibility with 6.8.0/6.8.1 - that seems at least as big a problem as the breakage from 6.7 because it will prevent anyone stuck with a 6.8.* driver from updating to get security fixes ? --- SF email is sponsored by - The

Re: R300 code in Xorg

2004-12-13 Thread Alan Cox
On Sul, 2004-12-12 at 18:53, Eric Anholt wrote: > An all-fallback DRI driver is slower than software indirect GLX, if I > remember right. If your fallback driver has the frame buffer mapped and allocates the backbuffer in main memory it ought to give good performance. A naÃve implementation of DRI

[Bug 2067] New: Back faces of triangles are not drawn. (Unichrome).

2004-12-13 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=2067 Summary: Back faces of triangles are not drawn. (Unichrome). Product: Mes

DRI and framebuffer

2004-12-13 Thread Tomas Carnecky
Hi, Can I control a graphics card _completely_ with DRI? I mean allocate the framebuffer, switch between modes etc. Or do I need some kind of helper code that does these things (like fbdev or the Xserver)? I'm particulary interested in allocating memory for the framebuffer via DRI, I think there is