[Mesa-dev] [PATCH v2 1/6] mesa: wire up InvalidateFramebuffer
Frank Richter
frank.richter at dynardo.de
Wed Dec 12 16:38:46 UTC 2018
Hello,
On 12.12.18 16:48, Rob Clark wrote:
> diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
> index 23e49396199..442435655fa 100644
> @@ -4695,14 +4754,23 @@ _mesa_InvalidateNamedFramebufferSubData(GLuint framebuffer,
> invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
> x, y, width, height,
> "glInvalidateNamedFramebufferSubData");
> -}
>
> + discard_sub_framebuffer(ctx, fb, numAttachments, attachments,
> + x, y, width, height);
> +}
From what I can see discard_sub_framebuffer() isn't defined yet. It is
in patch 2/6.
-f.r.
More information about the mesa-dev
mailing list