From 8b587ee7011aee900fd84f6203467ba899f2ed01 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 10 Feb 2015 14:00:57 +0100 Subject: gallium: add interface and state tracker support for GL_AMD_pinned_memory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2: add alignment restrictions to docs, fix indentation in headers Reviewed-by: Christian König --- src/gallium/drivers/ilo/ilo_screen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/ilo') diff --git a/src/gallium/drivers/ilo/ilo_screen.c b/src/gallium/drivers/ilo/ilo_screen.c index cf9f8975004..95e34d3e4de 100644 --- a/src/gallium/drivers/ilo/ilo_screen.c +++ b/src/gallium/drivers/ilo/ilo_screen.c @@ -471,6 +471,7 @@ ilo_get_param(struct pipe_screen *screen, enum pipe_cap param) case PIPE_CAP_CONDITIONAL_RENDER_INVERTED: case PIPE_CAP_SAMPLER_VIEW_TARGET: case PIPE_CAP_MULTISAMPLE_Z_RESOLVE: + case PIPE_CAP_RESOURCE_FROM_USER_MEMORY: return 0; case PIPE_CAP_VENDOR_ID: -- cgit v1.2.3