diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-04-16 09:45:56 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-04-16 16:53:43 -0600 |
commit | dc5a853c85d2daa8b7b0e6d32e00c4976746d704 (patch) | |
tree | 52f36de7bf5d52677bbac753a9b214aaa32cec44 /src/mesa/state_tracker/st_format.h | |
parent | e38f677e8f5596d92a6756e13f41f6523de737c2 (diff) |
gallium: make choose_format() non-static: st_choose_format()
Diffstat (limited to 'src/mesa/state_tracker/st_format.h')
-rw-r--r-- | src/mesa/state_tracker/st_format.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h index c9a11de504..ff0fd042db 100644 --- a/src/mesa/state_tracker/st_format.h +++ b/src/mesa/state_tracker/st_format.h @@ -64,6 +64,10 @@ st_mesa_format_to_pipe_format(GLuint mesaFormat); extern enum pipe_format +st_choose_format(struct pipe_context *pipe, GLint internalFormat, + uint surfType); + +extern enum pipe_format st_choose_renderbuffer_format(struct pipe_context *pipe, GLint internalFormat); |