blitter: remove unused code

Related: https://gitlab.freedesktop.org/virgl/virglrenderer/-/issues/125

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Corentin Noël <corentin.noel@collabora.com>.
macos/master
Gert Wollny 3 years ago
parent cba6dfe3c2
commit f8ef1d7641
  1. 8
      src/vrend_blitter.c

@ -522,14 +522,6 @@ static void blitter_set_texcoords(struct vrend_blitter_ctx *blit_ctx,
default:;
}
}
#if 0
static void set_dsa_keep_depth_stencil(void)
{
glDisable(GL_STENCIL_TEST);
glDisable(GL_DEPTH_TEST);
glDepthMask(GL_FALSE);
}
#endif
static void set_dsa_write_depth_keep_stencil(void)
{

Loading…
Cancel
Save