Bug 91773 - Mesa `make check` broken by 16ad1d2
Summary: Mesa `make check` broken by 16ad1d2
Status: CLOSED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i965 (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Ian Romanick
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-27 13:40 UTC by Mark Janes
Modified: 2015-09-03 17:03 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Mark Janes 2015-08-27 13:40:18 UTC
main-test fails DispatchSanity_test.GLES31 as of this patch:

Standard Output

/var/lib/jenkins/jobs/Leeroy/workspace@2/repos/mesa/src/mesa/main/tests/dispatch_sanity.cpp:173
Value of: table[i]
  Actual: 0x4830e0
Expected: nop_table[i]
Which is: 0x418370
i = 900 (TexStorage3DMultisample)
Comment 1 Tapani Pälli 2015-08-31 06:39:47 UTC
this was resolved in bug #91785

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>


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.