Re: [Dri-devel] glDeleteTextures memory leak

2004-01-10 Thread Olivier Chapuis
On Fri, Jan 09, 2004 at 11:51:18AM -0700, Brian Paul wrote: > Olivier Chapuis wrote: > >Hello, > > > >I use "current cvs" from 2003-12-17 (dri - Mesa-newtree) on an Ati > >Mobility M7 LW. When dri is enabled (OpenGL renderer string: Mesa DRI > >Radeon 20030328 AGP 4xTCL) I get a memory leak when I

[Dri-devel] ProSavage DDR

2004-01-10 Thread Jesse Merriman
Hi, I've got a ProSavage DDR and wanted to try out the driver in the savage-2-0-0 CVS branch and I'm having a bit of trouble setting it up right. First I did this: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs/dri co -rsavage-2-0-0-branch xc Then I compiled and installed xfree normally with no er

Re: [Dri-devel] patch: some sort of GL_ARB_texture_cube_map for radeon/R100

2004-01-10 Thread Andreas Stenglein
Am 2004.01.10 18:11:25 +0100 schrieb(en) Andreas Stenglein: [...] > > patches: one is against mesa cvs, the other is against dri-cvs (kernel-code) > the patch against dri-cvs is broken.. here is a new one: best regards, Andreas Index: xc/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_common

Re: [Dri-devel] R128 DRI driver

2004-01-10 Thread Alex Deucher
Unless, someone has already come forward, I don't think there is an "official" maintainer for r128. Alex --- Alan Cox <[EMAIL PROTECTED]> wrote: > Can whoever is currently maintaining the r128 driver in > Linux and *BSD drop me a mail. > > Alan > > > __ Do y

Re: [Dri-devel] 2.6 kernel change in nopage

2004-01-10 Thread Michel Dänzer
On Sat, 2004-01-10 at 23:08, Arjan van de Ven wrote: > On Sat, 2004-01-10 at 22:54, Michel DÃnzer wrote: > > First of all, thanks for all the suggestions I've received in this > > thread. > > > > New patch up at http://penguinppc.org/~daenzer/DRI/drm-nopage.diff; does > > this look acceptable to t

[Dri-devel] R128 DRI driver

2004-01-10 Thread Alan Cox
Can whoever is currently maintaining the r128 driver in Linux and *BSD drop me a mail. Alan --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching ca

Re: [Dri-devel] 2.6 kernel change in nopage

2004-01-10 Thread Arjan van de Ven
On Sat, 2004-01-10 at 22:54, Michel DÃnzer wrote: > First of all, thanks for all the suggestions I've received in this > thread. > > New patch up at http://penguinppc.org/~daenzer/DRI/drm-nopage.diff; does > this look acceptable to those who are going to do merges between the > trees? :) I like t

Re: [Dri-devel] status of trident-0-0-2-branch

2004-01-10 Thread Alex Deucher
You might want to ask Alan Hourihane. he's done most (all) of the work on that driver. http://dri.sourceforge.net/cgi-bin/moin.cgi/Trident see this thread for more: http://marc.theaimsgroup.com/?t=10522413641&r=1&w=2 I think Alan started a DRM module in cvs. your best be would probably be to

Re: [Dri-devel] 2.6 kernel change in nopage

2004-01-10 Thread Michel Dänzer
First of all, thanks for all the suggestions I've received in this thread. New patch up at http://penguinppc.org/~daenzer/DRI/drm-nopage.diff; does this look acceptable to those who are going to do merges between the trees? :) -- Earthling Michel DÃnzer | Debian (powerpc), X and DRI d

Re: [Dri-devel] thoughts about radeon_emit_clip_rect()

2004-01-10 Thread Michel Dänzer
On Thu, 2003-11-06 at 01:15, Michel DÃnzer wrote: > Last but not least, as Keith pointed out a rather long while ago, at > least the R200 engine (but the docs I have suggest this goes back to > Rage128 even) has three more sets of scissor registers, has anyone > played with those yet? I have, now

Re: [Dri-devel] glDeleteTextures memory leak

2004-01-10 Thread Olivier Chapuis
On Sat, Jan 10, 2004 at 06:15:38PM +0100, Dieter Nützel wrote: > > I just: > > > > cvs update # in Mesa-newtree > > cvs update # in dri/xc > > Do you have the right link to Mesa-newtree (now, Mesa)? > So now I've to co Mesa and not Mesa-newtree? One day I saw this lines in config/host.def

