diff options
author | Marek Olšák <[email protected]> | 2018-01-10 20:03:54 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-01-17 20:18:00 +0100 |
commit | 63b231309e829aa6f9289fd30c71a6d301ab5c0a (patch) | |
tree | 428f023c0cd058dc93d11a9f9b473912129051ed /src/gallium/include | |
parent | 85bbcdda34164865c8e603899a81463f1ad55ecf (diff) |
gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
Reviewed-by: Roland Scheidegger <[email protected]>
Tested-by: Dieter Nützel <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_defines.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index a34a1442723..b34e7a8570a 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -681,7 +681,6 @@ enum pipe_cap PIPE_CAP_VERTEX_BUFFER_STRIDE_4BYTE_ALIGNED_ONLY, PIPE_CAP_VERTEX_ELEMENT_SRC_OFFSET_4BYTE_ALIGNED_ONLY, PIPE_CAP_COMPUTE, - PIPE_CAP_USER_CONSTANT_BUFFERS, PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT, PIPE_CAP_START_INSTANCE, PIPE_CAP_QUERY_TIMESTAMP, |