> This provides an i965 implementation of the > OpenGL ES 3.1 needed function, glMemoryBarrierByRegion. > > Marta Lofstedt (4): > gles/es3.1: Enable dispatch of glMemoryBarrierByRegion > mesa/es3.1: Add driver interface for glMemoryBarrierByRegion > mesa/es3.1: Implement the entry point of MemoryBarrierByRegion > i965/es3.1: Implement glMemoryBarrierByRegion > > src/mapi/glapi/gen/gl_API.xml | 4 ++++ > src/mesa/drivers/dri/i965/brw_program.c | 34 > +++++++++++++++++++++++++++++++++ > src/mesa/main/dd.h | 7 +++++++ > src/mesa/main/shaderimage.c | 9 +++++++++ > src/mesa/main/shaderimage.h | 3 +++ > src/mesa/main/tests/dispatch_sanity.cpp | 3 +-- > 6 files changed, 58 insertions(+), 2 deletions(-) > > -- > 1.9.1 > >
After discussion with Ilia and Matt, it has been decided to squash above patches and remove the driver interface. The V2 for this is in: http://patchwork.freedesktop.org/patch/56180/ /Marta _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev