[Bug 100925] [HSW/BSW/BDW/SKL] Google Earth is not resolving all the details in the map correctly
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue May 9 03:58:56 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=100925
--- Comment #10 from Gary Wang <gary.c.wang at intel.com> ---
I saw internal format was 0x8058 GL_RGBA8_EXT but not GL_RGB8_EXT
...
glPixelStorei(pname = GL_UNPACK_ALIGNMENT, param = 1)
glCompressedTexImage2D(target = GL_TEXTURE_CUBE_MAP_NEGATIVE_X, level = 0,
internalformat = GL_COMPRESSED_RGB_S3TC_DXT1_EXT, width = 256, height = 256,
border = 0, imageSize = 32768, data = blob(32768))
glPixelStorei(pname = GL_UNPACK_ALIGNMENT, param = 1)
glGetGraphicsResetStatus() = GL_ZERO
glCompressedTexImage2D(target = GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, level = 0,
internalformat = GL_COMPRESSED_RGB_S3TC_DXT1_EXT, width = 256, height = 256,
border = 0, imageSize = 32768, data = blob(32768))
...
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20170509/044a6e2b/attachment.html>
More information about the intel-3d-bugs
mailing list