Hi,

> This is probably because I left the pipeline using agp buffer upload
> of vertices instead of immediate one.
> 
> Try editint r300_render.c, r300_run_render function to make sure
>   it calls r300_run_immediate_render and not *vb* version.
Checkout cvs today, looks like you switched this back? 
> 
> Also, could you try putting the following fragment
> in r300_render.c r300_run_immediate_render (and/or *vb* counterpart):
> 
> reg_start(0x2140, 0);
>       e32(2);
> 
> (Also try 0 and 1).

Tried this gears still draw outside the window.

> 
> If this has any effect, try changing r300_state.c, r300ResetHwState,
> from line
>       r300->hw.unk2140.cmd[1] = 0x00000000;
> 
> to
>          r300->hw.unk2140.cmd[1] =
> #ifdef MESA_BIG_ENDIAN
>           R200_VC_32BIT_SWAP;
> #else
>           R200_VC_NO_SWAP;
> #endif

Tried this gears still draw outside the window.

-- 
--------
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 ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to