Keith Whitwell wrote:
Andreas Stenglein wrote:

@keithw: here is another version.

yuvrect.c seems to work
texrect.c still doesnt work

any hints?


I find the radeon_sanity.c output very helpful when things just arent working. Here's a patch to bring it uptodate with your changes. If you run it, you'll see that the hardware just isn't being told anything about these textures, so its no suprise that it doesn't display them properly.

OK, the reason for this is just a typo in import_tex_obj_state(): line 1286 should read:



RADEON_DB_STATECHANGE( rmesa, &rmesa->hw.txr[unit] );


Keith



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to