[Dri-devel] R300, continued

2004-04-26 Thread Vladimir Dergachev
Well, I dug a bit deeper into writing R300 driver (using R200 one to start with) and I have more questions: 1. What does rmesa->TclFallback do and how should I activate it ? 2. What is "state" ? More specifically: A) I noticed that state holds contents of a lot of registers,

Re: [Dri-devel] [r200] dri disabled - Mesa CVS?

2004-04-26 Thread Dave Airlie
I've fixed this and checked in, the .S files needed special lines in the Imakefile for radeon/r200 Dave. On Tue, 27 Apr 2004, Dieter Nützel wrote: > Or xf86drm.c buf free changes? > > Sorry, no more time for testing, tonight. > > -Dieter > > > ---

Re: [Dri-devel] mach64-0-0-7 cvs fails to build

2004-04-26 Thread Adam Jackson
On Monday 26 April 2004 20:18, Alex Deucher wrote: > > So it's been merged then? As in, I should go update the wiki so we > > don't get this complaint in the future? > > Already done. You're my hero. - ajax --- This SF.net email is sponsored

Re: [Dri-devel] mach64-0-0-7 cvs fails to build

2004-04-26 Thread Alex Deucher
--- Adam Jackson <[EMAIL PROTECTED]> wrote: > On Monday 26 April 2004 17:59, Felix Kühling wrote: > > The mach64 driver has moved to the trunk. Try building it there. > The > > branch is broken for quite a while now. It won't be fixed. > > So it's been merged then? As in, I should go update the

Re: [Dri-devel] mach64-0-0-7 cvs fails to build

2004-04-26 Thread Adam Jackson
On Monday 26 April 2004 17:59, Felix Kühling wrote: > The mach64 driver has moved to the trunk. Try building it there. The > branch is broken for quite a while now. It won't be fixed. So it's been merged then? As in, I should go update the wiki so we don't get this complaint in the future? - aj

Re: [Dri-devel] mach64-0-0-7 cvs fails to build

2004-04-26 Thread Micha Feigin
On Tue, Apr 27, 2004 at 12:41:06AM +0200, Svante Signell wrote: > Hello, > > I made a fresh checkout of the mach64-0-0-7 cvs branch together with the > Mesa and drm modules according to the Building and ATIMach64 web pages. > However the build fails. The tail of world.log is as follows: If it was

Re: [Dri-devel] mach64-0-0-7 cvs fails to build

2004-04-26 Thread Dave Airlie
> cvs -d:pserver:[EMAIL PROTECTED]:/cvs/mesa co -D 2004-03-28 Mesa > > Besides that one bit it should build fine. > > /me pokes the mach64 maintainers. ISTR some discussion about merging mach64 > anyway, even though it's insecure, perhaps with Big Fat Warning Signs or > defaulting to mmio mode (wh

Re: [Dri-devel] mach64-0-0-7 cvs fails to build

2004-04-26 Thread Adam Jackson
On Monday 26 April 2004 17:41, Svante Signell wrote: > Hello, > > I made a fresh checkout of the mach64-0-0-7 cvs branch together with the > Mesa and drm modules according to the Building and ATIMach64 web pages. > However the build fails. The tail of world.log is as follows: > ... mach64-0-0-7 ne

Re: [Dri-devel] mach64-0-0-7 cvs fails to build

2004-04-26 Thread Felix Kühling
On Tue, 27 Apr 2004 00:41:06 +0200 Svante Signell <[EMAIL PROTECTED]> wrote: > Hello, > > I made a fresh checkout of the mach64-0-0-7 cvs branch together with the > Mesa and drm modules according to the Building and ATIMach64 web pages. > However the build fails. The tail of world.log is as follo

[Dri-devel] mach64-0-0-7 cvs fails to build

2004-04-26 Thread Svante Signell
Hello, I made a fresh checkout of the mach64-0-0-7 cvs branch together with the Mesa and drm modules according to the Building and ATIMach64 web pages. However the build fails. The tail of world.log is as follows: ... ln -s /usr/CVS/dri-cvs/Mesa/src/mesa/main/accum.h accum.h make[5]: *** No rule

[Dri-devel] [r200] dri disabled - Mesa CVS?

2004-04-26 Thread Dieter Nützel
Or xf86drm.c buf free changes? Sorry, no more time for testing, tonight. -Dieter --- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up a

[Dri-devel] Re: [XFree86] i810, glxinfo and xscreensaver crashes

2004-04-26 Thread Ian Romanick
Since this is most likely a DRI related issue, I'm cross-posting to dri-devel. Jeremy C. Reed wrote: My wife's XFree86 was randomly crashing every once in a while. Not a good thing. I tracked it down to xscreensaver. I used xscreensaver-control and manually tried different savers. It crashed on

Re: [Dri-devel] Savage driver in DRI?

2004-04-26 Thread Alex Deucher
--- Patrick McFarland <[EMAIL PROTECTED]> wrote: > Im trying to confirm if the new savage driver is actually in cvs now, > anyone know? (And anyone here actually use it? Does it work?) yes, yes, and yes. All savages except the savage2000 are supported. see this page for more info: http://dri.sou

[Dri-devel] Savage driver in DRI?

2004-04-26 Thread Patrick McFarland
Im trying to confirm if the new savage driver is actually in cvs now, anyone know? (And anyone here actually use it? Does it work?) -- Patrick "Diablo-D3" McFarland || [EMAIL PROTECTED] "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darke

