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 +
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
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
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