> 
> And 3D-acceleration seems to work! But I get some warnings:
> *********************************WARN_ONCE*********************************
> File r300_state.c function r300Enable line 457
> TODO - double side stencil !
> ***************************************************************************
> No ctx->FragmentProgram._Current!!

That's normal for an experimental unfinished driver like the r300 one.
It's slower than it will be after further optimization. PÜrobably the
warning above means that hardware can do double sided stencil, but it's
not implemented yet in the driver and thus won't work or causes a
software fallback.

Philipp


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to