Bug 28773 - Change functions and constants in CanvasRenderingContext3D to bring it up to spec
Summary: Change functions and constants in CanvasRenderingContext3D to bring it up to ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-27 07:32 PDT by Chris Marrin
Modified: 2009-11-06 16:58 PST (History)
0 users

See Also:


Attachments
Patch (152.44 KB, patch)
2009-08-27 17:56 PDT, Chris Marrin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 2009-08-27 07:32:44 PDT
The latest WebGL (Canvas 3D) spec removes the gl prefix from functions and constants. We need to do that in the WebKit implementation. There are also a couple of other small API changes I will make at the same time.
Comment 1 Chris Marrin 2009-08-27 17:56:30 PDT
Created attachment 38706 [details]
Patch
Comment 2 Chris Marrin 2009-08-27 18:21:17 PDT
Sending        WebCore/ChangeLog
Sending        WebCore/bindings/js/JSCanvasRenderingContext3DCustom.cpp
Sending        WebCore/html/canvas/CanvasRenderingContext3D.cpp
Sending        WebCore/html/canvas/CanvasRenderingContext3D.h
Sending        WebCore/html/canvas/CanvasRenderingContext3D.idl
Sending        WebCore/platform/graphics/GraphicsContext3D.h
Sending        WebCore/platform/graphics/mac/GraphicsContext3DMac.cpp
Transmitting file data .......
Committed revision 47851.
Comment 3 Eric Seidel (no email) 2009-08-27 18:47:00 PDT
Comment on attachment 38706 [details]
Patch

Clearing review flag.