Bug 70054

Summary: EnumStrings.LookUpByNumber regression
Product: Mesa Reporter: Vinson Lee <vlee>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: medium CC: idr, kenneth
Version: gitKeywords: regression
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2013-10-02 20:46:04 UTC
mesa: 61519f15aceae3e986a6e287e69684a01de3221a (master)

[ RUN      ] EnumStrings.LookUpByNumber
enum_strings.cpp:42: Failure
Value of: _mesa_lookup_enum_by_nr(everything[i].value)
  Actual: "GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB"
Expected: everything[i].name
Which is: "GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET"
enum_strings.cpp:42: Failure
Value of: _mesa_lookup_enum_by_nr(everything[i].value)
  Actual: "GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB"
Expected: everything[i].name
Which is: "GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET"
enum_strings.cpp:42: Failure
Value of: _mesa_lookup_enum_by_nr(everything[i].value)
  Actual: "GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB"
Expected: everything[i].name
Which is: "GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS"
[  FAILED  ] EnumStrings.LookUpByNumber (0 ms)


d3575622b7897c88c62e4f57341c196eb913c960 is the first bad commit
commit d3575622b7897c88c62e4f57341c196eb913c960
Author: Maxence Le Dore <maxence.ledore@gmail.com>
Date:   Mon Dec 24 00:57:02 2012 +0100

    mesa: add texture gather changes
    
    Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
    Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>

:040000 040000 7f11fa847c0df393902f5913db63a3a896f3d654 69623c98c7b21a8397fe52ef62135660595f5b80 M	src
bisect run success
Comment 1 Chris Forbes 2013-10-03 08:34:08 UTC
Fix is on master now.

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.