Dieter Nützel wrote:

NONE of your three versions gave me direct rendering?!
I've tested with and without your TLS-patch (progress?).

The symbols are in.
DRI-Mesa/Patches> nm /usr/X11R6-NO-TLS/lib/modules/dri/r200_dri.so | grep r200ReadRGBASpan_ARGB8888
00175714 t r200ReadRGBASpan_ARGB8888
00175be4 t r200ReadRGBASpan_ARGB8888_MMX
00175ad4 t r200ReadRGBASpan_ARGB8888_SSE
001759c4 t r200ReadRGBASpan_ARGB8888_SSE2


But
DRI-Mesa/Patches> nm /usr/X11R6-NO-TLS/lib/modules/dri/r200_dri.so | grep _generic_read_RGBA_span_BGRA8888
U _generic_read_RGBA_span_BGRA8888_REV_MMX
U _generic_read_RGBA_span_BGRA8888_REV_SSE
U _generic_read_RGBA_span_BGRA8888_REV_SSE2


I'm on XFree86 DRI CVS build as long as my distro based on it;-)

You'll have to update the Imakefiles to build in DRI CVS. The problem is that it's not linking (or compiling) ../common/read_rgba_span_x86.o.


BTW The old indirect mode is way faster then direct for me:

It should be several orders of magnitude faster. Afterall, it's actually just doing a memory-to-memory copy instead of reading from the framebuffer.



------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to