aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorKarol Herbst <[email protected]>2018-12-14 00:33:04 +0100
committerMarge Bot <[email protected]>2020-04-15 11:08:13 +0000
commite738967d6e4cfe25d4c14dd3211b27ddb67ed8cb (patch)
tree7165fa5d15b0d1d7fc6b68f83f6afa9d3eedfb32 /src/gallium/include
parentc818b5c089914f5d3e0d233ab531571c4d5ec13c (diff)
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 <[email protected]> Reviewed-by: Francisco Jerez <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2076>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index 5fb6fcf3ebd..477e12175ae 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -935,6 +935,7 @@ enum pipe_cap
PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICES,
PIPE_CAP_GL_BEGIN_END_BUFFER_SIZE,
PIPE_CAP_VIEWPORT_SWIZZLE,
+ PIPE_CAP_SYSTEM_SVM,
};
/**