diff options
author | Eric Anholt <[email protected]> | 2014-03-17 16:45:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-04-15 14:34:22 -0700 |
commit | bb3f983d102bf09b8315f50494633bf489721a52 (patch) | |
tree | bd74ad40ec6c81f7e267539759e3c3a894b26d98 /src/mesa/drivers/common/meta.h | |
parent | cd808ac848227b850a80c1adbb43ce57ca7d673a (diff) |
meta: Infer bind_fbo_image parameters from an incoming image.
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/common/meta.h')
-rw-r--r-- | src/mesa/drivers/common/meta.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/meta.h b/src/mesa/drivers/common/meta.h index ea05ea5ea97..ad3da9cd8d4 100644 --- a/src/mesa/drivers/common/meta.h +++ b/src/mesa/drivers/common/meta.h @@ -505,7 +505,6 @@ void _mesa_meta_glsl_generate_mipmap_cleanup(struct gen_mipmap_state *mipmap); void -_mesa_meta_bind_fbo_image(struct gl_texture_object *texObj, GLenum target, - GLuint level, GLuint layer); +_mesa_meta_bind_fbo_image(struct gl_texture_image *texImage, GLuint layer); #endif /* META_H */ |