summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2008-05-26Remove CVS keywords.José Fonseca
2008-05-26Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz
2008-05-23Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz
2008-05-21Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer
2008-05-21fix assorted bugs, works nowBrian
2008-05-20add new binaries to ignore to make 'git status' cleanerZack Rusin
2008-05-20Ignore more generated files in progs/Dan Nicholson
2008-05-20add a simple but nice example of convolution filters in glslZack Rusin
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-20mesa: call glutDestroyWindow()Brian Paul
2008-05-20mesa: call glutDestroyWindow()Brian Paul
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-20mesa: call glutDestroyWindow()Brian Paul
2008-05-18Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-16mesa: call glutDestroyWindow() on exit to help find mem leaksBrian Paul
2008-05-14egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz
2008-05-08disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...Brian Paul
2008-05-07mesa: document a/s keysBrian Paul
2008-05-07mesa: add texturing to thread testBrian 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-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-10mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul
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-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-24mesa: call glutDestroyWindow (help find mem leaks)Brian Paul
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-02-28Added calibrate_rast.c programBrian
2008-02-28Convert crlf->lf line endings.José Fonseca
2008-02-25Added line smooth testBrian
2008-02-25Remove files of unsupported build systems.José Fonseca
2008-02-25Update git ignores.José Fonseca
2008-02-20Test calling glTexSubImage2D mid-way through a frame.Brian
2008-02-16Added minmag.c testBrian
2008-02-14gallium: new pgon-mode.c testBrian