Re: [Dri-devel] First configuration GUI available

2003-07-28 Thread Ian Romanick
Michel Dänzer wrote: On Mon, 2003-07-28 at 18:52, Ian Romanick wrote: Michel Dänzer wrote: On Sun, 2003-07-27 at 00:54, Ian Romanick wrote: We also need a way to specify that interrupts are not available. In this case, we don't want to export any of the vsync related GLX extensions. The only

Re: [Dri-devel] First configuration GUI available

2003-07-28 Thread Michel Dänzer
On Mon, 2003-07-28 at 18:52, Ian Romanick wrote: > Michel Dänzer wrote: > > On Sun, 2003-07-27 at 00:54, Ian Romanick wrote: > > > >>We also need a way to specify that interrupts are not available. In > >>this case, we don't want to export any of the vsync related GLX extensions. > > > > The on

Re: [Dri-devel] First configuration GUI available

2003-07-28 Thread Ian Romanick
Michel Dänzer wrote: On Sun, 2003-07-27 at 00:54, Ian Romanick wrote: We also need a way to specify that interrupts are not available. In this case, we don't want to export any of the vsync related GLX extensions. The only way to find out is to try the ioctl, so maybe try it in CreateContext() a

Re: [Dri-devel] First configuration GUI available

2003-07-28 Thread Ian Romanick
Felix Kühling wrote: We also need a way to specify that interrupts are not available. In this case, we don't want to export any of the vsync related GLX extensions. Does the user or the mesa driver really need to specify this. Shouldn't the drm know if interrupts are working? If they aren't the i

Re: [Dri-devel] First configuration GUI available

2003-07-27 Thread Michel Dänzer
On Sun, 2003-07-27 at 00:54, Ian Romanick wrote: > Michel Dänzer wrote: > > > On Sat, 2003-07-26 at 15:09, Felix Kühling wrote: > > > >>On 26 Jul 2003 12:42:18 +0200 > >>Michel Dänzer <[EMAIL PROTECTED]> wrote: > >> > >> > >>>On Sat, 2003-07-26 at 12:11, Felix Kühling wrote: > >>> > I see. I

Re: [Dri-devel] First configuration GUI available

2003-07-27 Thread Felix Kühling
On Sat, 26 Jul 2003 15:54:12 -0700 Ian Romanick <[EMAIL PROTECTED]> wrote: > Michel Dänzer wrote: > > > On Sat, 2003-07-26 at 15:09, Felix Kühling wrote: > > > >>On 26 Jul 2003 12:42:18 +0200 > >>Michel Dänzer <[EMAIL PROTECTED]> wrote: > >> > >> > >>>On Sat, 2003-07-26 at 12:11, Felix Kühling w

Re: [Dri-devel] First configuration GUI available

2003-07-26 Thread Ian Romanick
Michel Dänzer wrote: On Sat, 2003-07-26 at 15:09, Felix Kühling wrote: On 26 Jul 2003 12:42:18 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: On Sat, 2003-07-26 at 12:11, Felix Kühling wrote: I see. I simply converted the old environment variable R200_NO_IRQS to configuration option use_irqs.

Re: [Dri-devel] First configuration GUI available

2003-07-26 Thread Ian Romanick
Michel Dänzer wrote: On Sat, 2003-07-26 at 00:27, Felix Kühling wrote: On 26 Jul 2003 00:12:05 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: On a related note, I think use_irqs shouldn't have an impact on the vblank code, it's about the software interrupts emitted by the driver itself. If you're

Re: [Dri-devel] First configuration GUI available

2003-07-26 Thread Michel Dänzer
On Sat, 2003-07-26 at 15:09, Felix Kühling wrote: > On 26 Jul 2003 12:42:18 +0200 > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > On Sat, 2003-07-26 at 12:11, Felix Kühling wrote: > > > I see. I simply converted the old environment variable R200_NO_IRQS to > > > configuration option use_irqs. >

Re: [Dri-devel] First configuration GUI available

2003-07-26 Thread Felix Kühling
On 26 Jul 2003 12:42:18 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Sat, 2003-07-26 at 12:11, Felix Kühling wrote: > > I see. I simply converted the old environment variable R200_NO_IRQS to > > configuration option use_irqs. > > Indeed, I see now that the trunk is broken already. :) > >

Re: [Dri-devel] First configuration GUI available

2003-07-26 Thread Michel Dänzer
On Sat, 2003-07-26 at 12:11, Felix Kühling wrote: > On 26 Jul 2003 00:37:31 +0200 > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > On Sat, 2003-07-26 at 00:27, Felix Kühling wrote: > > > On 26 Jul 2003 00:12:05 +0200 > > > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > > > > > On a related note,

