From: Brian Paul Date: Fri, 7 Oct 2011 14:22:35 +0000 (-0600) Subject: mesa: update gl_texture_image comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c3b5cf943808faa7c57c19a2b4c7b6fffe653d6;p=mesa.git mesa: update gl_texture_image comments --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index c97c0bf80af..d329bee8006 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1231,8 +1231,8 @@ typedef enum /** - * Texture image state. Describes the dimensions of a texture image, - * the texel format and pointers to Texel Fetch functions. + * Texture image state. Drivers will typically create a subclass of this + * with extra fields for memory buffers, etc. */ struct gl_texture_image {