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
---
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
---
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