diff options
author | Fredrik Höglund <[email protected]> | 2012-06-18 22:50:02 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-19 07:57:22 -0600 |
commit | af372129e5c1722a3d53dd1fc2f3409207c12f7e (patch) | |
tree | d4be55b587f97fac23720f2fdbe37d635d3c96a4 /src/gallium/include | |
parent | ae5d7d5e8970f90b9713897387d7d46a2b4485ab (diff) |
gallium: Add PIPE_CAP_START_INSTANCE
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_defines.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 585cab2e934..479b26e1517 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -484,7 +484,8 @@ enum pipe_cap { PIPE_CAP_COMPUTE = 68, PIPE_CAP_USER_INDEX_BUFFERS = 69, PIPE_CAP_USER_CONSTANT_BUFFERS = 70, - PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT = 71 + PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT = 71, + PIPE_CAP_START_INSTANCE = 72 }; /** |