projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c60ac7b
)
mesa: update comment for MapTextureImage()
author
Brian Paul
<brianp@vmware.com>
Sat, 24 Dec 2011 15:54:27 +0000
(08:54 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 24 Dec 2011 16:25:41 +0000
(09:25 -0700)
src/mesa/main/dd.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/dd.h
b/src/mesa/main/dd.h
index 01cfff8ab7c94fa410b0bc35d86283bbf99c4a16..5816faa783f200c023d29bd01b8e27ffc4d4f2b3 100644
(file)
--- a/
src/mesa/main/dd.h
+++ b/
src/mesa/main/dd.h
@@
-491,6
+491,8
@@
struct dd_function_table {
void (*FreeTextureImageBuffer)( struct gl_context *ctx, struct gl_texture_image *tImage );
/** Map a slice of a texture image into user space.
+ * Note: for GL_TEXTURE_1D_ARRAY, height must be 1, y must be 0 and slice
+ * indicates the 1D array index.
* \param texImage the texture image
* \param slice the 3D image slice or array texture slice
* \param x, y, w, h region of interest