On Sat, 3 Jun 2006 05:04:04 +0200
"Jacek Poplawski" <[EMAIL PROTECTED]> wrote:

> I am trying to run http://maniadrive.raydium.org/ on Radeon 9800 with
> Mesa CVS.
> 3D view in the menu background works, but when I want to play I see:
> 
> *********************************WARN_ONCE*********************************
> File r300_vertexprog.c function r300_translate_vertex_shader line 564
> Ran out of temps, num temps 13, us 12
> ***************************************************************************

Software tcl will be used in this case.

> *********************************WARN_ONCE*********************************
> File r300_vertexprog.c function t_dst_index line 178
> Unknown output 13
> ***************************************************************************
> mania_drive.static: tnl/t_vb_arbprogram.c:1249:
> run_arb_vertex_program: Assertion `p' failed.
> 
> Is there a way to disable vertex programs?
> 

r300_run_tcl_render has line saying:
vp->native = GL_FALSE;

You shouldn't need to disable them though as iv already fixed this bug
in cvs. You probably want to disable stencil shadows to get reasonable
performance.

-- 
Aapo Tahkola


--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to