WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
44455
Remove references to ArrayBuffer and ArrayBufferView from GraphicsContext3D
https://bugs.webkit.org/show_bug.cgi?id=44455
Summary
Remove references to ArrayBuffer and ArrayBufferView from GraphicsContext3D
Kenneth Russell
Reported
2010-08-23 14:01:47 PDT
The fact that GraphicsContext3D references the ArrayBuffer and ArrayBufferView types makes it difficult to reuse outside of WebGL, and is also a layering violation. GraphicsContext3D should refer only to void* (and a size argument) in these situations.
Attachments
Patch
(19.58 KB, patch)
2010-08-23 15:52 PDT
,
Kenneth Russell
dglazkov
: review+
kbr
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kenneth Russell
Comment 1
2010-08-23 15:52:25 PDT
Created
attachment 65168
[details]
Patch From the ChangeLog: Updated Safari, Qt and Chromium WebGL ports to avoid referencing ArrayBuffer and ArrayBufferView types from GraphicsContext3D. Ran all WebGL layout tests; no new regressions. Built and tested WebKit on Mac OS X; built Chromium on Mac OS X and Linux.
Dimitri Glazkov (Google)
Comment 2
2010-08-23 15:59:37 PDT
Comment on
attachment 65168
[details]
Patch ok.
Kenneth Russell
Comment 3
2010-08-23 16:07:37 PDT
Committed
r65839
: <
http://trac.webkit.org/changeset/65839
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug