[Mesa-dev] [PATCH 0/4] Implementation of glMemoryBarrierByRegion

marta.lofstedt at linux.intel.com marta.lofstedt at linux.intel.com
Tue Aug 4 01:20:53 PDT 2015


> 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


More information about the mesa-dev mailing list