projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da51e3f
)
virgl: Add a caps to advertise GLES backend
author
Elie Tournier
<tournier.elie@gmail.com>
Fri, 15 Feb 2019 16:14:10 +0000
(16:14 +0000)
committer
Gert Wollny
<gert.wollny@collabora.com>
Sat, 9 Mar 2019 10:32:30 +0000
(11:32 +0100)
Signed-off-by: Elie Tournier <elie.tournier@collabora.com>
Reviewed-by: <Gurchetan Singh gurchetansingh@chromium.org>
src/gallium/drivers/virgl/virgl_hw.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/virgl/virgl_hw.h
b/src/gallium/drivers/virgl/virgl_hw.h
index 741b0f2e8ec2e7bd74aba8c980e29623d0e496a5..1a4f193d8b1d0b2c6e27e39ba68d8eead3bdbd51 100644
(file)
--- 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.