Re: [Dri-devel] Proposed DRI driver interface changes (all peopleinterested in pbuffers please read!)

2003-08-30 Thread Ian Romanick
Jon Smirl wrote: What do you think about trying to remove all X specific references from the drivers since the drivers can go into environments like DirectFB which don't have GLX? The standalone versions already do this. There is only minor usage of X declarations in the drivers. However, the drive

Re: [Dri-devel] Faster transfer to video memory

2003-08-30 Thread Michel Dänzer
On Sat, 2003-08-30 at 13:06, Jouni Tulkki wrote: > Is there a way to make moving images and textures to video memory faster? > Currently I'm using Radeon 9500 Pro and AGP 8x. Curious, how do use AGP without the DRI being enabled? :) (And how 8x when the X server only supports up to 4x yet? :) >

Re: [Dri-devel] Crashes with radeon on driver change.

2003-08-30 Thread Michel Dänzer
On Sat, 2003-08-30 at 18:27, Mike Mestnik wrote: > --- Michel Dnzer <[EMAIL PROTECTED]> wrote: > > On Wed, 2003-08-27 at 18:43, Mike Mestnik wrote: > > > I have something to add to this. Recently I tested gatos drivers going > > > from dri to gatos was painless. However when I went back my compu

[Dri-devel] Updated configuration design doc

2003-08-30 Thread Felix Kühling
Hi, I updated the configuration design document to reflect the current state of the implementation. The new document is available at http://user.cs.tu-berlin.de/~felixyz/dri/dri_config_design_rev4.txt if anyone is still interested given a mostly complete implementation. ;-) Maybe someone wants to

Re: [Dri-devel] S3 Savage Driver status

2003-08-30 Thread Alex Deucher
XvMC is an extension for Xvideo that does things like motion compensation and iDCT in hardware. I'm not sure if that has anything to do with your problem. Also I'm not sure if the savage mx/ix cards even have hw motion comp, etc. that might have been added in the savage4 and 2000 cores. regardl

Re: [Dri-devel] Proposed DRI driver interface changes (all people interested in pbuffers please read!)

2003-08-30 Thread Jon Smirl
What do you think about trying to remove all X specific references from the drivers since the drivers can go into environments like DirectFB which don't have GLX? The standalone versions already do this. There is only minor usage of X declarations in the drivers. The other goal of removing X speci

[Dri-devel] [patch] VBlank configuration cleanup

2003-08-30 Thread Felix Kühling
Hi all, I attached a patch against the config-0-0-1-branch that includes a vblank configuration cleanup as proposed in a previous mail. I've tested this briefly with the radeon driver and it seems to work all right. The default setting is now as defined in the GLX_SGI_swap_control spec a swap inte

Re: [Dri-devel] Crashes with radeon on driver change.

2003-08-30 Thread Mike Mestnik
--- Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Wed, 2003-08-27 at 18:43, Mike Mestnik wrote: > > I have something to add to this. Recently I tested gatos drivers going > > from dri to gatos was painless. However when I went back my computer > > locked up. > > That's because they have mad

Re: [Dri-devel] S3 Savage Driver status

2003-08-30 Thread Maximo
Rick, I'm currently working on savage driver to make it work on xfree86 4.3.0 but i didn't test it on xfree86 4.2.0 i only know that it compiles on that version. Looking at your log i found this message: (--) SAVAGEInitMC: There is no enough memory! (**) SAVAGE(0): XvMC is not enabled I

[Dri-devel] Faster transfer to video memory

2003-08-30 Thread Jouni Tulkki
Is there a way to make moving images and textures to video memory faster? Currently I'm using Radeon 9500 Pro and AGP 8x. The speed I get when using ShmPutImage is about 189 MB/s. This is less then 1 / 8 of theoretical AGP 8x performance. Does anyone know why the memory transfer is so slow? Jouni

[Dri-devel] [Bug 314] No 3D support for Radeon IGP chips

2003-08-30 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 your comments there. http://bugs.xfree86.org/show_bug.cgi?id=314 --- Additional Comments From [EMAIL PROTECTED] 2003-30-08 05:45 --- To correct my last post: It

[Dri-devel] S3 Savage Driver status

2003-08-30 Thread Rick Harris
Hi all, Just a quick note to put the feelers out on how the S3 Savage DRI Driver is coming along. Am particularly interested in getting this to work on a Savage/IX-MV chipset (M7 BIOS) found in many older laptops. These are my experiences thus far using the S3.zip package from http://www.linux.o

[Dri-devel] [Bug 314] No 3D support for Radeon IGP chips

2003-08-30 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 your comments there. http://bugs.xfree86.org/show_bug.cgi?id=314 --- Additional Comments From [EMAIL PROTECTED] 2003-30-08 04:41 --- Kevin you forgot to apply p

Re: [Dri-devel] SiS DRI status

2003-08-30 Thread Eric Anholt
On Fri, 2003-08-29 at 17:22, Ian Romanick wrote: > Eric Anholt wrote: > > > My current diff is at: > > http://people.freebsd.org/~anholt/dri/files/sis-14.diff > > Since building the SiS driver is disabled, I don't see any reason to not > commit your changes. This will allow more adventureous pe

Re: [Dri-devel] SiS DRI status

2003-08-30 Thread Ian Romanick
Eric Anholt wrote: My current diff is at: http://people.freebsd.org/~anholt/dri/files/sis-14.diff Since building the SiS driver is disabled, I don't see any reason to not commit your changes. This will allow more adventureous people to start testing. :) It's against DRI CVS. Should work fine

[Dri-devel] Re: CVS Update: xc (branch: config-0-0-1-branch)

2003-08-30 Thread Michel Dänzer
On Sat, 2003-08-30 at 00:06, Felix K?hling wrote: > > - Removed now unused boolean options for TCL and frame throttling. force_tcl > is still there as I can't decide whether to abandon it completely. It can go, it's a relict from when we believed that some Radeon VEs might actually have a T

Re: [Dri-devel] Check for interrupts in r200 and radeon driver

2003-08-30 Thread Michel Dänzer
On Fri, 2003-08-29 at 23:32, Felix Kühling wrote: > > I'm trying to clean up the vlank configuration on the config branch. I > noticed that the r200 and radeon drivers check for availability of IRQs > in slightly different ways: > > r200: rmesa->dri.drmMinor >= 6 && rmesa->r200Screen->irq > rad