Bug 48247 - TextureMapperGL get the driver info log but do not use it
Summary: TextureMapperGL get the driver info log but do not use it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P5 Trivial
Assignee: Benjamin Poulain
URL:
Keywords: Qt, QtTriaged
Depends on: 47070
Blocks:
  Show dependency treegraph
 
Reported: 2010-10-25 09:01 PDT by Benjamin Poulain
Modified: 2010-10-29 15:01 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.25 KB, patch)
2010-10-25 09:09 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2010-10-25 09:01:33 PDT
After compiling the GL programs, the implementation query the info log of the driver with glGetProgramInfoLog(). The result is not used, I think this part is remaining from debug informations used in development.
Comment 1 Benjamin Poulain 2010-10-25 09:09:32 PDT
Created attachment 71758 [details]
Patch
Comment 2 WebKit Commit Bot 2010-10-29 15:01:44 PDT
Comment on attachment 71758 [details]
Patch

Clearing flags on attachment: 71758

Committed r70933: <http://trac.webkit.org/changeset/70933>
Comment 3 WebKit Commit Bot 2010-10-29 15:01:49 PDT
All reviewed patches have been landed.  Closing bug.