mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 04:20:26 +01:00
virgl: Add a caps to advertise GLES backend
Signed-off-by: Elie Tournier <elie.tournier@collabora.com> Reviewed-by: <Gurchetan Singh gurchetansingh@chromium.org>
This commit is contained in:
parent
da51e3f1b0
commit
8ad1e86bb0
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ enum virgl_formats {
|
|||
#define VIRGL_CAP_QBO (1 << 16)
|
||||
#define VIRGL_CAP_TRANSFER (1 << 17)
|
||||
#define VIRGL_CAP_FBO_MIXED_COLOR_FORMATS (1 << 18)
|
||||
#define VIRGL_CAP_FAKE_FP64 (1 << 19)
|
||||
|
||||
/* virgl bind flags - these are compatible with mesa 10.5 gallium.
|
||||
* but are fixed, no other should be passed to virgl either.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue