On Dec 14,  8:15pm, Brian Paul wrote:
> Subject: [mesa] 3.1 final released!
>
> I'm happy to announce that Mesa 3.1 is now available!
>
> It's available for download from the Mesa web site at www.mesa3d.org
>
> There's a lot of new things in Mesa 3.1.  Please see the
> included docs/VERSIONS and docs/RELNOTES files for details.
>
> I'd like to thank a few people who have made very significant
> contributions to Mesa 3.1:
>
>    Keith Whitwell - highly optimized T&L code
>    Josh Vanderhoof - x86 assembly language optimizations
>    Holger Waechtler - 3DNow! assembly language optimizations
>    Gareth Hughes - GLU 1.2 polygon tessellator
>
> My apologies to those I'm forgetting.
>
>
> Happy Holidays,
>
> -Brian
>
>-- End of excerpt from Brian Paul

Brian,

Sorry if this spoils your holidays but the GLU 1.2 polygon tessellator crashes:

../src-glu/tess_fist.c line 593:

        static int compare_vertices( const void *v1, const void *v2 )
        {
                tess_vertex_t   *vertex1 = *((tess_vertex_t **) v1);
---->           tess_vertex_t   *vertex2 = *((tess_vertex_t **) v2);

                if ( ! IS_EQUAL( vertex1->v[X], vertex2->v[X] ) )

with SIGBUS: Bus error

Arne

-- 
Arne Jorgensen, Graphics Section
-----------------------------------------------------
ECMWF, Shinfield Park, Reading, Berkshire RG2 9AX, UK
e-mail   :  [EMAIL PROTECTED]
Telephone:  +44 118 9499 373   direct line
         :  +44 118 9499 000   operator
Facsimile:  +44 118 9869 450
WWW      :  http://www.ecmwf.int/
   --------------------------------------------------
   European Centre for Medium-Range Weather Forecasts
   --------------------------------------------------



_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to