Re: [Dri-devel] glPointSize bug?

2003-10-20 Thread Chris Ison
> There was a thread a few months ago concerning writing a useful fallback path > (ie not swrast) that generated larger points with various primitives. I don't > think it actually reached a point where I saw a patch ready for inclusion in > CVS, however. > > Keith Found the thread you were t

Re: [Dri-devel] glPointSize bug?

2003-10-20 Thread Ian Romanick
Chris Ison wrote: I have found a possable bug in the dri implementation of glPointSize() ... it doesn't seem to work at all. I'm using the radeon.o drm and the r200 mesa drivers. https://sourceforge.net/tracker/?func=detail&atid=100387&aid=735997&group_id=387 There was a patch floating around som

Re: [Dri-devel] glPointSize bug?

2003-10-20 Thread Chris Ison
On Mon, 2003-10-20 at 17:46, Keith Whitwell wrote: > Chris Ison wrote: > > I have found a possable bug in the dri implementation of glPointSize() > > ... it doesn't seem to work at all. I'm using the radeon.o drm and the > > r200 mesa drivers. > > > > The source I was trying (and works perfectly i

Re: [Dri-devel] glPointSize bug?

2003-10-20 Thread Ian Romanick
Chris Ison wrote: On Mon, 2003-10-20 at 17:46, Keith Whitwell wrote: Chris Ison wrote: I have found a possable bug in the dri implementation of glPointSize() ... it doesn't seem to work at all. I'm using the radeon.o drm and the r200 mesa drivers. The source I was trying (and works perfectly in w

Re: [Dri-devel] glPointSize bug?

2003-10-20 Thread Chris Ison
On Mon, 2003-10-20 at 17:46, Keith Whitwell wrote: > Chris Ison wrote: > > I have found a possable bug in the dri implementation of glPointSize() > > ... it doesn't seem to work at all. I'm using the radeon.o drm and the > > r200 mesa drivers. > > > > The source I was trying (and works perfectly i

Re: [Dri-devel] glPointSize bug?

2003-10-20 Thread Keith Whitwell
Chris Ison wrote: I have found a possable bug in the dri implementation of glPointSize() ... it doesn't seem to work at all. I'm using the radeon.o drm and the r200 mesa drivers. The source I was trying (and works perfectly in windows) is located at the bottom of this page http://www.opengl.org/dev

[Dri-devel] glPointSize bug?

2003-10-19 Thread Chris Ison
I have found a possable bug in the dri implementation of glPointSize() ... it doesn't seem to work at all. I'm using the radeon.o drm and the r200 mesa drivers. The source I was trying (and works perfectly in windows) is located at the bottom of this page http://www.opengl.org/developers/code/mjkt