From: Brian Paul Date: Thu, 6 Aug 2009 17:40:06 +0000 (-0600) Subject: intel: minor context comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=922ef4a119ca9c7a8220843b47b890c277c29fc8;p=mesa.git intel: minor context comments --- diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h index e93eb1f293c..2b138290821 100644 --- a/src/mesa/drivers/dri/intel/intel_context.h +++ b/src/mesa/drivers/dri/intel/intel_context.h @@ -80,9 +80,13 @@ extern void intelFallback(struct intel_context *intel, GLuint bit, #define INTEL_MAX_FIXUP 64 + +/** + * intel_context is derived from Mesa's context class: GLcontext. + */ struct intel_context { - GLcontext ctx; /* the parent class */ + GLcontext ctx; /**< base class, must be first field */ struct {