| Summary: | radeon-rewrite r200: Error messages during rendering | ||
|---|---|---|---|
| Product: | DRI | Reporter: | Stefan Dösinger <stefandoesinger> |
| Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | DRI git | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Stefan Dösinger
2009-05-05 05:57:49 UTC
I've pushed a (totally untested) fix for the section size mismatch (though maybe should get rid of the conditional there since it's always going to be true). I don't think though this will fix other issues. Works for glxgears(no more errors), but in other apps there are still similar complains: This is etracer(in the main menu, before the glDrawArrays crash): $ etracer Extreme TuxRacer SVN Development -- http://www.extremetuxracer.com (c) 2007 The ETRacer team (c) 2004-2005 The PPRacer team (c) 1999-2001 Jasmin F. Patry<jfpatry@sunspirestudios.com> ETRacer comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See http://www.gnu.org/copyleft/gpl.html for details. %%% etracer warning: Attempt to bind to Texture unloaded texture: `b-herring_run_icon' CS section size missmatch start at (r200_state_init.c,tex_emit_cs,603) 15 vs 13 CS section end at (r200_state_init.c,tex_emit_cs,625) CS section size missmatch start at (r200_state_init.c,tex_emit_cs,603) 15 vs 13 CS section end at (r200_state_init.c,tex_emit_cs,625) CS section size missmatch start at (r200_state_init.c,tex_emit_cs,603) 15 vs 13 CS section end at (r200_state_init.c,tex_emit_cs,625) I'll see if I can find other error locations in other apps. I've pushed a fix for another section size mismatch, I think that should be the last one at least in that area... Yep, the warnings seem to be gone, so I consider this fixed. If I run across another warning I'll reopen. Here's one more. It was uncovered by the proposed patch to bug 21531: CS section size missmatch start at (r200_cmdbuf.c,r200EmitVertexAOS,249) 5 vs 7 CS section end at (r200_cmdbuf.c,r200EmitVertexAOS,254) I guess the section size mismatch is not caused by the same bug as the NULL ptr deref the patch fixes, so I reopen this bug. Fixed with 8308bf9ee155b405ad42e6621daf33a108330418, closing the bug. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.