diff options
author | Laura Ekstrand <[email protected]> | 2015-03-19 10:43:17 -0700 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-03-19 16:07:44 -0700 |
commit | 037e36a8aad623b0e16e4d69774dbeb5bcf456d1 (patch) | |
tree | 840e536e4d4dd072d82332da5be99b3007da57df /src/mesa/main/teximage.h | |
parent | a44b95cd574ecab4a4c41c6380c82db6029ad114 (diff) |
main: Simplify debug messages for CopyTex*SubImage*D.
Reviewed-by: Martin Peres <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index 0ce4a30361c..1eebaa8b631 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -196,7 +196,8 @@ _mesa_copy_texture_sub_image(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, - GLsizei width, GLsizei height, bool dsa); + GLsizei width, GLsizei height, + const char *caller); extern void _mesa_texture_image_multisample(struct gl_context *ctx, GLuint dims, |