Kenneth Graunke <kenn...@whitecape.org> writes: > Note that _mesa_BlendBarrierMESA is not currently hooked up in the > glapi XML, so we can just rename it. We'll hook it up for the > KHR_blend_equation_advanced extension shortly. > > XXX: sort out exactly what patches Curro plans to push and when. >
FTR since we discussed this off-list shortly, would it make sense to rename it to BlendBarrier as in the GLES 3.2 spec and make both BlendBarrierKHR and BlendBarrierMESA aliases? > Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> > --- > src/mesa/main/barrier.c | 2 +- > src/mesa/main/barrier.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/main/barrier.c b/src/mesa/main/barrier.c > index 42a5e0f..82ddedb 100644 > --- a/src/mesa/main/barrier.c > +++ b/src/mesa/main/barrier.c > @@ -110,7 +110,7 @@ _mesa_MemoryBarrierByRegion(GLbitfield barriers) > } > > void GLAPIENTRY > -_mesa_BlendBarrierMESA(void) > +_mesa_BlendBarrierKHR(void) > { > GET_CURRENT_CONTEXT(ctx); > > diff --git a/src/mesa/main/barrier.h b/src/mesa/main/barrier.h > index 21dce90..8e60325 100644 > --- a/src/mesa/main/barrier.h > +++ b/src/mesa/main/barrier.h > @@ -48,6 +48,6 @@ void GLAPIENTRY > _mesa_MemoryBarrierByRegion(GLbitfield barriers); > > void GLAPIENTRY > -_mesa_BlendBarrierMESA(void); > +_mesa_BlendBarrierKHR(void); > > #endif /* BARRIER_H */ > -- > 2.9.0 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev