[Mesa-dev] [PATCH 0/9] Another series fixing dEQP failing tests

Eduardo Lima Mitev elima at igalia.com
Tue Feb 24 10:02:48 PST 2015


Hello,

This is another set of patches fixing 274 dEQP failing tests from the GLES3 module.
Patches were written against Mesa 10.4.4 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-batch5-rebased

cheers,
Eduardo

Iago Toral Quiroga (5):
  i965: Fix textureGrad with cube samplers
  glsl: Add variables to symbol table also for single declarations
  glsl: Add function parameter declarations to the symbol table
  i965/blorp: Improve precission of blitting coordinates when clipping
  mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default
    framebuffer.

Samuel Iglesias Gonsalvez (4):
  glsl: don't lower fragdata array if the output data types don't match
  mesa: fix deletion of inactive bound transform feedback object
  glsl: mark named uniform block arrays as active if defined with shared
    or std140 layout qualifier
  glsl: optimize (0 cmp x + y) into (-x cmp y).

 src/glsl/glsl_parser.yy                            |   8 +
 src/glsl/link_uniform_blocks.cpp                   |  26 +++
 src/glsl/opt_algebraic.cpp                         |  15 +-
 src/glsl/opt_dead_builtin_varyings.cpp             |  10 +
 .../dri/i965/brw_lower_texture_gradients.cpp       |  26 ++-
 src/mesa/drivers/dri/i965/brw_meta_util.c          | 224 +++++++++++++++------
 src/mesa/main/fbobject.c                           |  11 +-
 src/mesa/main/transformfeedback.c                  |  13 +-
 8 files changed, 259 insertions(+), 74 deletions(-)

-- 
2.1.3



More information about the mesa-dev mailing list