Bug 43353 - [swrast] piglit bgra-vert-attrib-pointer regression
Summary: [swrast] piglit bgra-vert-attrib-pointer regression
Status: CLOSED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Mathias Fröhlich
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-29 15:27 UTC by Vinson Lee
Modified: 2011-12-02 00:29 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
bgra-vert-attrib-pointer.png (1.12 KB, image/png)
2011-11-29 15:29 UTC, Vinson Lee
Details
Renumber tnl attributes patch. (2.96 KB, patch)
2011-11-30 23:35 UTC, Mathias Fröhlich
Details | Splinter Review

Description Vinson Lee 2011-11-29 15:27:26 UTC

    
Comment 1 Vinson Lee 2011-11-29 15:29:35 UTC
Created attachment 53962 [details]
bgra-vert-attrib-pointer.png
Comment 2 Vinson Lee 2011-11-29 15:31:51 UTC
mesa: ccd4d4367f2b4e5aebfc59b832599812a4a1c7d8 (master)

Run piglit bgra-vert-attrib-pointer on swrast.

$ ./bin/bgra-vert-attrib-pointer -auto
Probe at (200,200)
  Expected: 1.000000 0.000000 0.000000
  Observed: 0.000000 0.000000 0.000000
PIGLIT: {'result': 'fail' }
Comment 3 Vinson Lee 2011-11-29 15:50:16 UTC
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
762c9766c93697af8d7fbaa729aed118789dbe8e
76ba431b97087e2d5ca0351e0d613f0812fd1425
We cannot bisect more!
bisect run cannot continue any more



commit 762c9766c93697af8d7fbaa729aed118789dbe8e
Author: Mathias Fröhlich <Mathias.Froehlich@web.de>
Date:   Mon Oct 31 22:23:51 2011 +0100

    mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
    
    Replace the distinct struct gl_client_array members in gl_array_object by
    an array of gl_client_arrays indexed by VERT_ATTRIB_*.
    Renumber the vertex attributes slightly to keep the old semantics of the
    distinct array members. Make use of the upper 32 bits in VERT_BIT_*.
    Update all occurances of the distinct struct members with the array
    equivalents.
    
    Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
    Reviewed-by: Eric Anholt <eric@anholt.net>


commit 76ba431b97087e2d5ca0351e0d613f0812fd1425
Author: Chia-I Wu <olv@lunarg.com>
Date:   Tue Nov 29 15:19:28 2011 +0800

    mesa: distinct gl_client_array arrays are gone
    
    Fix build errors since 762c9766c93697af8d7fbaa729aed118789dbe8e.
    
    Acked-by: Jose Fonseca <jfonseca@vmware.com>
Comment 4 Jose Fonseca 2011-11-30 08:58:54 UTC
(In reply to comment #3)
> There are only 'skip'ped commits left to test.
> The first bad commit could be any of:
> 762c9766c93697af8d7fbaa729aed118789dbe8e
> 76ba431b97087e2d5ca0351e0d613f0812fd1425
> We cannot bisect more!
> bisect run cannot continue any more

Vinson,

If you apply Chia-I Wu's commit w/ build fix by doing

  git bisect ...

  git cherry-pick -n 76ba431b97087e2d5ca0351e0d613f0812fd1425 
  ... # test
  git reset --hard HEAD

  and so on

then it should be possible to bisect further.
Comment 5 Mathias Fröhlich 2011-11-30 23:35:17 UTC
Created attachment 53992 [details] [review]
Renumber tnl attributes patch.

Vinson,

Does the attached patch help for your problem?

Mathias
Comment 6 Vinson Lee 2011-12-01 11:48:27 UTC
(In reply to comment #5)
> Created attachment 53992 [details] [review] [review]
> Renumber tnl attributes patch.
> 
> Does the attached patch help for your problem?
> 

Patch 53992 fixes the swrast piglit bgra-vert-attrib-pointer regression.

Tested-by: Vinson Lee <vlee@vmware.com>
Comment 7 Mathias Fröhlich 2011-12-01 22:08:53 UTC
A slightly reworked change is upstream with:

commit ce45aecfdab9926b767d9924bddbc4304d59641c.

Closing this.
Thanks!

Mathias
Comment 8 Vinson Lee 2011-12-01 23:03:04 UTC
mesa: ce45aecfdab9926b767d9924bddbc4304d59641c (master)

Verified fixed.
Comment 9 Jose Fonseca 2011-12-02 00:29:43 UTC
Thanks Mathias!


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.