Mesa (master): mesa: added GLcontext::Meta field for meta rendering state

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 10 19:59:38 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug 10 13:43:50 2009 -0600

mesa: added GLcontext::Meta field for meta rendering state

---

 src/mesa/main/mtypes.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 48f00b4..e447e4c 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -83,6 +83,7 @@
 /*@{*/
 struct _mesa_HashTable;
 struct gl_attrib_node;
+struct gl_meta_state;
 struct gl_pixelstore_attrib;
 struct gl_program_cache;
 struct gl_texture_format;
@@ -2982,6 +2983,8 @@ struct __GLcontextRec
    struct gl_buffer_object *CopyWriteBuffer; /**< GL_ARB_copy_buffer */
    /*@}*/
 
+   struct gl_meta_state *Meta;  /**< for "meta" operations */
+
 #if FEATURE_EXT_framebuffer_object
    struct gl_renderbuffer *CurrentRenderbuffer;
 #endif




More information about the mesa-commit mailing list