diff options
author | Topi Pohjolainen <[email protected]> | 2015-01-28 16:24:25 +0200 |
---|---|---|
committer | Topi Pohjolainen <[email protected]> | 2015-01-30 09:54:53 +0200 |
commit | 4c157d34c0163ab2389d74181121950aaf0ef121 (patch) | |
tree | 2a41659dddda23e150bb343ab2743ae869a402ac /src/mesa/drivers/common/meta.h | |
parent | 604ae33c8b95a97ba586780324566fd21c59b695 (diff) |
meta/blit: Add plumbing for shaders without depth
Currently all blit programs are unconditionally compiled with
gl_FragDepth.
Signed-off-by: Topi Pohjolainen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/common/meta.h')
-rw-r--r-- | src/mesa/drivers/common/meta.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/common/meta.h b/src/mesa/drivers/common/meta.h index 20d30f7e6ab..de3dc6a0ab4 100644 --- a/src/mesa/drivers/common/meta.h +++ b/src/mesa/drivers/common/meta.h @@ -632,6 +632,7 @@ _mesa_meta_setup_copypix_texture(struct gl_context *ctx, void _mesa_meta_setup_blit_shader(struct gl_context *ctx, GLenum target, + bool do_depth, struct blit_shader_table *table); void |