Mesa (master): virgl: Add a caps to advertise GLES backend

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 9 11:04:25 UTC 2019


Module: Mesa
Branch: master
Commit: 8ad1e86bb075851fa53f6e218fc10bcbf68cc208
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ad1e86bb075851fa53f6e218fc10bcbf68cc208

Author: Elie Tournier <tournier.elie at gmail.com>
Date:   Fri Feb 15 16:14:10 2019 +0000

virgl: Add a caps to advertise GLES backend

Signed-off-by: Elie Tournier <elie.tournier at collabora.com>
Reviewed-by: <Gurchetan Singh gurchetansingh at chromium.org>

---

 src/gallium/drivers/virgl/virgl_hw.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/virgl/virgl_hw.h b/src/gallium/drivers/virgl/virgl_hw.h
index 741b0f2e8ec..1a4f193d8b1 100644
--- a/src/gallium/drivers/virgl/virgl_hw.h
+++ b/src/gallium/drivers/virgl/virgl_hw.h
@@ -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.




More information about the mesa-commit mailing list