On 08/27/2015 05:59 PM, Ilia Mirkin wrote:
You need to rip out the st_CopyImageSubData I already added in
st_cb_texture.c (I think).
Yes, I created my feature branch before you added that code. I'll have
to rebase onto master. A patch to remove your code will be trivial.
-Brian
On Thu,
You need to rip out the st_CopyImageSubData I already added in
st_cb_texture.c (I think).
On Thu, Aug 27, 2015 at 7:47 PM, Brian Paul wrote:
> From: Neha Bhende
>
> Basically, get the src/dst pipe_resource surfaces and call the
> pipe_context::resource_copy_region() function.
>
> Reviewed-by: Ma
Reviewed-by: Marek Olšák
Marek
On Tue, Aug 25, 2015 at 1:04 AM, Brian Paul wrote:
> From: Neha Bhende
>
> Basically, get the src/dst pipe_resource surfaces and call the
> pipe_context::resource_copy_region() function.
>
> Reviewed-by: Brian Paul
> ---
> src/mesa/Makefile.sources