virtgpu_virgl: update virgl_hw.h from upstream
... to pull in VIRGL_FORMAT_P010 for use with Gfxstream. BUG=b:191084459 TEST=build Change-Id: I7cf9d4ea54f5606e5582d1329dfb1467084a89d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/3579856 Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Tested-by: Jason Macnak <natsu@google.com> Commit-Queue: Jason Macnak <natsu@google.com>
This commit is contained in:
parent
69ccacd3ab
commit
2119a9cefc
1 changed files with 6 additions and 0 deletions
6
external/virgl_hw.h
vendored
6
external/virgl_hw.h
vendored
|
|
@ -222,6 +222,12 @@ enum virgl_formats {
|
||||||
VIRGL_FORMAT_A4B4G4R4_UNORM = 311,
|
VIRGL_FORMAT_A4B4G4R4_UNORM = 311,
|
||||||
|
|
||||||
VIRGL_FORMAT_R8_SRGB = 312,
|
VIRGL_FORMAT_R8_SRGB = 312,
|
||||||
|
VIRGL_FORMAT_R8G8_SRGB = 313,
|
||||||
|
|
||||||
|
VIRGL_FORMAT_P010 = 314,
|
||||||
|
VIRGL_FORMAT_P012 = 315,
|
||||||
|
VIRGL_FORMAT_P016 = 316,
|
||||||
|
|
||||||
VIRGL_FORMAT_MAX /* = PIPE_FORMAT_COUNT */,
|
VIRGL_FORMAT_MAX /* = PIPE_FORMAT_COUNT */,
|
||||||
|
|
||||||
/* Below formats must not be used in the guest. */
|
/* Below formats must not be used in the guest. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue