Felix Kühling wrote:
mesa/main/texcompress_fxt1.c defines fxt1_decode_1 as static. But mesa/drivers/dri/tdfx/tdfx_tex.c declares it as extern and tries to call it directly. It looks like Brian accidentally changed this function to static in revision 1.25 of texcompress_fxt1.c on Sep 10. I havn't checked if the Mesa 6.4 branch is affected too, but if it is this should be fixed in both places.
I had only made it static on the trunk. I've undone that now. -Brian ------------------------------------------------------- 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_idv37&alloc_id865&op=click _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
