Re: [Mesa-dev] [PATCH 4/9] st/mesa: add st_CopyImageSubData() function

2015-08-27 Thread Brian Paul
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,

Re: [Mesa-dev] [PATCH 4/9] st/mesa: add st_CopyImageSubData() function

2015-08-27 Thread Ilia Mirkin
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

Re: [Mesa-dev] [PATCH 4/9] st/mesa: add st_CopyImageSubData() function

2015-08-24 Thread Marek Olšák
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