Re: [webkit-dev] We need OwnPtrHashMap

2010-08-28 Thread Darin Adler
We need Vector too. It has similar issues to HashMap with OwnPtr values, including the ones mentioned by Maciej. For one example, look at CSSParser::m_floatingMediaQueryExpList. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] Accelerated 2D Tesselation Implementation

2010-08-28 Thread Darin Fisher
On Sat, Aug 28, 2010 at 11:32 AM, Adam Barth wrote: > On Sat, Aug 28, 2010 at 7:44 AM, Chris Marrin wrote: > > That's why I still think this should all go into a branch for now. It > will help us all see the results without having to deal with the issues of > (2) right now. > > An alternative to

Re: [webkit-dev] Accelerated 2D Tesselation Implementation

2010-08-28 Thread Adam Barth
On Sat, Aug 28, 2010 at 7:44 AM, Chris Marrin wrote: > That's why I still think this should all go into a branch for now. It will > help us all see the results without having to deal with the issues of (2) > right now. An alternative to a branch is to use a run-time setting. That worked well f

[webkit-dev] deduplicate-results

2010-08-28 Thread Eric Seidel
I'm very glad to see work being done to remove some of our redundant layout test results: http://trac.webkit.org/changeset/66124 I'm curious what the status of that work is. Do we expect all duplicates are gone now? or just chromium's? -eric ___ webkit

Re: [webkit-dev] Accelerated 2D Tesselation Implementation

2010-08-28 Thread Chris Marrin
On Aug 27, 2010, at 5:32 PM, Kenneth Russell wrote: >> ... >> So here's my concern. If you have to multisample for anti-aliasing anyway, >> why not just tesselate the shape at an appropriate sampling resolution and >> multisample the resulting triangle rendering. That would have the >> disadva

Re: [webkit-dev] Accelerated 2D Tesselation Implementation

2010-08-28 Thread Chris Marrin
On Aug 27, 2010, at 4:32 PM, Kenneth Russell wrote: > ... > Since I decided not to attach these files, here are the non-quantized > versions: > > http://www.rawbw.com/~kbrussel/tmp/butterfly.png > http://www.rawbw.com/~kbrussel/tmp/butterfly-o3d.png Another thing we need to discuss are the ren