diff options
| author | Ben Skeggs <skeggsb@gmail.com> | 2007-12-13 10:41:43 +1100 |
|---|---|---|
| committer | Ben Skeggs <skeggsb@gmail.com> | 2007-12-13 10:41:43 +1100 |
| commit | f1c5415675f695b302ffb7e5d46473bff9617dc1 (patch) | |
| tree | 670ac568df5c4fe24454fe85014eefe1d88404df /src/mesa/state_tracker/st_format.h | |
| parent | 1fb97368989184c26fe37e98ed6916e6793a0171 (diff) | |
| parent | 417c2953339bc281f0ac486777afbbd00a385294 (diff) | |
Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1
Diffstat (limited to 'src/mesa/state_tracker/st_format.h')
| -rw-r--r-- | src/mesa/state_tracker/st_format.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h index ebff7c5b91..c9a11de504 100644 --- a/src/mesa/state_tracker/st_format.h +++ b/src/mesa/state_tracker/st_format.h @@ -63,9 +63,8 @@ extern enum pipe_format st_mesa_format_to_pipe_format(GLuint mesaFormat); -extern GLuint -st_choose_pipe_format(struct pipe_context *pipe, GLint internalFormat, - GLenum format, GLenum type, uint surfType); +extern enum pipe_format +st_choose_renderbuffer_format(struct pipe_context *pipe, GLint internalFormat); extern const struct gl_texture_format * |
