Re: [Dri-devel] Maya Testing on New Radeon Driver

2002-04-01 Thread Ian Romanick
On Sat, Mar 30, 2002 at 08:11:31AM -0700, Jens Owen wrote: > Ian Romanick wrote: > > > > On Thu, Mar 28, 2002 at 12:53:06PM -0800, Ian Romanick wrote: > > > > > #0 0x4309fb0a in CreateContext (dpy=0x8075708, vis=0x0, shareList=0x0, > > > allowDirect=1, contextID=0) at glxcmds.c:165 > > > #1

Re: [Dri-devel] IRC today

2002-04-01 Thread Alan Hourihane
On Mon, Apr 01, 2002 at 11:51:11AM -0700, Brian Paul wrote: > > I assume the DRI IRC will be today as usual: > > #dri-devel on irc.openprojects.net > > 4:00pm EST (2100 UTC) > It'll be 10:00pm for the UK people now as we're on British Summer Time. Alan. __

Re: [Dri-devel] Enabling extensions in CVS

2002-04-01 Thread Ian Romanick
On Sun, Mar 31, 2002 at 01:40:44AM +0100, Kai Schutte wrote: > Hello, Master Paul :) > > > > I'm trying to get a few programs running which require the ARB_multitexture > > > extension, while using hardware acceleration. > > Which hardware? > > I meant direct rendering using the mga driver... I'

[Dri-devel] IRC today

2002-04-01 Thread Brian Paul
I assume the DRI IRC will be today as usual: #dri-devel on irc.openprojects.net 4:00pm EST (2100 UTC) -Brian ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

Re: [Dri-devel] Re: Radeon Converted to DrmCommand Interface

2002-04-01 Thread Alan Hourihane
On Mon, Apr 01, 2002 at 07:38:18AM -0700, Jens Owen wrote: > Alan Hourihane wrote: > > > > On Fri, Mar 29, 2002 at 09:21:52PM -0700, Jens Owen wrote: > > > I've checked into the drmcommand-0-0-1-branch the complete conversion of > > > the Radeon driver suite to the drmCommand interface. Take a l

Re: [Dri-devel] Re: Radeon Converted to DrmCommand Interface

2002-04-01 Thread Jens Owen
Alan Hourihane wrote: > > On Mon, Apr 01, 2002 at 07:38:18AM -0700, Jens Owen wrote: > > I would like to avoid changing > > this more than once, just from a development time perspective. > > > O.k. Understand what your saying. Let me clarify, I willing to change this one more time, but let's wai

Re: [Dri-devel] Re: Radeon Converted to DrmCommand Interface

2002-04-01 Thread Jens Owen
Alan Hourihane wrote: > > Jens, > > Are we moving the files in > > xc/programs/Xserver/hw/xfree86/os-support > > into their relevant ddx drivers directory ? If you are specifically asking about the xf86drm.h files in that directory, we certainly could. There is a fair amount of cleanup that

Re: [Dri-devel] Re: Radeon Converted to DrmCommand Interface

2002-04-01 Thread Jens Owen
Alan Hourihane wrote: > > On Fri, Mar 29, 2002 at 09:21:52PM -0700, Jens Owen wrote: > > I've checked into the drmcommand-0-0-1-branch the complete conversion of > > the Radeon driver suite to the drmCommand interface. Take a look, and > > let me know if you see any problems, or if you have any

Re: [Dri-devel] Mesa software blending

2002-04-01 Thread Brian Paul
"José Fonseca" wrote: > > In these last few days I have been working on the Mesa software blending > and the existing MMX bug. I've made some progress. > > I made a small test program which calls the relevant functions directly as > Alex suggested. In the process I added comments to the assembly

Re: [Dri-devel] Enabling extensions in CVS

2002-04-01 Thread Brian Paul
Kai Schutte wrote: > > Hello, Master Paul :) > > > > I'm trying to get a few programs running which require the > ARB_multitexture > > > extension, while using hardware acceleration. > > Which hardware? > > I meant direct rendering using the mga driver... I'm running RedHat 7.2, > kernel 2.4.18

Re: [Dri-devel] Re: Radeon Converted to DrmCommand Interface

2002-04-01 Thread Alan Hourihane
Jens, Are we moving the files in xc/programs/Xserver/hw/xfree86/os-support into their relevant ddx drivers directory ? Alan. ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

[Dri-devel] Re: Radeon Converted to DrmCommand Interface

2002-04-01 Thread Alan Hourihane
On Fri, Mar 29, 2002 at 09:21:52PM -0700, Jens Owen wrote: > I've checked into the drmcommand-0-0-1-branch the complete conversion of > the Radeon driver suite to the drmCommand interface. Take a look, and > let me know if you see any problems, or if you have any questions. > > If anyone is inte