aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_simple_shaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_simple_shaders.h')
-rw-r--r--src/gallium/auxiliary/util/u_simple_shaders.h25
1 files changed, 3 insertions, 22 deletions
diff --git a/src/gallium/auxiliary/util/u_simple_shaders.h b/src/gallium/auxiliary/util/u_simple_shaders.h
index 3afe4cc050b..4d4f5e97f5b 100644
--- a/src/gallium/auxiliary/util/u_simple_shaders.h
+++ b/src/gallium/auxiliary/util/u_simple_shaders.h
@@ -92,28 +92,9 @@ util_make_fragment_tex_shader(struct pipe_context *pipe,
bool use_txf);
extern void *
-util_make_fragment_tex_shader_writedepth(struct pipe_context *pipe,
- enum tgsi_texture_type tex_target,
- enum tgsi_interpolate_mode interp_mode,
- bool load_level_zero,
- bool use_txf);
-
-
-extern void *
-util_make_fragment_tex_shader_writedepthstencil(struct pipe_context *pipe,
- enum tgsi_texture_type tex_target,
- enum tgsi_interpolate_mode interp_mode,
- bool load_level_zero,
- bool use_txf);
-
-
-extern void *
-util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe,
- enum tgsi_texture_type tex_target,
- enum tgsi_interpolate_mode interp_mode,
- bool load_level_zero,
- bool use_txf);
-
+util_make_fs_blit_zs(struct pipe_context *pipe, unsigned zs_mask,
+ enum tgsi_texture_type tex_target,
+ bool load_level_zero, bool use_txf);
extern void *
util_make_fragment_passthrough_shader(struct pipe_context *pipe,