Re: [webkit-dev] WebKit + OpenCL

2012-11-23 Thread Dirk Schulze

On Nov 23, 2012, at 2:43 PM, Andreas Kling  wrote:

> Hi folks,
> 
> Do we really think it's a good idea to add yet another implementation of 
> filters?
> 
> We already have generic, NEON-optimized and WTF::ParallelJobs (which includes 
> generic, OpenMP and libdispatch backends) implementations of this code, and 
> now we're adding OpenCL too.
> 
> On the WebKit Project Goals page , 
> it states that:
> 
> "WebKit is an engineering project not a science project. For new features to 
> be adopted into WebKit, we strongly prefer for the technology or at least the 
> use case for it to be proven."
> 
> Correct me if I'm wrong, but we don't see much use of these features on the 
> web. I understand that there's a bit of a chicken/egg problem where a feature 
> won't be interesting to content creators until it performs well enough, but 
> it seems like we could at least decide on a single path forward instead of 
> repeatedly forking the code.

I designed the current SVG Filters implementation in a way that hopefully make 
it possible to implement HW accelerated filters on top of it. Skia and NEON 
already go this path. I am not defending the OpenCL implementation for SVG 
Filters per se, but different platform dependent solutions were expected and 
wanted. Software filters were designed to be a fallback if an implementation 
does not provide HW acceleration (yet). I hope that we see a Core Image version 
of filters in the near future as well. The code for that is in the history of 
the repository already.

Greetings,
Dirk

> 
> -Kling
> 
> On Nov 21, 2012, at 7:30 PM, Zoltan Herczeg  wrote:
> 
>> Hi,
>> 
>> we start upstreaming some OpenCL optimizations into WebKit.
>> 
>> This is the master bug:
>> https://bugs.webkit.org/show_bug.cgi?id=70099
>> 
>> Regards,
>> Zoltan
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit + OpenCL

2012-11-23 Thread Andreas Kling
Hi folks,

Do we really think it's a good idea to add yet another implementation of 
filters?

We already have generic, NEON-optimized and WTF::ParallelJobs (which includes 
generic, OpenMP and libdispatch backends) implementations of this code, and now 
we're adding OpenCL too.

On the WebKit Project Goals page , 
it states that:

"WebKit is an engineering project not a science project. For new features to be 
adopted into WebKit, we strongly prefer for the technology or at least the use 
case for it to be proven."

Correct me if I'm wrong, but we don't see much use of these features on the 
web. I understand that there's a bit of a chicken/egg problem where a feature 
won't be interesting to content creators until it performs well enough, but it 
seems like we could at least decide on a single path forward instead of 
repeatedly forking the code.

-Kling

On Nov 21, 2012, at 7:30 PM, Zoltan Herczeg  wrote:

> Hi,
> 
> we start upstreaming some OpenCL optimizations into WebKit.
> 
> This is the master bug:
> https://bugs.webkit.org/show_bug.cgi?id=70099
> 
> Regards,
> Zoltan
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WinLauncher Fail to launch

2012-11-23 Thread Chris Hatko
Depending  on how long ago he pulled (i think this was fixed in later
revisions), you may need to do the following:


In /Tools/win/DllLaunchermain.cpp Comment out:

//if (!modifyPath(programName))

// return 1;
To not check for apple products.


On Fri, Nov 23, 2012 at 12:16 PM, Brent Fulgham  wrote:

> Hi Rakesh,
>
> If you build the WinCairo port, you don't need iTunes or Safari to be
> installed.
>
> -Brent
>
> Sent from my iPhone
>
> On Nov 23, 2012, at 12:49 AM, Rakesh Sadhu 
> wrote:
>
>  Hi All,
> My Webkit Launches now .
> I needed Safari  and ITunes to be installed .
> I'd like to request Webkit.org  that please add these requirements as
> well.
> My Winlauncher/Minibrowser launch was failing and after debugging i
> noticed it  fails in reading registry and couldn't find certain packages ,
> and was getting CFNetwork.dll missing error as well.
> And After googling i noticed it comes along with Itunes.
> thanks
>
> --
> From: rakeshsa...@hotmail.com
> To: bfulg...@gmail.com
> Date: Wed, 21 Nov 2012 09:49:12 +0530
> CC: webkit-dev@lists.webkit.org
> Subject: Re: [webkit-dev] WinLauncher Fail to launch
>
>  Hi,
> I tried using WinWinlauncher as well , i get the same error
> http://pastebin.com/jMikyxWb
>
> Am I missing some packages?
> regards
> rsadhu
>
>
> --
> CC: webkit-dev@lists.webkit.org
> From: bfulg...@gmail.com
> Subject: Re: [webkit-dev] WinLauncher Fail to launch
> Date: Tue, 20 Nov 2012 19:55:54 -0800
> To: rakeshsa...@hotmail.com
>
> Hi Rakesh,
>
> The WinCairo port only has a partially functional WebKit2 port.
> Consequently, MiniBrowser does not launch.
>
> You must run the WinLauncherLauncher target to see a working program. The
> WinLauncher project builds a DLL that holds the a trial program logic, but
> does not run as an executable.  This came about during the start if the
> WebKit2 work (WK2 runs as an external process to the main program
> executable, hence the new *LauncherLauncher projects.)
>
> -Brent
>
> Sent from my iPhone
>
> On Nov 20, 2012, at 7:45 PM, Rakesh Sadhu  wrote:
>
>  Dear  All,
> I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug
> as well release mode .
> When I try to launch WinLauncher , MiniBrowser they fail to launch.
> I tried to launch using VS2005 also , and i get following console
> Messages.:
> http://pastebin.com/mkzT0k5g
>
> Kindly do provide some pointers .
>
> regards
> rsadhu
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
> ___ webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WinLauncher Fail to launch

