From e738967d6e4cfe25d4c14dd3211b27ddb67ed8cb Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Fri, 14 Dec 2018 00:33:04 +0100 Subject: gallium: add PIPE_CAP_SYSTEM_SVM v2: split enum in specific caps to abstract the CL enum v3: remove BUFFER_SVM caps Signed-off-by: Karol Herbst Reviewed-by: Francisco Jerez Part-of: --- src/gallium/docs/source/screen.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/docs/source') diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 520563a6a33..567e76cfd80 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -574,6 +574,7 @@ The integer capabilities: * ``PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICES``: pipe_draw_info::start can be non-zero with user indices. * ``PIPE_CAP_GL_BEGIN_END_BUFFER_SIZE``: Buffer size used to upload vertices for glBegin/glEnd. * ``PIPE_CAP_VIEWPORT_SWIZZLE``: Whether pipe_viewport_state::swizzle can be used to specify pre-clipping swizzling of coordinates (see GL_NV_viewport_swizzle). +* ``PIPE_CAP_SYSTEM_SVM``: True if all application memory can be shared with the GPU without explicit mapping. .. _pipe_capf: -- cgit v1.2.3