[R300] Current cvs problem

2005-03-11 Thread Keith Conger
sg: <--cut--> [drm:radeon_cp_cmdbuf] *ERROR* bad cmd_type 63 at 3493e014 -- ---- Keith Conger [EMAIL PROTECTED] http://pimpstation.org --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Prod

Re: [R300] Current(3/8/05) xorg/r300 cvs PPC issues

2005-03-09 Thread Keith Conger
hould see improvement in all this area. > > best, > Jerome Glisse > > > On Tue, 08 Mar 2005 14:49:34 -0500, Keith Conger > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Ok currently I've noticed the following issues: > > 1) Xv Color issues > &g

[R300] Current(3/8/05) xorg/r300 cvs PPC issues

2005-03-08 Thread Keith Conger
Hi, Ok currently I've noticed the following issues: 1) Xv Color issues 2) Text rendering problems in mozilla 3) Textures in 3d apps are upside down and show 4copies when there should be one. Let me know If you need more details. -- Keith Conger [EMAIL PROTECTED] http://pimpstatio

Re: [R300] Problem with current cvs on PPC

2005-03-08 Thread Keith Conger
t; For testing you could install a xorg cvs elsewhere than /usr/X11R6 > see build instruction of xorg to see how. > > Jerome Glisse > -- Keith Conger [EMAIL PROTECTED] http://pimpstation.org --- SF email is sponsored b

Re: [R300] Problem with current cvs on PPC

2005-03-08 Thread Keith Conger
g log file showing that > > dri is disable. > > > > Jerome Glisse > > > > On Mon, 07 Mar 2005 14:41:56 -0500, Keith Conger > > <[EMAIL PROTECTED]> wrote: > > > Hi Guys, > > > > > > Sorry should have noted this. As of the time of

Re: [R300] Problem with current cvs on PPC

2005-03-08 Thread Keith Conger
> > Jerome Glisse > > > On Mon, 07 Mar 2005 14:41:56 -0500, Keith Conger > <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > > > Sorry should have noted this. As of the time of my intitial email is > > when I checked out both Xorg r300_demo and r300_driver. >

Re: [R300] Problem with current cvs on PPC

2005-03-08 Thread Keith Conger
lisse > > On Tue, 8 Mar 2005 12:23:59 +0100, Jerome Glisse <[EMAIL PROTECTED]> wrote: > > Finaly get 5min to test lastest cvs and it works "perfectly" > > here. Could you send me your xorg log file showing that > > dri is disable. > > > > Jerom

Re: [R300] Problem with current cvs on PPC

2005-03-07 Thread Keith Conger
o long ago. > > > On Sun, 06 Mar 2005 13:46:22 -0500, Keith Conger > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > My Machine > > Powerbook G4 > > ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] 64MB > > Ubuntu Hoary (kernel 2.6.10) > &g

[R300] Problem with current cvs on PPC

