http://bugs.freedesktop.org/show_bug.cgi?id=11594
------- Comment #6 from [EMAIL PROTECTED] 2007-07-14 14:34 PST ------- (In reply to comment #5) > but I can not tell anything beyond that. The comment about "broken across many > video" drivers is not my opinion, but just a copy and paste from where I got > it. Whoever wrote it, he's probably wrong :-) > Third: Sorry, I do not even know what S3TC or AFP are. I also have no Idea > what > the code does or should do. I just found an assertion and reported it. So what > should I do now (if I can be of any help with my limited knowledge) ? ;-) > The problem is that vp=0 ? And I should find out why it is 0 ? Did I get that > right ? And what should I print ? If you have no idea about mesa, it may not be easy to debug this. A start would be to use debug builds (sometimes errors in an application can trigger bugs in the driver, and this will print out those errors rather than just passing them back to the app which may silently ignore it) or enable the DEBUG_VP code to print out the vertex program. Or you can wait for somebody else who has the hardware to look at it... -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
