[virglrenderer-devel] [PATCH 0/4] Enable GLES3 on GLES hosts

Jakob Bornecrantz jakob at collabora.com
Wed May 16 14:34:23 UTC 2018


Hello list!

This patch series enables you to run GLES3 on a GLES host. Some of these
patches may have been sent out before but no real changes has been made since
then.

They cause three "regressions" in GLES2, I have tracked it down to the shader
level commit. But these test fail on Intel host Desktop GL as well so once
those tests has been fix there they will be fixed her as well.

They are based on my two general fixes and Tomeu's GLES3 fixes. Patches also
available on the proposed-for-upstream branch here:
https://gitlab.collabora.com/virgl-es/virglrenderer proposed-for-upstream

Cheers, Jakob.

Jakob Bornecrantz (4):
  vrend: Add VIRGL_FORMAT_R8G8B8A8_SRGB format and test for more sRGB
    formats
  vrend: Add GL_ARB_uniform_buffer_object for gles
  vrend: Add GL_EXT_transform_feedback for gles
  vrend: Up the shader feature level when on GLES 3.x

 src/virgl_hw.h       |  1 +
 src/vrend_formats.c  |  2 +-
 src/vrend_renderer.c | 25 +++++++++++++++++++++++--
 3 files changed, 25 insertions(+), 3 deletions(-)

-- 
2.14.1



More information about the virglrenderer-devel mailing list