summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_defines.h
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-03-30 11:16:09 +0200
committerNicolai Hähnle <[email protected]>2017-04-05 15:29:31 +0200
commitd3e6f6d7f70f8d72e6916d1898f28a15c77d48db (patch)
tree78afcaae16577614a614e5f19cd1ec8234003f07 /src/gallium/include/pipe/p_defines.h
parentb5711d5e1a7c281a5f4fb3101333e3cc64bd418b (diff)
gallium: add PIPE_CAP_TGSI_BALLOT
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe/p_defines.h')
-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 cd857ae65a7..cb57a28baff 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -760,6 +760,7 @@ enum pipe_cap
PIPE_CAP_TGSI_CLOCK,
PIPE_CAP_POLYGON_MODE_FILL_RECTANGLE,
PIPE_CAP_SPARSE_BUFFER_PAGE_SIZE,
+ PIPE_CAP_TGSI_BALLOT,
};
#define PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_NV50 (1 << 0)