[Mesa-dev] [PATCH 1/2] gallium/include/pipe: Added interface for atomic counter buffers in pipe

2015-01-05 Thread adityaatluri
created by the compiler */ +}; /** * A stream output target. The structure specifies the range vertices can -- 1.9.1 From c80ca0e4704b8fc325e109d1770f6c4900d14cec Mon Sep 17 00:00:00 2001 From: adityaatluri Date: Sun, 4 Jan 2015 16:37:43 -0500 Subject: [PATCH 2/2] drivers/r600: added atomic buf

[Mesa-dev] [PATCH] gallium/include/pipe: Added interface for atomic counter buffers in pipe

2014-11-15 Thread adityaatluri
--- src/gallium/include/pipe/p_context.h | 5 + src/gallium/include/pipe/p_defines.h | 7 ++- src/gallium/include/pipe/p_state.h | 10 ++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h

[Mesa-dev] [PATCH] mesa/state_tracker: Added atomic buffer counter bindings to shaders in mesa state tracker

2014-10-24 Thread adityaatluri
--- src/mesa/main/mtypes.h| 34 +++ src/mesa/state_tracker/st_atom.c | 3 + src/mesa/state_tracker/st_atom.h | 3 + src/mesa/state_tracker/st_atom_constbuf.c | 96 +++ 4 files changed, 136 insertions(+) diff --git a/src/m