projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2452478
)
intel: update intel_texture_image comment
author
Brian Paul
<brianp@vmware.com>
Sat, 5 Nov 2011 16:48:18 +0000
(10:48 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 7 Nov 2011 21:25:48 +0000
(14:25 -0700)
src/mesa/drivers/dri/intel/intel_tex_obj.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/intel/intel_tex_obj.h
b/src/mesa/drivers/dri/intel/intel_tex_obj.h
index 3a32801d47a50736f364fcfc3d2a3dd8c40617a6..06904e4869b64df9382a6d1591869cd98fefc27b 100644
(file)
--- a/
src/mesa/drivers/dri/intel/intel_tex_obj.h
+++ b/
src/mesa/drivers/dri/intel/intel_tex_obj.h
@@
-61,7
+61,7
@@
struct intel_texture_image
struct swrast_texture_image base;
/* If intelImage->mt != NULL, image data is stored here.
- * Else if intelImage->base.
Data
!= NULL, image is stored there.
+ * Else if intelImage->base.
Buffer
!= NULL, image is stored there.
* Else there is no image data.
*/
struct intel_mipmap_tree *mt;