From d382e90614ff95ddca882b897bc0885d148d2f60 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 17 Jan 2014 22:57:39 +0100 Subject: gallium: remove PIPE_CAP_SCALED_RESOLVE If any driver doesn't support this, it can use a blit after resolving the samples. Reviewed-by: Brian Paul --- src/gallium/drivers/nouveau/nv30/nv30_screen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/nouveau/nv30/nv30_screen.c') diff --git a/src/gallium/drivers/nouveau/nv30/nv30_screen.c b/src/gallium/drivers/nouveau/nv30/nv30_screen.c index 26103303fe6..26ad33db0f4 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_screen.c +++ b/src/gallium/drivers/nouveau/nv30/nv30_screen.c @@ -68,7 +68,6 @@ nv30_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_TWO_SIDED_STENCIL: case PIPE_CAP_ANISOTROPIC_FILTER: case PIPE_CAP_POINT_SPRITE: - case PIPE_CAP_SCALED_RESOLVE: case PIPE_CAP_OCCLUSION_QUERY: case PIPE_CAP_QUERY_TIME_ELAPSED: case PIPE_CAP_QUERY_TIMESTAMP: -- cgit v1.2.3