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

This commit is contained in:
Brian Paul 2009-08-10 13:43:50 -06:00
parent b4c9569715
commit e9d9dab0cd

View file

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