From c7af84968d4ee0f67c46c347c6fb83d6fbc83ef3 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Sun, 28 Aug 2016 04:06:28 -0400 Subject: gallium: add cap to export device pointer size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2: document the new cap v3: fix 80 char limit in screen.rst Signed-off-by: Jan Vesely Reviewed-by: Marek Olšák Acked-by: Ilia Mirkin --- src/gallium/drivers/softpipe/sp_screen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/softpipe') diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c index b742bdecbc9..cd4269f9929 100644 --- a/src/gallium/drivers/softpipe/sp_screen.c +++ b/src/gallium/drivers/softpipe/sp_screen.c @@ -521,6 +521,7 @@ softpipe_get_compute_param(struct pipe_screen *_screen, case PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS: case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED: case PIPE_COMPUTE_CAP_SUBGROUP_SIZE: + case PIPE_COMPUTE_CAP_ADDRESS_BITS: break; } return 0; -- cgit v1.2.3