By my count, this series fixes 59 separate dEQP tests on various
platforms.  I found no regressions.

Tested-by: Mark Janes <mark.a.ja...@intel.com>

Eduardo Lima Mitev <el...@igalia.com> writes:

> This is a new version of the mini-series that fixes the regression described 
> at https://bugs.freedesktop.org/show_bug.cgi?id=91582.
>
> The first patch is not directly related with fixing the regression, but it 
> addresses an issue uncovered by it and at the same time fixes a failing dEQP 
> test.
>
> The second patch is simply moving a function from teximage to glformats, 
> because it will be used by another function in the latter file. And since 
> teximage already uses API from glformats, it makes sense.
>
> I tested the series for piglit, and for the functional dEQP-GLES2 and 
> dEQP-GLES3 suites. No regressions detected. There are 5 tests fixed for 
> GLES2, and 1 test fixed for GLES3. Lets see if I got it right this time.
>
> cheers,
>
> Eduardo Lima Mitev (3):
>   mesa: Fix order of format+type and internal format checks for
>     glTexImageXD ops
>   mesa: Move _mesa_base_tex_format() from teximage to glformats files
>   mesa: Use the effective internal format instead for validation
>
>  src/mesa/main/glformats.c | 632 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  src/mesa/main/glformats.h |   2 +
>  src/mesa/main/teximage.c  | 564 +++--------------------------------------
>  src/mesa/main/teximage.h  |   4 -
>  4 files changed, 665 insertions(+), 537 deletions(-)
>
> -- 
> 2.4.6
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to