Bug 91785 - make check DispatchSanity_test.GLES31 regression
Summary: make check DispatchSanity_test.GLES31 regression
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords: bisected, regression
Depends on:
Blocks:
 
Reported: 2015-08-28 05:50 UTC by Vinson Lee
Modified: 2015-08-28 08:12 UTC (History)
3 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2015-08-28 05:50:32 UTC
mesa: 559b8842fa2d315f009a039e7bbc503c524de894 (master 11.1.0-devel)

[ RUN      ] DispatchSanity_test.GLES31
dispatch_sanity.cpp:173: Failure
Value of: table[i]
  Actual: 0x48b360
Expected: nop_table[i]
Which is: 0x4188c0
i = 900 (TexStorage3DMultisample)
[  FAILED  ] DispatchSanity_test.GLES31 (0 ms)
Comment 1 Vinson Lee 2015-08-28 06:24:18 UTC
f4280b740d835d5c62b330e2fd563eeb119005b1 is the first bad commit
commit f4280b740d835d5c62b330e2fd563eeb119005b1
Author: Tapani Pälli <tapani.palli@intel.com>
Date:   Fri Aug 21 09:43:27 2015 +0300

    glapi: add GL_OES_texture_storage_multisample_2d_array extension
    
    Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
    Reviewed-by: Marta Lofstedt <marta.lofstedt@intel.com>
    Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>

:040000 040000 71103b9f30466f4463b471b444a013dd39241f3d f174cc4d039242caa7e290cd88067eafc95be641 M	src
bisect run success
Comment 2 Ilia Mirkin 2015-08-28 07:13:18 UTC
Should be resolved by:

commit b319fd7c14707ff345b7ce1461e5fee81b75a4cf
Author: Ilia Mirkin <imirkin@alum.mit.edu>
Date:   Fri Aug 28 02:50:25 2015 -0400

    mesa: fix dispatch sanity with GL_OES_texture_storage_multisample_2d_array
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91785
    Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
    Acked-by: Matt Turner <mattst88@gmail.com>
Comment 3 Tapani Pälli 2015-08-28 08:12:32 UTC
Thanks Ilia, I'm travelling ATM and did not spot this.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.