Bug 92254 - [SKL] es3-cts / gtf / gl3tests / framebuffer_blit / framebuffer_blit_functionality_stencil_blit fails
Summary: [SKL] es3-cts / gtf / gl3tests / framebuffer_blit / framebuffer_blit_function...
Status: RESOLVED DUPLICATE of bug 92252
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i965 (show other bugs)
Version: 10.6
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Ian Romanick
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-02 16:28 UTC by cprigent
Modified: 2015-10-02 17:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
dmesg (2.34 MB, text/plain)
2015-10-02 16:28 UTC, cprigent
Details

Description cprigent 2015-10-02 16:28:12 UTC
Created attachment 118622 [details]
dmesg

Setup
-------
Hardware
Platform: SKY LAKE Y A0 
CPU : Intel(R) Core(TM) m5-6Y57 CPU @ 1.10GHz (family: 6, model: 78  stepping: 3)
MCP : SKL-Y  D0 2+2 (ou ULX-D1)
QDF : QJA4 
CPU : SKL D0
Chipset PCH: Sunrise Point LP C1       
CRB : SKY LAKE Y LPDDR3 RVP3 CRB FAB2
Reworks : All Mandatories 

Software 
Linux distribution: Ubuntu 14.04 LTS 64 bits 
Kernel: drm-intel-nightly bf2dbbc 4.3.0-rc2 from git://anongit.freedesktop.org/drm-intel
BIOS : SKLSE2R1.R00.X093.B02.1507222151
ME FW : 11.0.0.1163
Ksc (EC FW): 1.16
Mesa - 10.6.7
xf86-video-intel - 2.99.917
Libdrm - 2.4.64
Libva - 1.6.1
vaapi intel-driver - 1.6.1
Cairo - 1.14.2
Xorg Xserver - 1.17.2

Ogles3Conform version:
commit f64cf0fa03af8e8ffc781e823c7a571a5e97cf12
Author: Tapani Pälli <tapani.palli@intel.com>
Date:   Thu Jun 25 09:31:49 2015 +0300

    x11/egl: Add external image support based on dma imported buffers
    
    v2 (Chad):
       - added assert in intel_format_to_cpp()
       - fixed indentations with tabs
       - added assert in GTFIsAlphaFormatEGLImageExternal()
       - GTFIsAlphaFormatEGLImageExternal() now return false for
         DRM_FORMAT_XRGB8888
       - zero terminated the list in GTFQueryFormatsEGLImageExternal()
       - removed redundant cpp argument in intel_single_color_src_create()
       - removed redundant src_stride argument in in intel_dma_buf_create()
    
    v3 (Tapani):
       - port to new platform implementation
       - remove h % 2 restriction from intel_dma_buf_create
       - squash 'automatic drm authentication for dma buffer' in same patch
       - somewhat experimental but working cmake compile+link support
    
    Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>

git branch -l
  gles3-new
* gles3-new-skylake
  master

Steps:
-------
1. Execute command:
./glcts --deqp-case=ES3-CTS.gtf.GL3Tests.framebuffer_blit.framebuffer_blit_functionality_stencil_blit --deqp-visibility=hidden

Actual result:
--------------
Test is fail. Tool returns:

dEQP Core GL-CTS-2.0 (0x0052484b) starting..
  target implementation = 'X11'
libGL: Can't open configuration file /home/qa/.drirc: No such file or directory.
libGL: Can't open configuration file /home/qa/.drirc: No such file or directory.

Test case 'ES3-CTS.gtf.GL3Tests.framebuffer_blit.framebuffer_blit_functionality_stencil_blit'..
INFO:framebuffer_blit_functionality_stencil_blit:BEGIN ------------------------------------------------------------------
INFO:framebuffer_blit_functionality_stencil_blit:BLITTING in GL_COLOR_ATTACHMENT0 from GL_TEXTURE_2D to GL_TEXTURE_2D (different buffers)
INFO:framebuffer_blit_functionality_stencil_blit:verifying initial texbuf1 stencil [1]
INFO:framebuffer_blit_functionality_stencil_blit:verifying initial texbuf3 stencil [0]
INFO:framebuffer_blit_functionality_stencil_blit:BLIT blt_src_rect=[0,0,400,300] blt_dst_rect=[0,0,400,300]
INFO:framebuffer_blit_functionality_stencil_blit:END --------------------------------------------------------------------
INFO:framebuffer_blit_functionality_stencil_blit:BEGIN ------------------------------------------------------------------
INFO:framebuffer_blit_functionality_stencil_blit:BLITTING in GL_COLOR_ATTACHMENT0 from GL_RENDERBUFFER to GL_TEXTURE_2D (different buffers)
INFO:framebuffer_blit_functionality_stencil_blit:verifying initial renbuf8 stencil [1]
INFO:framebuffer_blit_functionality_stencil_blit:verifying initial texbuf8 stencil [0]
INFO:framebuffer_blit_functionality_stencil_blit:BLIT blt_src_rect=[0,0,400,300] blt_dst_rect=[0,0,400,300]
INFO:framebuffer_blit_functionality_stencil_blit:END --------------------------------------------------------------------
INFO:framebuffer_blit_functionality_stencil_blit:BEGIN ------------------------------------------------------------------
INFO:framebuffer_blit_functionality_stencil_blit:BLITTING in GL_COLOR_ATTACHMENT0 from GL_TEXTURE_2D to GL_RENDERBUFFER (different buffers)
INFO:framebuffer_blit_functionality_stencil_blit:verifying initial texbuf12 stencil [1]
INFO:framebuffer_blit_functionality_stencil_blit:verifying initial renbuf18 stencil [0]
INFO:framebuffer_blit_functionality_stencil_blit:BLIT blt_src_rect=[0,0,400,300] blt_dst_rect=[0,0,400,300]
INFO:framebuffer_blit_functionality_stencil_blit:END --------------------------------------------------------------------
INFO:framebuffer_blit_functionality_stencil_blit:BEGIN ------------------------------------------------------------------
INFO:framebuffer_blit_functionality_stencil_blit:BLITTING in GL_COLOR_ATTACHMENT0 from GL_RENDERBUFFER to GL_RENDERBUFFER (different buffers)
INFO:framebuffer_blit_functionality_stencil_blit:verifying initial renbuf24 stencil [1]
glcts: /home/qa/dev/graphic/stack/mesa/mesa/src/mesa/main/teximage.c:1320: init_teximage_fields_ms: Assertion `img->_BaseFormat != -1' failed.
Aborted (core dumped)


Expected result:
----------------
Test is Pass
Comment 1 Ian Romanick 2015-10-02 17:52:17 UTC
We don't need six bugs opened for the same assertion failure.  In the future, just open one bug that lists all the test cases the fail with the exact same assertion.

*** This bug has been marked as a duplicate of bug 92252 ***


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.