[Webkit-unassigned] [Bug 58731] New: [Texmap] [Qt] Do not reset a texture if it comes from imageToTexture pool.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 16 10:54:32 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58731

           Summary: [Texmap] [Qt] Do not reset a texture if it comes from
                    imageToTexture pool.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joybro at company100.net


imageToTexture is a pool of textures to share it between BitmapTextureGLs.

The textures in the pool are already initialized and filled with image data, so they doesn't have to be initialized again when it comes from the pool.

The current implementation always reset the texture whether it is found in the pool or new. This causes a problem that openGL draws a texture, which has garbage data, to screen.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list