summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/textureview.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-05-22 17:20:57 -0700
committerBrian Paul <brianp@vmware.com>2015-05-26 09:58:09 -0600
commit8369675a55ab300a84b3a82632042a33883ca255 (patch)
tree581b1ac25611282add4eb395b2d331517d235bd9 /src/mesa/main/textureview.h
parent3ddd1cf7d128018639de7e4c8bc17896233ebdb7 (diff)
downloadexternal_mesa3d-8369675a55ab300a84b3a82632042a33883ca255.zip
external_mesa3d-8369675a55ab300a84b3a82632042a33883ca255.tar.gz
external_mesa3d-8369675a55ab300a84b3a82632042a33883ca255.tar.bz2
mesa: code clean-ups in textureview.[ch]
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/main/textureview.h')
-rw-r--r--src/mesa/main/textureview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/main/textureview.h b/src/mesa/main/textureview.h
index 596a3a8..59e24b6 100644
--- a/src/mesa/main/textureview.h
+++ b/src/mesa/main/textureview.h
@@ -41,7 +41,8 @@ _mesa_TextureView(GLuint texture, GLenum target, GLuint origtexture,
GLuint minlayer, GLuint numlayers);
extern void
-_mesa_set_texture_view_state(struct gl_context *ctx, struct gl_texture_object *texObj,
- GLenum target, GLuint levels);
+_mesa_set_texture_view_state(struct gl_context *ctx,
+ struct gl_texture_object *texObj,
+ GLenum target, GLuint levels);
#endif /* TEXTUREVIEW_H */