[Mesa-dev] [Bug 32093] New: [swrast] implementation error: _mesa_clip_tab[4] failed test (x86)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 3 18:37:04 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=32093

           Summary: [swrast] implementation error: _mesa_clip_tab[4]
                    failed test (x86)
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: vlee at vmware.com


mesa: 6c33e820d5fe740ac4735d8bab864177dd1b2f14 (master)

Run glean basic test on a debug swrast build on multiple visuals.

$ ./glean -r results -t basic
...
Mesa 7.10-devel implementation error: _mesa_clip_np_tab[4] failed test (x86)
...
Mesa 7.10-devel implementation error: _mesa_clip_tab[4] failed test (x86)


mesa/src/mesa/math/m_debug_clip.c
   354     for ( np = 0 ; np < 2 ; np++ ) {
   355        for ( psize = 2 ; psize <= 4 ; psize++ ) {
   356           clip_func func = clip_tab[np][psize];
   357           long *cycles = &(benchmark_tab[np][psize-1]);
   358  
   359           if ( test_cliptest_function( func, np, psize, cycles ) == 0 )
{
   360              char buf[100];
   361              sprintf( buf, "%s[%d] failed test (%s)",
   362                       cnames[np], psize, description );
   363              _mesa_problem( NULL, "%s", buf );
   364           }

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list