Merge remote branch 'origin/master' into gallium_draw_llvm
[mesa.git] / src / mesa / state_tracker / st_cb_fbo.h
index 9a199550d9f45098879cfa93bfb4caab35988250..bea6eb89c3ecf0b7782df89757c37bc7efd7af6a 100644 (file)
@@ -40,6 +40,7 @@ struct st_renderbuffer
    struct pipe_texture *texture;
    struct pipe_surface *surface; /* temporary view into texture */
    enum pipe_format format;  /** preferred format, or PIPE_FORMAT_NONE */
+   GLboolean defined;        /**< defined contents? */
 
    /**
     * Used only when hardware accumulation buffers are not supported.