[virglrenderer-devel] [PATCH 0/4] vrend_shader: GLES 3.1 shader images

Erik Faye-Lund erik.faye-lund at collabora.com
Mon Aug 6 18:38:08 UTC 2018


Here's a series to fix test-failures with shader images on GLES 3.1.

The first patch fixes what seems to be a typo in the shader image
implementation. I haven't observed any failures due to this, though.

This series also depend on a mesa-patch to work correctly:
https://gitlab.freedesktop.org/kusma/mesa/tree/image-readonly

I'll send that one out ASAP also.

Erik Faye-Lund (4):
  vrend_shader: fixup typo in indirect image-handling
  vrend_shader: generate bindings with layout qualifiers
  vrend_shader: emit readonly-images
  vrend_shader: emit precision for images on GLSL

 src/vrend_renderer.c |  2 -
 src/vrend_shader.c   | 98 ++++++++++++++++++++++++--------------------
 2 files changed, 54 insertions(+), 46 deletions(-)

-- 
2.18.0



More information about the virglrenderer-devel mailing list