Bug 64245 - Cleanup TilingData::textureOffset
Summary: Cleanup TilingData::textureOffset
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Reveman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-10 14:02 PDT by David Reveman
Modified: 2011-07-12 22:13 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.85 KB, patch)
2011-07-10 14:03 PDT, David Reveman
no flags Details | Formatted Diff | Diff
Patch (2.90 KB, patch)
2011-07-10 14:07 PDT, David Reveman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Reveman 2011-07-10 14:02:26 PDT
Cleanup TilingData::textureOffset
Comment 1 David Reveman 2011-07-10 14:03:32 PDT
Created attachment 100237 [details]
Patch
Comment 2 WebKit Review Bot 2011-07-10 14:06:17 PDT
Attachment 100237 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1

Source/WebCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 David Reveman 2011-07-10 14:07:24 PDT
Created attachment 100238 [details]
Patch
Comment 4 Brent Fulgham 2011-07-10 18:46:57 PDT
Comment on attachment 100238 [details]
Patch

What were the two indices used for previously?  Was the original design such that the tiling data would hold multiple textures?

At any rate, this looks fine to me.
Comment 5 David Reveman 2011-07-10 18:59:32 PDT
(In reply to comment #4)
> (From update of attachment 100238 [details])
> What were the two indices used for previously?  Was the original design such that the tiling data would hold multiple textures?

The texture offset previously depended on the tile index. This is not the case since r90646. Landed r90653 Friday as a minimal change to just fix the build. This is just a proper cleanup of that change.
Comment 6 WebKit Review Bot 2011-07-12 22:13:10 PDT
Comment on attachment 100238 [details]
Patch

Clearing flags on attachment: 100238

Committed r90886: <http://trac.webkit.org/changeset/90886>
Comment 7 WebKit Review Bot 2011-07-12 22:13:14 PDT
All reviewed patches have been landed.  Closing bug.