From: Brian Paul Date: Fri, 17 Jun 2011 19:22:43 +0000 (-0600) Subject: st/mesa: move comment for ChooseTextureFormat() to right place X-Git-Tag: 062012170305~5321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=befaab8fa12eb4f628e21ffa75e523ac5eb7fbc2;p=profile%2Fivi%2Fmesa.git st/mesa: move comment for ChooseTextureFormat() to right place --- diff --git a/src/mesa/state_tracker/st_format.c b/src/mesa/state_tracker/st_format.c index 3583571..bd17448 100644 --- a/src/mesa/state_tracker/st_format.c +++ b/src/mesa/state_tracker/st_format.c @@ -1188,9 +1188,6 @@ st_choose_renderbuffer_format(struct pipe_screen *screen, } -/** - * Called via ctx->Driver.chooseTextureFormat(). - */ gl_format st_ChooseTextureFormat_renderable(struct gl_context *ctx, GLint internalFormat, GLenum format, GLenum type, GLboolean renderable) @@ -1231,6 +1228,10 @@ st_ChooseTextureFormat_renderable(struct gl_context *ctx, GLint internalFormat, return st_pipe_format_to_mesa_format(pFormat); } + +/** + * Called via ctx->Driver.ChooseTextureFormat(). + */ gl_format st_ChooseTextureFormat(struct gl_context *ctx, GLint internalFormat, GLenum format, GLenum type)