From f5702230e0071c272d2dffd00b317d68042eb783 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Tue, 23 May 2017 16:46:59 -0700 Subject: [PATCH] i965: Document type of GLuint __DRIimage::format MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's either a mesa_format or mesa_array_format. Reviewed-by: Tapani Pälli --- src/mesa/drivers/dri/i965/intel_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/intel_image.h b/src/mesa/drivers/dri/i965/intel_image.h index ad426910e41..cf0610540fc 100644 --- a/src/mesa/drivers/dri/i965/intel_image.h +++ b/src/mesa/drivers/dri/i965/intel_image.h @@ -70,7 +70,7 @@ struct __DRIimageRec { uint32_t pitch; /**< in bytes */ GLenum internal_format; uint32_t dri_format; - GLuint format; + GLuint format; /**< mesa_format or mesa_array_format */ uint64_t modifier; /**< fb modifier (fourcc) */ uint32_t offset; -- 2.30.2