[Dri-devel] Weekly IRC meeting reminder

2004-04-26 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 5:00PM EDT or 2:00PM PDT, if you prefer). Time zone conversion available at: http://www.timezoneconverter.com/cgi-bin/tzc.tzc Logs of previous IR

Re: [Dri-devel] experiments with R300

2004-04-26 Thread Vladimir Dergachev
On Mon, 26 Apr 2004, Alan Cox wrote: > On Llu, 2004-04-26 at 03:38, Vladimir Dergachev wrote: > > So the next question would be how does one hack radeon or r200 driver to > > get down to a particular function ? > > When I was trying to debug the sis6326 and via drivers the best way I > found wit

Re: [Dri-devel] experiments with R300

2004-04-26 Thread Alex Deucher
--- Alan Cox <[EMAIL PROTECTED]> wrote: > On Llu, 2004-04-26 at 03:38, Vladimir Dergachev wrote: > > So the next question would be how does one hack radeon or r200 > driver to > > get down to a particular function ? > > When I was trying to debug the sis6326 and via drivers the best way I > found

Re: [Dri-devel] experiments with R300

2004-04-26 Thread Alan Cox
On Llu, 2004-04-26 at 03:38, Vladimir Dergachev wrote: > So the next question would be how does one hack radeon or r200 driver to > get down to a particular function ? When I was trying to debug the sis6326 and via drivers the best way I found with those was to turn on fallbacks for everything tha

Re: [Dri-devel] Re: [Mesa3d-dev] Mesa (DRI) CVS is broken in drivers/x11/xm_api.c

2004-04-26 Thread Brian Paul
You should probably report internal compiler errors to the gcc project. -Brian Dieter Nützel wrote: Am Montag, 26. April 2004 14:44 schrieb Alan Hourihane: Thanks Dieter, I'll fix that up asap as soon as CVS is working again on pdx. OK, now I get a GCC-3.3.1, Athon-MP, SSE build instruction

[Dri-devel] Re: [Mesa3d-dev] Mesa (DRI) CVS is broken in drivers/x11/xm_api.c

2004-04-26 Thread Dieter Nützel
Am Montag, 26. April 2004 14:44 schrieb Alan Hourihane: > Thanks Dieter, > > I'll fix that up asap as soon as CVS is working again on pdx. OK, now I get a GCC-3.3.1, Athon-MP, SSE build instruction error in src/mesa/swrast_setup/ss_triangle.c. if (ctx->Light.ShadeModel == GL_FLAT) { CO

[Dri-devel] Re: [Mesa3d-dev] Mesa (DRI) CVS is broken in drivers/x11/xm_api.c

2004-04-26 Thread Alan Hourihane
Thanks Dieter, I'll fix that up asap as soon as CVS is working again on pdx. Alan. On Mon, Apr 26, 2004 at 02:09:57PM +0200, Dieter Nützel wrote: > gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main > -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl > -I../../src/me

[Dri-devel] Last VTK bugs solved due to Friday's DRI/Mesa CVS changes

2004-04-26 Thread Dieter Nützel
TaskParallelism Maybe due to Ian's SMP multicontext fix. Cheers, Dieter --- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up an

dri-devel@lists.sourceforge.net

2004-04-26 Thread Dieter Nützel
Am Donnerstag, 5. Februar 2004 19:38 schrieb Dieter Nützel: > Have you seen, that it is much faster (hardware accelerate?) in the "broken" > area (on the right and right/below corner)? > > progs/demos> ./stex3d > Mesa: software DXTn compression/decompression available > GL_RENDERER: Mesa DRI R200 2

Re: [Dri-devel] [r200] no progress with 'geartrain'

2004-04-26 Thread Dieter Nützel
Am Mittwoch, 18. Februar 2004 18:11 schrieb Dieter Nützel: > Background isn't empty/black but the normal desktop background. > Buffer wouldn't be cleared? SOLVED. After Fridays DRI/Mesa changes and before yesterdays bug in drivers/x11/xm_api.c. Greetings, Dieter --

[Dri-devel] Mesa (DRI) CVS is broken in drivers/x11/xm_api.c

2004-04-26 Thread Dieter Nützel
gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -Wall -O -march=athlon -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D

Re: [Dri-devel] Gains from doing 2D drawing using OpenGL/mesa

2004-04-26 Thread Martin Spott
Martin Spott wrote: > Alex Deucher wrote: >> I don't know about that. I can forsee IGP becoming _the_ standard >> method for video. Look at sgi... all of their video systems use >> system memory, [...] > Really ? Which one ? > I know the O2 does, but MGRAS and VPro ? I'm not absolutely s

[Dri-devel] Re: more evil firmwares found

2004-04-26 Thread Ryan Underwood
On Mon, Apr 26, 2004 at 02:49:36AM -0500, Ryan Underwood wrote: > > I wrote a quick program to parse out the microcode from the XFree86 > mga_ucode.h files. attaching sample output. seems that g200 and g400-mt ucodes are much bigger than g400 ucodes in general. -- Ryan Underwood, <[EMAIL PROTE

[Dri-devel] Re: more evil firmwares found

2004-04-26 Thread Ryan Underwood
On Sun, Apr 25, 2004 at 11:57:28PM -0500, Ryan Underwood wrote: > > I think I'll be doing some footwork on this one. I wrote a quick program to parse out the microcode from the XFree86 mga_ucode.h files. From here a disassembler can be written if we can ever figure out the op codes. The DDK sa