https://bugs.freedesktop.org/show_bug.cgi?id=55817
--- Comment #3 from Brian Paul <brian.e.p...@gmail.com> --- I'm assuming you're still using "Gallium 0.4 on AMD JUNIPER". It looks like the error in 8.0.4 is coming from a glCompressedTexImage2D(internalFormat=GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, width=511, height=256) call since width=511 is not a multiple of the block size. That error check has been removed from Mesa 9.0 and later but I don't think this is the cause of the rendering issue since it appears that the texture in question is never actually used during drawing (at least for as far as your trace recorded). Plus, the compressed image is all zeros. I think the rendering problem is something else. Perhaps you can use qapitrace to dig into the trace a bit further and find the bad texture when it's drawn. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev