Re: [Mesa3d-dev] [PATCH] added point-sprite test.

2009-07-12 Thread Nicolai Hähnle
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 >

Re: [Mesa3d-dev] Mesa from master + radeon KMS: undefined symbol radeon_cs_space_reset_bos)

2009-07-12 Thread Nicolai Hähnle
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 (

Re: [Mesa3d-dev] [PATCH] added point-sprite test.

2009-07-12 Thread 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 be > > mixed with code. Do we care? [snip] > I don't think the

[Mesa3d-dev] Mesa from master + radeon KMS: undefined symbol radeon_cs_space_reset_bos)

2009-07-12 Thread 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 (say by calling glxinfo) gives libGL error: dlopen /usr/lib/dri/updates//

Re: [Mesa3d-dev] [PATCH] added point-sprite test.

2009-07-12 Thread Nicolai Hähnle
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