From 8c3b5cf943808faa7c57c19a2b4c7b6fffe653d6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 7 Oct 2011 08:22:35 -0600 Subject: [PATCH] mesa: update gl_texture_image comments --- src/mesa/main/mtypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index c97c0bf..d329bee 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 { -- 2.7.4