<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [HSW/BSW/BDW/SKL] Google Earth is not resolving all the details in the map correctly"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100925#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [HSW/BSW/BDW/SKL] Google Earth is not resolving all the details in the map correctly"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100925">bug 100925</a>
              from <span class="vcard"><a class="email" href="mailto:gary.c.wang@intel.com" title="Gary Wang <gary.c.wang@intel.com>"> <span class="fn">Gary Wang</span></a>
</span></b>
        <pre>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))
...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>