From: Jason E. <vip...@gm...> - 2009-07-24 16:43:36
|
I'm currently am trying to use mesa3d in a VMware environment. I compile it on a Windows XP and then copy the DLLs into the VMware environment (Also running Windows XP). My problem is that it doesnt support GL_COMPRESSED_RGB_S3TC_DXT1_EXT for 2D textures. Whenever I try to get my program to run the mesa3d dll returns an invalid enum. I tracked it down to the compressed_texture_error_check and the check that calls is_compressed_format. If I uncompress my textures mesa3d runs just fine. On the host machine the compressed textures run fine as well. So I'm basically asking if support for GL_COMPRESSED_RGB_S3TC_DXT1_EXT can be added to the software driver. |