[Mesa-dev] [PATCH 0/5] Series fixing various dEQP failing tests

Eduardo Lima Mitev elima at igalia.com
Wed Mar 11 02:01:23 PDT 2015


Hello,

This is another series fixing ~120 unrelated dEQP functional failing tests.
In this case, most of these fails are actually crashes (~108).

Patches were written against Mesa 10.4.5 (git~b51ff) and were tested on i965.
No piglit regressions observed.

There is a git tree with this series rebased against current master to ease
bulk testing:

https://github.com/Igalia/mesa/commits/deqp-fixes-batch6-rebased

cheers,
Eduardo

Antia Puentes (2):
  glcpp: Allow arithmetic integer expressions in #line
  glsl: Consider active all elements of a shared/std140 block array

Eduardo Lima Mitev (2):
  mesa: Fix errors values returned by glShaderBinary()
  mesa: Fix error returned by glCopyTexImage2D() upon an invalid
    internal format

Iago Toral Quiroga (1):
  glsl: Avoid buffer overflow when assigning attribute locations

 src/glsl/glcpp/glcpp-parse.y                   | 91 ++++++++++++++++++++++----
 src/glsl/link_uniform_block_active_visitor.cpp | 23 +++++++
 src/glsl/linker.cpp                            | 11 +++-
 src/mesa/main/shaderapi.c                      | 15 ++++-
 src/mesa/main/teximage.c                       |  2 +-
 5 files changed, 128 insertions(+), 14 deletions(-)

-- 
2.1.3



More information about the mesa-dev mailing list