2005-03-07 Thread Keith Conger
0x2d0/0x2d4 [drm] Call trace: [d27226c0] drm_ioctl+0x154/0x20c [drm] [c0075f8c] sys_ioctl+0xdc/0x2f4 [c0004330] ret_from_syscall+0x0/0x4c [drm:drm_vm_close] 0x3003a000,0x0800 [drm:drm_vm_close] 0x3803a000,0x00010000 -- Keith Conger [EMAIL PROTE

Re: Fixing r300 on PPC / How to conditionnaly have endian swap macro

2005-01-14 Thread Keith Conger
_OUT16(RADEONMMIO, addr, val) > -#define OUTREG(addr, val) MMIO_OUT32(RADEONMMIO, addr, val) > +#define OUTREG16(addr, val) MMIO_OUT16(RADEONMMIO, addr, VLL_SWAP16(val)) > +#define OUTREG(addr, val) MMIO_OUT32(RADEONMMIO, addr, VLL_SWAP32(val)) > > #define ADDRREG(addr) ((volatile

Re: [r300] Latest r300_driver on PPC

2005-01-11 Thread Keith Conger
Hi, > > Is there any difference at all ? What about texture programs like NeHe > lesson 06 ? Nope, still draws below the window. :( Thanks, -- ---- Keith Conger [EMAIL PROTECTED] http://pimpstation.org --- The SF.Net

Re: [r300] Latest r300_driver on PPC

2005-01-11 Thread Keith Conger
t; > If this has any effect, try changing r300_state.c, r300ResetHwState, > from line > r300->hw.unk2140.cmd[1] = 0x; > > to > r300->hw.unk2140.cmd[1] = > #ifdef MESA_BIG_ENDIAN > R200_VC_32BIT_SWAP; > #else > R200_VC_NO_SWAP;

Re: [r300] Latest r300_driver on PPC

2005-01-10 Thread Keith Conger
Hi, Here ya go: 0xff03 Also as of this morning the cvs HEAD's driver no longer displays the gears for me. Keith On Mon, 2005-01-10 at 09:44 -0500, Vladimir Dergachev wrote: > > On Mon, 10 Jan 2005, Keith Conger wrote: > > > Hi, > > > > Sorry this took so lo

Re: [r300] Latest r300_driver on PPC

2005-01-10 Thread Keith Conger
e uses it (r300_state.c), so you could put fprintf there > and run lesson06 or anything else that uses textures. > > best > > Vladimir Dergachev > > > > > Thanks! > > > >

Re: [r300] Latest r300_driver on PPC

2005-01-06 Thread Keith Conger
ndianness problems all > over the place. > > Could you check what is the value of fbLocation ? (in Xserver and > the driver). Not sure exactly how to do this but will gladly if you you give me a hint. :) Thanks! -- -

Re: [r300] Latest r300_driver on PPC

2005-01-06 Thread Keith Conger
gh. Actually this works for me: $ xdriinfo Screen 0: r300 -- ---- Keith Conger [EMAIL PROTECTED] http://pimpstation.org --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from T

Re: [r300] Latest r300_driver on PPC

2005-01-06 Thread Keith Conger
ix some corruptions: Option "XaaNoScanlineImageWriteRect" Option "XaaNoScanlineCPUToScreenColorExpandFill" I actually meant Mesa itself, libGL* > best, > Jerome Glisse -- Keith Conger [EMAIL PROTECTED] http://pimpstation.org -

[r300] Latest r300_driver on PPC

2005-01-05 Thread Keith Conger
question I had was did I only need to build r300_dri.so or all of Mesa? The README wasn't clear so I only copied the dri driver into X. My machine: Ubuntu 4.10 Powerbook 15" 1Ghz RV350 [Mobility Radeon 9600 M10] Thanks, -- ---- Keith Conger [EMAIL PROTECTED] http://pimps

Re: [R300] Xorg cvs problem

2004-12-27 Thread Keith Conger
disabled and have removed the above option. > > No big surprise at this point, but thanks for testing. > > Option "DMAForXv" "off" > > should work around that. This does fix the discoloration. -- Keith Conger [EMAIL PROTECTED] http://pimpstati

Re: [R300] Xorg cvs problem

2004-12-27 Thread Keith Conger
olors are really off. One last thing is glxgears also doesn't really display anything. This is without dri from the r300 project. Thanks, Keith On Thu, 2004-12-23 at 13:34 -0500, Michel Dänzer wrote: > On Thu, 2004-12-23 at 11:46 -0500, Keith Conger wrote: > > > > This does i

Re: [R300] Xorg cvs problem

2004-12-23 Thread Keith Conger
indirect buffer with 832 dwords CHECKPOINT main 709 On Thu, 2004-12-23 at 11:40 -0500, Vladimir Dergachev wrote: > > On Thu, 23 Dec 2004, Keith Conger wrote: > > > Hi, > > > > On Wed, 2004-12-22 at 15:42 -0500, Vladimir Dergachev wrote: > >>> From

Re: [R300] Xorg cvs problem

2004-12-23 Thread Keith Conger
he weekend to try, but I will, and report back. Happy Holidays! -- Keith Conger [EMAIL PROTECTED] http://pimpstation.org --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from

Re: [R300] Xorg cvs problem

2004-12-23 Thread Keith Conger
Hi, This does in fact stop the artifacts. Thanks, Keith On Thu, 2004-12-23 at 11:02 -0500, Michel Dänzer wrote: > On Thu, 2004-12-23 at 10:06 -0500, Keith Conger wrote: > > > > With dri off its fixes the artifacts. > > Does > > Option "XaaNoScanlineImag

Re: [R300] Xorg cvs problem

2004-12-23 Thread Keith Conger
for the help and your work on this driver, let me know if you would like me to try anything out on ppc now or in the future. Thanks! -- Keith Conger [EMAIL PROTECTED] http://pimpstation.org --- SF email is sponsored by - The IT Prod

Re: [R300] Xorg cvs problem

2004-12-22 Thread Keith Conger
mewhere? Also are you using > "usefbdev" or the radeon driver natively? What happens when you > disable the DRI? does it work then? > > Alex > > > > > -- > > > > Keith Conger > > [EMAIL PROTECTED] > > http://pimpsta

[R300] Xorg cvs problem

2004-12-22 Thread Keith Conger
m is a 15" 1ghz Powerbook running Ubuntu and 2.6.9 kernel. Let me know if you need any more info. -- ---- Keith Conger [EMAIL PROTECTED] http://pimpstation.org --- SF email is sponsored by - The IT Product Guide Read honest & ca