Re: [Mesa-dev] [PATCH 00/13] execbuf2 support for i915g

2010-11-20 Thread Daniel Vetter
On Sat, Nov 20, 2010 at 08:33:06PM +0100, Jakob Bornecrantz wrote: > Do you have commit access? Or should I push the patches for you? Not for mesa. I'll probably apply for that some when later. Anyway, for the first patches I prefer if you would push the patches (and take a close at them while doi

Re: [Mesa-dev] [PATCH 00/13] execbuf2 support for i915g

2010-11-20 Thread Jakob Bornecrantz
On Fri, Nov 19, 2010 at 11:38 PM, Daniel Vetter wrote: > Hi all, Hi Daniel its awesome to see somebody else being interested in the i915g driver. > > This is my first stab at creating havoc in i915g. This cleans up a few > obsoletes things and implements execbuf2 support. This way the kernel isn

[Mesa-dev] [PATCH 00/13] execbuf2 support for i915g

2010-11-19 Thread Daniel Vetter
Hi all, This is my first stab at creating havoc in i915g. This cleans up a few obsoletes things and implements execbuf2 support. This way the kernel isn't forced to allocate a fence anymore if it's not needed. [Note: fence = the intel hw thingy needed for tiling, not a gallium execution fence]. i