[Mesa-dev] [PATCH v2 0/3] more pipeline validation

Tapani Pälli tapani.palli at intel.com
Tue Dec 8 01:16:43 PST 2015


Hi;

I marked this as v2 as this is alternative approach to patch series
I sent ealier:

http://lists.freedesktop.org/archives/mesa-dev/2015-December/102548.html

I took then direction suggested by Timothy which makes validation step
simpler. These patches fix 2 ES31-CTS.sepshaderobjs.StateInteraction
cases leaving only interface matching part which I will tackle next.

Tapani Pälli (3):
  mesa: add a new flag to track program usage in a pipeline
  mesa: validate program usage in a pipeline
  mesa: do not fail when stage not linked is not in use

 src/glsl/linker.cpp         |  1 +
 src/mesa/main/context.c     | 27 ++++++++++++++++++++
 src/mesa/main/mtypes.h      |  1 +
 src/mesa/main/pipelineobj.c | 62 +++++++++++++++++++++++++++++++++++++++++++++
 src/mesa/main/pipelineobj.h |  2 ++
 5 files changed, 93 insertions(+)

-- 
2.5.0



More information about the mesa-dev mailing list