Re: [Dri-devel] First configuration GUI available

2003-07-26 Thread Felix Kühling
On 26 Jul 2003 00:37:31 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Sat, 2003-07-26 at 00:27, Felix Kühling wrote: > > On 26 Jul 2003 00:12:05 +0200 > > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > > > On a related note, I think use_irqs shouldn't have an impact on the > > > vblank code

Re: [Dri-devel] First configuration GUI available

2003-07-25 Thread Michel Dänzer
On Sat, 2003-07-26 at 00:27, Felix Kühling wrote: > On 26 Jul 2003 00:12:05 +0200 > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > On a related note, I think use_irqs shouldn't have an impact on the > > vblank code, it's about the software interrupts emitted by the driver > > itself. > > If you'r

Re: [Dri-devel] First configuration GUI available

2003-07-25 Thread Felix Kühling
On 26 Jul 2003 00:12:05 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Fri, 2003-07-25 at 22:40, Felix Kühling wrote: > > On 25 Jul 2003 22:31:24 +0200 > > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > > > On Fri, 2003-07-25 at 22:22, Felix Kühling wrote: > > > > On 25 Jul 2003 16:24:36 +02

Re: [Dri-devel] First configuration GUI available

2003-07-25 Thread Michel Dänzer
On Fri, 2003-07-25 at 22:40, Felix Kühling wrote: > On 25 Jul 2003 22:31:24 +0200 > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > On Fri, 2003-07-25 at 22:22, Felix Kühling wrote: > > > On 25 Jul 2003 16:24:36 +0200 > > > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > > > > > libGL error: > > >

Re: [Dri-devel] First configuration GUI available

2003-07-25 Thread Felix Kühling
On 25 Jul 2003 22:31:24 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Fri, 2003-07-25 at 22:22, Felix Kühling wrote: > > On 25 Jul 2003 16:24:36 +0200 > > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > > > libGL error: > > > Warning in /home/michdaen/.drirc line 1, column 0: unknown element

Re: [Dri-devel] First configuration GUI available

2003-07-25 Thread Michel Dänzer
On Fri, 2003-07-25 at 22:22, Felix Kühling wrote: > On 25 Jul 2003 16:24:36 +0200 > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > libGL error: > > Warning in /home/michdaen/.drirc line 1, column 0: unknown element: dri. > > libGL error: > > Warning in /home/michdaen/.drirc line 2, column 4: shou

Re: [Dri-devel] First configuration GUI available

2003-07-25 Thread Felix Kühling
On 25 Jul 2003 16:24:36 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Sun, 2003-07-13 at 17:13, Felix Kühling wrote: > > > > I just uploaded a first version of a graphical configuration tool to my > > home page. > > > >http://fxk.de.vu/projects_cur_en.html > > I've finally come around

Re: [Dri-devel] First configuration GUI available

2003-07-25 Thread Michel Dänzer
On Sun, 2003-07-13 at 17:13, Felix Kühling wrote: > > I just uploaded a first version of a graphical configuration tool to my > home page. > >http://fxk.de.vu/projects_cur_en.html I've finally come around to trying config-0-0-1-branch and driconf, and I must say I'm impressed. Here's some fe

Re: [Dri-devel] First configuration GUI available

2003-07-24 Thread Felix Kühling
On Thu, 24 Jul 2003 15:35:02 +0100 José Fonseca <[EMAIL PROTECTED]> wrote: > Felix, > > As promised I've made some preliminary snapshots from the config-0-0-1-branch. > They're those *-config.tar.bz2 at > http://dri.sf.net/snapshots/bleeding-edge > > Check if they're OK or anything is missing or

Re: [Dri-devel] First configuration GUI available

2003-07-24 Thread José Fonseca
Felix, As promised I've made some preliminary snapshots from the config-0-0-1-branch. They're those *-config.tar.bz2 at http://dri.sf.net/snapshots/bleeding-edge Check if they're OK or anything is missing or needs to be packaged seperately. Then create a README.config on the dir above which brief

Re: [Dri-devel] First configuration GUI available

2003-07-13 Thread Felix Kühling
On Sun, 13 Jul 2003 17:13:15 +0200 Felix Kühling <[EMAIL PROTECTED]> wrote: > Hi all, > > I just uploaded a first version of a graphical configuration tool to my > home page. > >http://fxk.de.vu/projects_cur_en.html > > There probably still a lot of work to do and probably many bugs to fix.

[Dri-devel] First configuration GUI available

2003-07-13 Thread Felix Kühling
Hi all, I just uploaded a first version of a graphical configuration tool to my home page. http://fxk.de.vu/projects_cur_en.html There probably still a lot of work to do and probably many bugs to fix. But I want to make it available as soon as possible in order to get more feedback on the con