ok i understand now thanks :D
here's what my glxinfo reports
Code: Select all
enetheru@legit ~ $ glxinfo | grep dxt
GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5,
GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc,
GL_AMD_shader_trinary_minmax, GL_ANGLE_texture_compression_dxt3,
GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable,
GL_EXT_texture_array, GL_EXT_texture_compression_dxt1,
enetheru@legit ~ $ glxinfo | grep s3tc
GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc
GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap,
and hence why it attempts to recompress to ext even when it doesnt need to.
stupid GL extensions are stupid
https://www.opengl.org/registry/specs/S3/s3tc.txt
https://www.opengl.org/registry/specs/E ... n_s3tc.txt
https://www.opengl.org/registry/specs/E ... n_dxt1.txt