Bug 96299

Summary: [vulkan] 64 regressions due to mesa d5f2f32
Product: Mesa Reporter: Mark Janes <mark.a.janes>
Component: Drivers/DRI/i965Assignee: Jason Ekstrand <jason>
Status: RESOLVED FIXED QA Contact: Intel 3D Bugs Mailing List <intel-3d-bugs>
Severity: blocker    
Priority: medium CC: currojerez
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 96253    

Description Mark Janes 2016-05-31 23:49:47 UTC
Many tests fail due to image verification, matching the following test name pattern:

deqp-vk.binding_model.shader_access.*_cmd_buf.uniform_buffer_dynamic.*.*.offset_view_*_dynamic_*

EG: 
/tmp/build_root/m64/opt/deqp/modules/vulkan/deqp-vk --deqp-case=dEQP-VK.binding_model.shader_access.primary_cmd_buf.uniform_buffer_dynamic.geometry.multiple_descriptors.offset_view_zero_dynamic_zero 
dEQP Core git-7e3803ae7688f91ac275c2191862fcdc4df6bc72 (0x7e3803ae) starting..
  target implementation = 'Default'

Test case 'dEQP-VK.binding_model.shader_access.primary_cmd_buf.uniform_buffer_dynamic.geometry.multiple_descriptors.offset_view_zero_dynamic_zero'..
Test case duration in microseconds = 37907 us
  Fail (Image verification failed)
Comment 1 Jason Ekstrand 2016-06-01 23:06:54 UTC
Fixed by the following commit:

commit 1205999c229b8e67af39fb9875bd87bc0a1404eb
Author: Jason Ekstrand <jason.ekstrand@intel.com>
Date:   Wed Jun 1 15:01:04 2016 -0700

    i965/fs: Copy the offset when lowering logical pull constant sends
    
    This fixes 64 Vulkan CTS tests per gen
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96299
    Reviewed-by: Francisco Jerez <currojerez@riseup.net>
    Cc: "12.0" <mesa-stable@lists.freedesktop.org>

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.