Sergio Monteiro Basto wrote:
Hi Roland,

I am trying testing s3tc with q3demo adding -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DHAVE_ALIAS
but I am getting this error :
Mesa 6.4.1 implementation error: bad S wrap mode in r200SetTexWrap
Please report at bugzilla.freedesktop.org
Mesa 6.4.1 implementation error: bad T wrap mode in r200SetTexWrap
Please report at bugzilla.freedesktop.org
Mesa 6.4.1 implementation error: bad R wrap mode in r200SetTexWrap
Please report at bugzilla.freedesktop.org

any idea of what this might be ?
That's weird, looks like an impossible error (can not be caused by direct opengl call, as invalid values wouldn't get past main mesa's error checking, that would only leave some unitialized texture object as a possible cause, since r200SetTexWrap accepts all possible values). Are you sure that build runs with anything at all? I've tried to track down "impossible" errors in the past, and they are often caused by partial recompiles (xorg monolith absolutely _needs_ make World after Imake changes in my experience, and btw the same is sometimes true for builds within mesa itself too (make clean should do the trick there)). Otherwise, I'm unsure what the -DPTHREADS and -DHAVE_ALIAS switches actually do. Maybe they conflict with other options (some xthreads stuff maybe?) which are used in the xorg build.

Roland


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to