summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2007-07-13press 's' to toggle smoothingBrian
2007-07-12Added colormask, dither, multisample state. Implement colormasking stage.Brian
2007-07-11Improve this demo in a few ways.Brian
2007-07-11remove glDepthFunc(GL_LEQUAL) change from prev commitBrian
2007-07-10clean-up, commentsBrian
2007-07-10press 'f' to toggle GL_CCW/GL_CW front faceBrian
2007-07-10use 'c' to cycle through polygon cull modesBrian
2007-07-10use cursor keys to translate triangleBrian
2007-07-06call glutInit(), bug 11486Xavier Bachelot
2007-07-06Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-07-04support more modes, added -f cmd line optionBrian
2007-06-28use larger point/sprite sizeBrian
2007-06-25better triangle Z coordsBrian
2007-06-21Random state-change / primitive rendering. Good for hammering on a driver...Brian
2007-06-20triangles w/ depth testBrian
2007-06-19don't request GLUT_ALPHABrian
2007-06-18change clear colorBrian
2007-06-14Add GLUT_ALPHA for softpipeKeith Whitwell
2007-06-08fix glReadPixels parameters to handle odd-width windows correctlyBrian
2007-06-08disable shader program before glDrawPixelsBrian
2007-06-07Add support for shadow mapping with vertex and fragment programsIan Romanick
2007-06-07Refactor shadow map modelview and projection codeIan Romanick
2007-06-07Remove '#if defined' tests for ARB extensions.Ian Romanick
2007-05-29use glXGetProcAddress to get extension funcsBrian
2007-05-24Modifications to run with softpipe test harnessKeith Whitwell
2007-05-21set texcoords depending on GLX_Y_INVERTED_EXTBrian
2007-05-19GLX_EXT_texture_from_pixmap testBrian
2007-05-16Add simple program to test GL_MESA_texture_array.Ian Romanick
2007-05-09Tweak the shell scripting for descending into and building subdirs.Brian
2007-05-08remove some debug codeBrian
2007-05-08a somewhat nicer demo w/ command line optionsBrian
2007-05-02get rid of normal vectorBrian
2007-05-02get rid of OSMESA stuffBrian
2007-05-02New test of the dFdx(), dFdy() functions.Brian
2007-04-27added glGetActiveAttribBrian
2007-04-26Windows updatesBrian
2007-04-26move #include <GL/glut.h> after other #includes for WindowsBrian
2007-04-26use sqrt(), not sqrtf() for WindowsBrian
2007-04-21Fix FBO completeness bug in shadowtex.Ian Romanick
2007-04-21destroy window upon exitBrian
2007-04-20Remove unused Imakefiles.Brian
2007-04-16lots of changes, fixes, clean-upsBrian
2007-04-11restore 200x200 window size, animation, version checkBrian
2007-04-08fix some dependencies, remove some CFLAGSBrian
2007-04-08add 2.1 functionsBrian
2007-04-07added glActiveStencilFaceEXTBrian
2007-03-27disable MakeTexture()Brian
2007-03-26merge of glsl-compiler-1 branchBrian
2007-03-25destroy window on exitBrian
2007-03-21disable assertionBrian