From d6e6fa01a51f3c9328c4cfdc1d7b3b448de11b84 Mon Sep 17 00:00:00 2001 From: Nicolai Hähnle Date: Thu, 2 Feb 2017 21:10:44 +0100 Subject: gallium: add sparse buffer interface and capability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2: - explain the resource_commit interface in more detail Reviewed-by: Marek Olšák --- src/gallium/drivers/llvmpipe/lp_screen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/llvmpipe') diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index f020a3a4e4d..8abe6e7629f 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -349,6 +349,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param) case PIPE_CAP_TGSI_MUL_ZERO_WINS: case PIPE_CAP_TGSI_CLOCK: case PIPE_CAP_POLYGON_MODE_FILL_RECTANGLE: + case PIPE_CAP_SPARSE_BUFFER_PAGE_SIZE: return 0; } /* should only get here on unhandled cases */ -- cgit v1.2.3