Re: [webkit-dev] Some thoughts on WebCL

2013-04-19 Thread Filip Pizlo
On Apr 19, 2013, at 10:17 PM, Zoltan Herczeg wrote: > Hi, > >> First, we think of WebCL more like a specialized toolbox for >> JavaScriptlibrary providers, specifically those targeting compute >> intensive use >> cases. Areas such as image/photo editing, video and audio processing, >> physical

Re: [webkit-dev] Enabling Experimental Features

2013-04-19 Thread Timothy Hatcher
On Apr 19, 2013, at 6:15 PM, Bear Travis wrote: > What do folks think about adding a mechanism for users to toggle features > like this on in WebKit nightlies? I don't have a definite approach yet, but > wanted to float the idea for feedback. I like the idea. Having things off for everyone bu

[webkit-dev] Enabling Experimental Features

2013-04-19 Thread Bear Travis
Hello WebKit, Recently, I've been thinking that it would be great to be able to enable experimental features in the WebKit nightlies. It seems like it would be valuable for folks using the nightlies to have the ability to opt-in and test-drive new features that are not yet shipping by default.

[webkit-dev] Some thoughts on WebCL

2013-04-19 Thread Antonio Gomes
Hi. Over the past year and a half Khronos has been working on a specification for WebCL - a JavaScript API that exposes GPUs and multi-core processors for computational tasks. Samsung and others have developed various prototype implementations. Recently we have been updating our WebKit-based impl

Re: [webkit-dev] OpenVG backend

2013-04-19 Thread Martin Robinson
On Tue, Apr 9, 2013 at 6:55 PM, Jeff Rogers wrote: > BlackBerry/RIM is no longer using the OpenVG backend and we are ok with > removing it (we were the original contributors). Thanks for the reply. Patch posted here:https://bugs.webkit.org/show_bug.cgi?id=114881 --Martin