Bug 67928 - [softpipe] piglit tesselation quads wireframe regression
Summary: [softpipe] piglit tesselation quads wireframe regression
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium critical
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2013-08-09 00:19 UTC by Vinson Lee
Modified: 2014-01-01 04:36 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2013-08-09 00:19:01 UTC
mesa: 2c2e64edaba0f6aeb181ca5b51eb8dea8e9b39f9 (master)

$ ./bin/ext_transform_feedback-tessellation quads wireframe -auto
*** Error in `./bin/ext_transform_feedback-tessellation': double free or corruption (!prev): 0x0000000001bc1910 ***


d6b3a193d4d525c5048ebf793e6a63fd98f92d64 is the first bad commit
commit d6b3a193d4d525c5048ebf793e6a63fd98f92d64
Author: Zack Rusin <zackr@vmware.com>
Date:   Wed Jul 31 07:34:49 2013 -0400

    draw: inject frontface info into wireframe outputs
    
    Draw module can decompose primitives into wireframe models, which
    is a fancy word for 'lines', unfortunately that decomposition means
    that we weren't able to preserve the original front-face info which
    could be derived from the original primitives (lines don't have a
    'face'). To fix it allow draw module to inject a fake face semantic
    into outputs from which the backends can figure out the original
    frontfacing info of the primitives.
    
    Signed-off-by: Zack Rusin <zackr@vmware.com>
    Reviewed-by: Roland Scheidegger <sroland@vmware.com>
    Reviewed-by: Jose Fonseca <jfonseca@vmware.com>

:040000 040000 c03c3c58f6b2d41a576aa2c1388323bc4fdfb21e cb98c963ea0f7797496053122ad6b5c3f56a1861 M	src
bisect run success
Comment 1 Vinson Lee 2014-01-01 04:36:48 UTC
mesa: 5a51c1b01a16d3256f9769a76d8293fea5853b1f (master)

piglit tesselation quads wireframe passes on softpipe.


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.