Am Sunday 12 July 2009 19:26:23 schrieb tom fogal:
> writes:
> > Am Friday 10 July 2009 01:27:22 schrieb Ian Romanick:
> > > Ben Holmes wrote:
> > > I'll let someone else comment here to be sure. I believe that we're
> > > not counting on C99 (or C++) in piglit, so variable declarations cannot
>
Hi,
Am Sunday 12 July 2009 18:05:31 schrieb Johannes Engel:
> Hello all,
>
> trying a recent kernel 2.6.31-rc2 plus libdrm (with experimental api),
> xf86-video-radeon (kms-support branch) and Mesa from git master as
> described in Dave's blog does not work for me.
>
> Any attempt to access Mesa (
writes:
> Am Friday 10 July 2009 01:27:22 schrieb Ian Romanick:
> > Ben Holmes wrote:
> > I'll let someone else comment here to be sure. I believe that we're not
> > counting on C99 (or C++) in piglit, so variable declarations cannot be
> > mixed with code. Do we care?
[snip]
> I don't think the
Hello all,
trying a recent kernel 2.6.31-rc2 plus libdrm (with experimental api),
xf86-video-radeon (kms-support branch) and Mesa from git master as
described in Dave's blog does not work for me.
Any attempt to access Mesa (say by calling glxinfo) gives
libGL error: dlopen /usr/lib/dri/updates//
Am Friday 10 July 2009 01:27:22 schrieb Ian Romanick:
> Ben Holmes wrote:
> > + if (GLEW_VERSION_2_0)
> > + glPointParameteri(GL_POINT_SPRITE_COORD_ORIGIN, GL_UPPER_LEFT);
> > +
> > + glBegin(GL_POINTS);
> > + glVertex2f(175.0f,125.0f);
> > + glEnd();
> > +
> > + GLfloat