On Fri, Aug 2, 2019 at 3:03 PM Ian Romanick wrote:
>
> On 8/2/19 1:13 PM, Fritz Koenig wrote:
> > Hi,
> >
> > I would like to be able to use the MESA_framebuffer_flip_y extension
> > in GLES 3.0. The blocker is that FramebufferParameteri is not part of
> > GLES 3.0. I have explored a couple of w
On 8/2/19 1:13 PM, Fritz Koenig wrote:
> Hi,
>
> I would like to be able to use the MESA_framebuffer_flip_y extension
> in GLES 3.0. The blocker is that FramebufferParameteri is not part of
> GLES 3.0. I have explored a couple of ways of achieving this.
>
> 1. FramebufferParameteri was first
I made another pass and I think I solved it in the correct way. I
think the problem was that the test needed to be updated to take into
consideration that the extension can apply to GLES 3.0 and not just
GLES 3.1.
On Fri, Aug 2, 2019 at 1:13 PM Fritz Koenig wrote:
>
> Hi,
>
> I would like to be
Hi,
I would like to be able to use the MESA_framebuffer_flip_y extension
in GLES 3.0. The blocker is that FramebufferParameteri is not part of
GLES 3.0. I have explored a couple of ways of achieving this.
1. FramebufferParameteri was first provided by the GL extension
ARB_framebuffer_no_attac