Module: Mesa Branch: master Commit: b15b1faefdf403b727ec416addc3f4ae16feb5c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b15b1faefdf403b727ec416addc3f4ae16feb5c0
Author: Nicolai Hähnle <nicolai.haeh...@amd.com> Date: Thu Mar 17 19:49:03 2016 -0500 gallium: add PIPE_BARRIER_STREAMOUT_BUFFER Reviewed-by: Edward O'Callaghan <eocallag...@alterapraxis.com> Reviewed-by: Marek Olšák <marek.ol...@amd.com> --- src/gallium/include/pipe/p_defines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 90af7a7..8257b4a 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -367,6 +367,7 @@ enum pipe_flush_flags #define PIPE_BARRIER_TEXTURE (1 << 7) #define PIPE_BARRIER_IMAGE (1 << 8) #define PIPE_BARRIER_FRAMEBUFFER (1 << 9) +#define PIPE_BARRIER_STREAMOUT_BUFFER (1 << 10) /** * Resource binding flags -- state tracker must specify in advance all _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-commit