Bug 95687 - Web Inspector: [WebGL] Bugfix: wrong texture binding target in replay for 3D textures
Summary: Web Inspector: [WebGL] Bugfix: wrong texture binding target in replay for 3D ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Adaikin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-03 06:58 PDT by Andrey Adaikin
Modified: 2012-09-04 05:30 PDT (History)
11 users (show)

See Also:


Attachments
Patch (3.47 KB, patch)
2012-09-03 07:00 PDT, Andrey Adaikin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Adaikin 2012-09-03 06:58:22 PDT
gl.bindTexture accepts either TEXTURE_2D or TEXTURE_CUBE_MAP targets, but we tried to replay with TEXTURE_CUBE_MAP_POSITIVE_X and others for 3D textures.

Patch to follow.
Comment 1 Andrey Adaikin 2012-09-03 07:00:32 PDT
Created attachment 161920 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-04 05:30:12 PDT
Comment on attachment 161920 [details]
Patch

Clearing flags on attachment: 161920

Committed r127459: <http://trac.webkit.org/changeset/127459>
Comment 3 WebKit Review Bot 2012-09-04 05:30:15 PDT
All reviewed patches have been landed.  Closing bug.