[Mesa-dev] Duplicate files in mesa 3.1 tar file

1999-12-16 Thread James A. Treacy
For some reason a few of the files in the tar file for 3.1 were duplicated. This isn't a problem when you are extracting from the tar, but when creating a Debian package a diff from the upstream source is created (so we can distribute pristine upstream source) and having duplicate files causes pro

[Mesa-dev] Re: mesa] 3.1 final released/bug in src/vbxform/find_last_3f

1999-12-16 Thread Keith Whitwell
Guy Barrand wrote: > > Hello Brian > > I have a crash in my application on OSF1 > when using the brand new 3.1. A little debugging > session shows that I am passing in : > > vbxform/find_last_3f > > static void > find_last_3f( float data[][3], GLuint flag[], GLuint match, > GLui

[Mesa-dev] mesa] 3.1 final released/bug in src/vbxform/find_last_3f

1999-12-16 Thread Guy Barrand
Hello Brian I have a crash in my application on OSF1 when using the brand new 3.1. A little debugging session shows that I am passing in : vbxform/find_last_3f static void find_last_3f( float data[][3], GLuint flag[], GLuint match, GLuint count ) { GLuint i = count; f