summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blitter.c
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2021-11-04 12:53:41 -0400
committerMarge Bot <emma+marge@anholt.net>2021-11-05 02:36:32 +0000
commit833c0394e01b178a33ce9f468e50408ff4970428 (patch)
tree36d6f2c1d6666f38ed68e9a9f9f1f12c2f8d8f1f /src/gallium/auxiliary/util/u_blitter.c
parent60a8d682850efe945527554a4d80fc598cf0c870 (diff)
Revert "gallium/u_blitter: work around broken sample shading in llvmpipe and zink"
This reverts commit 8b287c3f925121d9389df9846024d9c350cbb235. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13679>
Diffstat (limited to 'src/gallium/auxiliary/util/u_blitter.c')
-rw-r--r--src/gallium/auxiliary/util/u_blitter.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/auxiliary/util/u_blitter.c b/src/gallium/auxiliary/util/u_blitter.c
index ddf0341c935..f23474325e1 100644
--- a/src/gallium/auxiliary/util/u_blitter.c
+++ b/src/gallium/auxiliary/util/u_blitter.c
@@ -349,13 +349,6 @@ struct blitter_context *util_blitter_create(struct pipe_context *pipe)
return &ctx->base;
}
-void util_blitter_sample_shading_force_off(struct blitter_context *blitter)
-{
- struct blitter_context_priv *ctx = (struct blitter_context_priv*)blitter;
-
- ctx->has_sample_shading = false;
-}
-
void *util_blitter_get_noop_blend_state(struct blitter_context *blitter)
{
struct blitter_context_priv *ctx = (struct blitter_context_priv*)blitter;