2012-11-23 Thread Brent Fulgham
Hi Rakesh,

If you build the WinCairo port, you don't need iTunes or Safari to be installed.

-Brent

Sent from my iPhone

On Nov 23, 2012, at 12:49 AM, Rakesh Sadhu  wrote:

> Hi All,
> My Webkit Launches now .
> I needed Safari  and ITunes to be installed .
> I'd like to request Webkit.org  that please add these requirements as well.
> My Winlauncher/Minibrowser launch was failing and after debugging i noticed 
> it  fails in reading registry and couldn't find certain packages ,
> and was getting CFNetwork.dll missing error as well.
> And After googling i noticed it comes along with Itunes.
> thanks
> 
> From: rakeshsa...@hotmail.com
> To: bfulg...@gmail.com
> Date: Wed, 21 Nov 2012 09:49:12 +0530
> CC: webkit-dev@lists.webkit.org
> Subject: Re: [webkit-dev] WinLauncher Fail to launch
> 
> Hi,
> I tried using WinWinlauncher as well , i get the same error 
> http://pastebin.com/jMikyxWb
> 
> Am I missing some packages?
> regards
> rsadhu
> 
> 
> CC: webkit-dev@lists.webkit.org
> From: bfulg...@gmail.com
> Subject: Re: [webkit-dev] WinLauncher Fail to launch
> Date: Tue, 20 Nov 2012 19:55:54 -0800
> To: rakeshsa...@hotmail.com
> 
> Hi Rakesh,
> 
> The WinCairo port only has a partially functional WebKit2 port. Consequently, 
> MiniBrowser does not launch.
> 
> You must run the WinLauncherLauncher target to see a working program. The 
> WinLauncher project builds a DLL that holds the a trial program logic, but 
> does not run as an executable.  This came about during the start if the 
> WebKit2 work (WK2 runs as an external process to the main program executable, 
> hence the new *LauncherLauncher projects.)
> 
> -Brent
> 
> Sent from my iPhone
> 
> On Nov 20, 2012, at 7:45 PM, Rakesh Sadhu  wrote:
> 
> Dear  All,
> I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug as 
> well release mode .
> When I try to launch WinLauncher , MiniBrowser they fail to launch.
> I tried to launch using VS2005 also , and i get following console Messages.:
> http://pastebin.com/mkzT0k5g
> 
> Kindly do provide some pointers .
> 
> regards
> rsadhu
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___ webkit-dev mailing list 
> webkit-dev@lists.webkit.org 
> http://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WinLauncher Fail to launch

2012-11-23 Thread Rakesh Sadhu

Hi All,My Webkit Launches now .I needed Safari  and ITunes to be installed .I'd 
like to request Webkit.org  that please add these requirements as well.My 
Winlauncher/Minibrowser launch was failing and after debugging i noticed it  
fails in reading registry and couldn't find certain packages ,and was getting 
CFNetwork.dll missing error as well.And After googling i noticed it comes along 
with Itunes.thanks

From: rakeshsa...@hotmail.com
To: bfulg...@gmail.com
Date: Wed, 21 Nov 2012 09:49:12 +0530
CC: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] WinLauncher Fail to launch





Hi,
I tried using WinWinlauncher as well , i get the same error 
http://pastebin.com/jMikyxWb

Am I missing some packages?
regards
rsadhu


CC: webkit-dev@lists.webkit.org
From: bfulg...@gmail.com
Subject: Re: [webkit-dev] WinLauncher Fail to launch
Date: Tue, 20 Nov 2012 19:55:54 -0800
To: rakeshsa...@hotmail.com

Hi Rakesh,
The WinCairo port only has a partially functional WebKit2 port. Consequently, 
MiniBrowser does not launch.
You must run the WinLauncherLauncher target to see a working program. The 
WinLauncher project builds a DLL that holds the a trial program logic, but does 
not run as an executable.  This came about during the start if the WebKit2 work 
(WK2 runs as an external process to the main program executable, hence the new 
*LauncherLauncher projects.)
-Brent

Sent from my iPhone
On Nov 20, 2012, at 7:45 PM, Rakesh Sadhu  wrote:





Dear  All,
I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug as 
well release mode .
When I try to launch WinLauncher , MiniBrowser they fail to launch.
I tried to launch using VS2005 also , and i get following console Messages.:
http://pastebin.com/mkzT0k5g

Kindly do provide some pointers .

regards
rsadhu
  

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev
  

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev 
  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev