summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2008-05-07mesa: document a/s keysBrian Paul
2008-05-07mesa: add texturing to thread testBrian Paul
2008-05-05Ignore xdemos/sharedtexDan Nicholson
2008-05-03Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul
2008-05-03Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul
2008-05-02set TextureID = NULL after deleting the arrayBrian Paul
2008-04-30added xdemos/sharedtex.c testBrian Paul
2008-04-30added xdemos/sharedtex.c testBrian Paul
2008-04-29disable GL_TEXTURE_1D at end of frame to fix failed assertionBrian Paul
2008-04-29disable GL_TEXTURE_1D at end of frame to fix failed assertionBrian Paul
2008-04-28mesa: explicitly delete textures before creating new onesBrian Paul
2008-04-24trivial: simple edgeflag testKeith Whitwell
2008-04-23mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.cKeith Whitwell
2008-04-11mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)Brian Paul
2008-04-11add missing glViewport callsBrian Paul
2008-04-11add missing glViewport callsBrian Paul
2008-04-10mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul
2008-04-09more make clean itemsBrian
2008-04-09use InitUniforms()Brian
2008-04-09Replace duplicated code with new shaderutil.c functionsBrian
2008-04-09shader utility functionsBrian
2008-04-08Only convert configs if screen creation was successful.Kristian Høgsberg
2008-04-04added glGetActiveUniform_funcBrian
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2008-04-04mesa: test code to exercise more GLSL functionsBrian
2008-04-04mesa: added more ext funcs (from Mesa/master)Brian
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2008-04-04test glStencilFuncSeparateATI()Brian
2008-04-03silence warningBrian
2008-04-01mesa: added a cast to avoid int overflow, plus rename texels->pixelsBrian
2008-04-01mesa: measure fill rate for drawing a large quad with basic shading/texture m...Brian
2008-04-01mesa: destroy window upon exitBrian
2008-03-27Add a couple of test apps for line/unfilled polygon clipping.Eric Anholt
2008-03-24mesa: call glutDestroyWindow (help find mem leaks)Brian Paul
2008-03-21Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h>Eric Anholt
2008-03-21mesa: minor code re-orgBrian Paul
2008-03-19better text labelsBrian Paul
2008-03-17mesa: new mipmap generation, lod bias demoBrian Paul
2008-03-14mesa: call glColorMask(1,1,1,1) before glClear()Brian Paul
2008-03-11Fix include path for rain demo so glut.h is foundDan Nicholson
2008-03-10Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston
2008-03-10Ignore more demo programsDan Nicholson
2008-02-29glxgears: oops, remove accidental commit of glFinish() hack.Kristian Høgsberg
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2008-02-28Added calibrate_rast.c programBrian
2008-02-28Convert crlf->lf line endings.José Fonseca
2008-02-28Convert crlf->lf line endings.José Fonseca
2008-02-25Added line smooth testBrian