On Thu, Apr 21, 2011 at 3:18 PM, Marek Olšák wrote:
> OK, here's the patch:
>
> galahad,util: warn on resource target mismatch in copy_region
Cool thanks!
Reviewed-by: Jakob Bornecrantz
Cheers Jakob.
>
> diff --git a/src/gallium/auxiliary/util/u_surface.c
> b/src/gallium/auxiliary/util/u_s
OK, here's the patch:
galahad,util: warn on resource target mismatch in copy_region
diff --git a/src/gallium/auxiliary/util/u_surface.c
b/src/gallium/auxiliary/util/u_surfac
index 43a0266..4c5cc4d 100644
--- a/src/gallium/auxiliary/util/u_surface.c
+++ b/src/gallium/auxiliary/util/u_surface.c
On Thu, Apr 21, 2011 at 2:47 PM, Marek Olšák wrote:
> On Thu, Apr 21, 2011 at 1:19 PM, Jakob Bornecrantz
> wrote:
>>
>> On Thu, Apr 21, 2011 at 1:11 PM, Marek Olšák wrote:
>> > Hi,
>> >
>> > This little series implements CopyBufferSubData via resource_copy_region
>> > and adds a fallback impleme
On Thu, Apr 21, 2011 at 1:19 PM, Jakob Bornecrantz wrote:
> On Thu, Apr 21, 2011 at 1:11 PM, Marek Olšák wrote:
> > Hi,
> >
> > This little series implements CopyBufferSubData via resource_copy_region
> and adds a fallback implementation to all drivers. Now drivers can implement
> a fast path for
Looks good to me.
Jose
- Original Message -
> Hi,
>
> This little series implements CopyBufferSubData via
> resource_copy_region and adds a fallback implementation to all
> drivers. Now drivers can implement a fast path for CopyBufferSubData
> instead of always defaulting to the software
On Thu, Apr 21, 2011 at 1:11 PM, Marek Olšák wrote:
> Hi,
>
> This little series implements CopyBufferSubData via resource_copy_region and
> adds a fallback implementation to all drivers. Now drivers can implement a
> fast path for CopyBufferSubData instead of always defaulting to the software
Hi,
This little series implements CopyBufferSubData via resource_copy_region and
adds a fallback implementation to all drivers. Now drivers can implement a fast
path for CopyBufferSubData instead of always defaulting to the software path.
I have tested this series with glean/bufferObject on r60