diff options
author | Dave Airlie <[email protected]> | 2019-02-11 10:51:01 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2019-04-09 14:15:24 +1000 |
commit | 05ff2dbf137c03b7c7e47f606b930e0afddaedee (patch) | |
tree | 816154464e54f606a79259d559da0a1337e99b3c /src/gallium/drivers/virgl/virgl_hw.h | |
parent | 316b785c59446c9206343d5349091d797f677f2b (diff) |
virgl: add support for ARB_multi_draw_indirect
This will pass the multi draw through to the host if it has
support for it instead of using the st to emulate it
Reviewed-By: Gert Wollny <[email protected]>
Diffstat (limited to 'src/gallium/drivers/virgl/virgl_hw.h')
-rw-r--r-- | src/gallium/drivers/virgl/virgl_hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/virgl/virgl_hw.h b/src/gallium/drivers/virgl/virgl_hw.h index e193752c498..1cd7bf01aa6 100644 --- a/src/gallium/drivers/virgl/virgl_hw.h +++ b/src/gallium/drivers/virgl/virgl_hw.h @@ -238,6 +238,7 @@ enum virgl_formats { #define VIRGL_CAP_FBO_MIXED_COLOR_FORMATS (1 << 18) #define VIRGL_CAP_FAKE_FP64 (1 << 19) #define VIRGL_CAP_BIND_COMMAND_ARGS (1 << 20) +#define VIRGL_CAP_MULTI_DRAW_INDIRECT (1 << 21) #define VIRGL_CAP_TRANSFORM_FEEDBACK3 (1 << 23) /* virgl bind flags - these are compatible with mesa 10.5 gallium. |