From e871abe452ad40efcccb0bab6b88fc31d0551e29 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 10 Jan 2018 13:45:33 +0100 Subject: gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Roland Scheidegger Tested-by: Dieter Nützel --- src/gallium/drivers/i915/i915_screen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/i915') diff --git a/src/gallium/drivers/i915/i915_screen.c b/src/gallium/drivers/i915/i915_screen.c index 0f39a6756d5..54fa77652c0 100644 --- a/src/gallium/drivers/i915/i915_screen.c +++ b/src/gallium/drivers/i915/i915_screen.c @@ -199,7 +199,6 @@ i915_get_param(struct pipe_screen *screen, enum pipe_cap cap) case PIPE_CAP_MIXED_FRAMEBUFFER_SIZES: case PIPE_CAP_POINT_SPRITE: case PIPE_CAP_PRIMITIVE_RESTART: /* draw module */ - case PIPE_CAP_TEXTURE_SHADOW_MAP: case PIPE_CAP_VERTEX_ELEMENT_INSTANCE_DIVISOR: case PIPE_CAP_BLEND_EQUATION_SEPARATE: case PIPE_CAP_TGSI_INSTANCEID: -- cgit v1.2.3