[virglrenderer-devel] [PATCH 0/3] Updated shader patches

Jakob Bornecrantz jakob at collabora.com
Fri Feb 23 17:32:41 UTC 2018


Hello all,

This patch series includes the updated patches to make shaders work on GLES.
Also included is changes to the blitter to make it run on GLES and Desktop GL.

Also available here:
https://gitlab.collabora.com/jakob/virglrenderer-gles for-airlied

Cheers, Jakob.


Elie Tournier (1):
  vrend: Replace 1D texture by 2D one for OpenGL ES v2

Jakob Bornecrantz (2):
  vrend: Support GLES shaders v2
  vrend: Use OpenGL ES 3.0 shaders in blitter

 src/vrend_blitter.c  |  17 +++++---
 src/vrend_blitter.h  |  59 ++++++++++++++++++-------
 src/vrend_renderer.c |  15 ++++++-
 src/vrend_shader.c   | 120 ++++++++++++++++++++++++++++++---------------------
 src/vrend_shader.h   |   4 +-
 5 files changed, 143 insertions(+), 72 deletions(-)

-- 
2.14.1



More information about the virglrenderer-devel mailing list