Re: [Dri-devel] patch: some sort of GL_ARB_texture_cube_map for radeon/R100

2004-01-10 Thread Michel Dänzer
On Sat, 2004-01-10 at 18:11, Andreas Stenglein wrote: > > @Michel Daenzer: and it shows missing triangles/quads. As Keith pointed out, the SW TCL code in the Radeon drivers is currently broken and needs to be ported to the new t_vertex code. I'm going to look into it, but have no idea yet when I'

Re: [Dri-devel] Re: radeon cast problem (2.6.1-rc2-bk1)

2004-01-10 Thread Michel Dänzer
On Thu, 2004-01-08 at 00:40, Stephen Waters wrote: > System: > MSI K8T Master2-FAR > Dual Opteron > Radeon VE > Debian 'sid' (32-bit Xfree86) > Kernel 2.6.1-rc2-bk1 Have you tried the DRI snapshot packages described in http://dri.sourceforge.net/snapshots/README.Debian yet? > On Tue, 2004-01-06

[Dri-devel] patch: some sort of GL_ARB_texture_cube_map for radeon/R100

2004-01-10 Thread Andreas Stenglein
I copied together some sort of GL_ARB_texture_cube_map support for radeon in swtcl mode. tested with cubemap from mesa. Unfortunately when using TMU0, only the front, right and top face is rendered fine, the other faces look strange. @Michel Daenzer: and it shows missing triangles/quads. I modif

Re: [Dri-devel] glDeleteTextures memory leak

2004-01-10 Thread Dieter Nützel
Am Samstag, 10. Januar 2004 16:58 schrieb Olivier Chapuis: > On Fri, Jan 09, 2004 at 11:51:18AM -0700, Brian Paul wrote: > > Olivier Chapuis wrote: > > >Hello, > > > > > >I use "current cvs" from 2003-12-17 (dri - Mesa-newtree) on an Ati > > >Mobility M7 LW. When dri is enabled (OpenGL renderer str

Re: [Dri-devel] glDeleteTextures memory leak

2004-01-10 Thread Olivier Chapuis
On Sat, Jan 10, 2004 at 04:58:17PM +0100, Olivier Chapuis wrote: > On Fri, Jan 09, 2004 at 11:51:18AM -0700, Brian Paul wrote: > > > > Olivier, > > > > Can you try applying the attached patch to > > src/mesa/drivers/dri/radeon/radeon_tex.c > > > > It's not convenient for me to test. > > > > De

Re: [Dri-devel] glDeleteTextures memory leak

2004-01-10 Thread Olivier Chapuis
On Fri, Jan 09, 2004 at 11:51:18AM -0700, Brian Paul wrote: > Olivier Chapuis wrote: > >Hello, > > > >I use "current cvs" from 2003-12-17 (dri - Mesa-newtree) on an Ati > >Mobility M7 LW. When dri is enabled (OpenGL renderer string: Mesa DRI > >Radeon 20030328 AGP 4xTCL) I get a memory leak when I

Re: [Dri-devel] glDeleteTextures memory leak

2004-01-10 Thread Dieter Nützel
Am Freitag, 09. Januar 2004 19:51 schrieb Brian Paul: > Olivier Chapuis wrote: > > Hello, > > > > I use "current cvs" from 2003-12-17 (dri - Mesa-newtree) on an Ati > > Mobility M7 LW. When dri is enabled (OpenGL renderer string: Mesa DRI > > Radeon 20030328 AGP 4xTCL) I get a memory leak when I lo

[Dri-devel] Re: Question about mach64/DRI/Kernel 2.6

2004-01-10 Thread José Fonseca
Jan, I'm a little out of the loop in the DRI scene as of lately as I'm quite busy with my PhD (I'm still trying to catch the DRI mailing lists posts sent during the christmas vacations). I don't recall hearing any success using mach64 with kernel 2.6, and I don't know exactly what does it takes t

[Dri-devel] status of trident-0-0-2-branch

2004-01-10 Thread stef
Hello, it seems that the developments on the trident-0-0-2-branch are stalled. Does anyone has plan to work on it ? After having a quick read of the Cyberblade Ai1 datasheet I see that it isn't that easy, but still I'm willing to have a try at the DRM kernel module. What s