Mesa (master): gallium/util: add states relevant to geometry shaders

Zack Rusin zack at kemper.freedesktop.org
Thu Dec 2 20:46:32 UTC 2010


Module: Mesa
Branch: master
Commit: e737b9294aa63a69b9041eedcd858d9535ccfe2d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e737b9294aa63a69b9041eedcd858d9535ccfe2d

Author: Zack Rusin <zackr at vmware.com>
Date:   Thu Dec  2 15:49:36 2010 -0500

gallium/util: add states relevant to geometry shaders

---

 src/gallium/auxiliary/util/u_dirty_flags.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_dirty_flags.h b/src/gallium/auxiliary/util/u_dirty_flags.h
index 7e1be45..40539f0 100644
--- a/src/gallium/auxiliary/util/u_dirty_flags.h
+++ b/src/gallium/auxiliary/util/u_dirty_flags.h
@@ -24,5 +24,9 @@
 #define U_NEW_VERTEX_BUFFER         0x10000
 #define U_NEW_QUERY                 0x20000
 #define U_NEW_DEPTH_STENCIL         0x40000
+#define U_NEW_GS                    0x80000
+#define U_NEW_GS_CONSTANTS          0x100000
+#define U_NEW_GS_SAMPLER_VIEW       0x200000
+#define U_NEW_GS_SAMPLER_STATES     0x400000
 
 #endif




More information about the mesa-commit mailing list