Bug 76763 - Move WebGL texture compression methods to WebGLRenderingContext
Summary: Move WebGL texture compression methods to WebGLRenderingContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Gregg Tavares
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-20 18:30 PST by Gregg Tavares
Modified: 2012-01-24 01:21 PST (History)
4 users (show)

See Also:


Attachments
Patch (9.83 KB, patch)
2012-01-21 01:57 PST, Gregg Tavares
no flags Details | Formatted Diff | Diff
Patch for landing (10.53 KB, patch)
2012-01-23 11:50 PST, Kenneth Russell
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gregg Tavares 2012-01-20 18:30:15 PST
We implemented the experimental WebGL compression code.

I'll move the methods into WebGLRenderingContext but leave the extension for now.

Another bug will remove the extension and replace it with the new format specific extensions
Comment 1 Gregg Tavares 2012-01-21 01:57:14 PST
Created attachment 123442 [details]
Patch
Comment 2 Kenneth Russell 2012-01-23 11:43:10 PST
Comment on attachment 123442 [details]
Patch

Thanks for handling this; looks great. It looks like the scripts got confused and failed to generate LayoutTests/ChangeLog, but I'll fix that up. r=me
Comment 3 Kenneth Russell 2012-01-23 11:50:52 PST
Created attachment 123591 [details]
Patch for landing
Comment 4 WebKit Review Bot 2012-01-23 20:17:00 PST
Comment on attachment 123591 [details]
Patch for landing

Rejecting attachment 123591 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/LayoutTests/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/11335229
Comment 5 Kenneth Russell 2012-01-23 22:27:21 PST
Darn it. Resubmitting to commit queue.
Comment 6 WebKit Review Bot 2012-01-24 01:21:23 PST
Comment on attachment 123591 [details]
Patch for landing

Clearing flags on attachment: 123591

Committed r105706: <http://trac.webkit.org/changeset/105706>
Comment 7 WebKit Review Bot 2012-01-24 01:21:28 PST
All reviewed patches have been landed.  Closing bug.