diff options
author | Brian Paul <[email protected]> | 2013-02-01 11:44:35 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-02-04 08:28:17 -0700 |
commit | 5f81549f6cac6f5d3c8322bc6e50ffb061274fc3 (patch) | |
tree | ae1b95f9659074f55cc3ec9f36ac3677fac92e90 /src/mesa/state_tracker/st_format.h | |
parent | f54a9f4ff2928d2545b324b0ccc4f9fcd40819cc (diff) |
st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()
That was the only place it was being called from.
Diffstat (limited to 'src/mesa/state_tracker/st_format.h')
-rw-r--r-- | src/mesa/state_tracker/st_format.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h index eac3cfb3376..50588d8d496 100644 --- a/src/mesa/state_tracker/st_format.h +++ b/src/mesa/state_tracker/st_format.h @@ -58,10 +58,6 @@ st_choose_renderbuffer_format(struct pipe_screen *screen, GLenum internalFormat, unsigned sample_count); -gl_format -st_ChooseTextureFormat_renderable(struct gl_context *ctx, GLint internalFormat, - GLenum format, GLenum type, GLboolean renderable); - extern gl_format st_ChooseTextureFormat(struct gl_context * ctx, GLenum target, GLint internalFormat, |