diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-02-27 04:33:13 +0000 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-03-04 05:04:14 +0000 |
commit | 72981c92ce806d48d1d7955a119abc38968fd2c7 (patch) | |
tree | 495f5b3acede10eb7625b3c22e5f3bbf167b540d /src/gallium/drivers | |
parent | 2b5cda137f84ebd73de462d19ca9cb74b280bb38 (diff) |
panfrost: List primitive restart enable bit
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/panfrost/include/panfrost-job.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/include/panfrost-job.h b/src/gallium/drivers/panfrost/include/panfrost-job.h index 1d738486617..d719325d07b 100644 --- a/src/gallium/drivers/panfrost/include/panfrost-job.h +++ b/src/gallium/drivers/panfrost/include/panfrost-job.h @@ -820,10 +820,12 @@ struct mali_uniform_buffer_meta { */ /* Applies to unknown_draw */ + #define MALI_DRAW_INDEXED_UINT8 (0x10) #define MALI_DRAW_INDEXED_UINT16 (0x20) #define MALI_DRAW_INDEXED_UINT32 (0x30) #define MALI_DRAW_VARYING_SIZE (0x100) +#define MALI_DRAW_PRIMITIVE_RESTART_FIXED_INDEX (0x10000) struct mali_vertex_tiler_prefix { /* This is a dynamic bitfield containing the following things in this order: |