[Mesa-dev] [PATCH 5/9] gallium: add new PIPE_CAP_COPY_IMAGE

2015-08-27 Thread Brian Paul
In principle, since all gallium drivers implement pipe_context:: resource_copy_region() they should all support GL_ARB_copy_image but until that's true and verified, drivers must opt-in to support this feature. Reviewed-by: Marek Olšák --- src/gallium/drivers/freedreno/freedreno_screen.c | 1 +

Re: [Mesa-dev] [PATCH 5/9] gallium: add new PIPE_CAP_COPY_IMAGE

2015-08-25 Thread Brian Paul
On Mon, Aug 24, 2015 at 6:50 PM, Marek Olšák wrote: > On Tue, Aug 25, 2015 at 1:04 AM, Brian Paul wrote: > > In principle, all gallium drivers that implement pipe_context:: > > clear_render_target() and clear_depth_stencil() and the right surface > > clear? really? anyway: > Ugh. Another inter

Re: [Mesa-dev] [PATCH 5/9] gallium: add new PIPE_CAP_COPY_IMAGE

2015-08-24 Thread Marek Olšák
On Tue, Aug 25, 2015 at 1:04 AM, Brian Paul wrote: > In principle, all gallium drivers that implement pipe_context:: > clear_render_target() and clear_depth_stencil() and the right surface clear? really? anyway: Reviewed-by: Marek Olšák Marek ___ mes

[Mesa-dev] [PATCH 5/9] gallium: add new PIPE_CAP_COPY_IMAGE

2015-08-24 Thread Brian Paul
In principle, all gallium drivers that implement pipe_context:: clear_render_target() and clear_depth_stencil() and the right surface formats should be able to support GL_ARB_copy_image but until that's true and verified, drivers must opt-in to support this feature. --- src/gallium/drivers/freedre