[virglrenderer-devel] [PATCH 0/5] Updated fixes, caps changes and GLES warning fix

Jakob Bornecrantz jakob at collabora.com
Tue Mar 20 17:39:25 UTC 2018


Hello list!

This is a update to the last series I sent out, two of the patches has
been updated. The "R10G10B10{A2,X2}" patch was missing a update to the
gallium cvs file. And the caps one now fills in the version two set.

Also included is a workaround for GL_TEXTURE_CUBE_MAP_SEAMLESS which
is not available on GLES <= 3.2.

Patches also available on the proposed-for-upstream branch here:
https://gitlab.collabora.com/virgl-es/virglrenderer proposed-for-upstream

Cheers, Jakob.

Alexandros Frantzis (3):
  vrend: Fix RGB565 format support
  vrend: Update p_format.h from latest Mesa
  vrend: Support R10G10B10{A2,X2} formats v2

Jakob Bornecrantz (2):
  vrend: Rework caps for running on GLES hosts v3
  vrend: Do not set GL_TEXTURE_CUBE_MAP_SEAMLESS on GLES

 src/gallium/auxiliary/util/u_format.csv |   1 +
 src/gallium/include/pipe/p_format.h     |  56 +++++-
 src/virgl_hw.h                          |   4 +
 src/vrend_formats.c                     |   4 +-
 src/vrend_renderer.c                    | 314 ++++++++++++++++++++++++--------
 5 files changed, 300 insertions(+), 79 deletions(-)

-- 
2.14.1



More information about the virglrenderer-devel mailing list