summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2007-07-11Improve this demo in a few ways.Brian1-12/+22
2007-07-11remove glDepthFunc(GL_LEQUAL) change from prev commitBrian1-8/+0
2007-07-10clean-up, commentsBrian2-30/+18
2007-07-10press 'f' to toggle GL_CCW/GL_CW front faceBrian1-18/+14
2007-07-10use 'c' to cycle through polygon cull modesBrian1-24/+54
2007-07-10use cursor keys to translate triangleBrian1-12/+33
2007-07-06call glutInit(), bug 11486Xavier Bachelot5-7/+6
2007-07-06Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal9-78/+1580
2007-07-04support more modes, added -f cmd line optionBrian1-15/+90
2007-06-28use larger point/sprite sizeBrian1-11/+11
2007-06-25better triangle Z coordsBrian1-4/+4
2007-06-21Random state-change / primitive rendering. Good for hammering on a driver...Brian2-0/+458
2007-06-20triangles w/ depth testBrian2-0/+132
2007-06-19don't request GLUT_ALPHABrian1-1/+1
2007-06-18change clear colorBrian1-1/+1
2007-06-14Add GLUT_ALPHA for softpipeKeith Whitwell46-46/+46
2007-06-08fix glReadPixels parameters to handle odd-width windows correctlyBrian1-2/+3
2007-06-08disable shader program before glDrawPixelsBrian1-6/+10
2007-06-07Add support for shadow mapping with vertex and fragment programsIan Romanick1-4/+216
2007-06-07Refactor shadow map modelview and projection codeIan Romanick1-22/+50
2007-06-07Remove '#if defined' tests for ARB extensions.Ian Romanick1-18/+1
2007-05-29use glXGetProcAddress to get extension funcsBrian1-3/+16
2007-05-24Modifications to run with softpipe test harnessKeith Whitwell1-5/+3
2007-05-21set texcoords depending on GLX_Y_INVERTED_EXTBrian1-5/+7
2007-05-19GLX_EXT_texture_from_pixmap testBrian2-0/+382
2007-05-16Add simple program to test GL_MESA_texture_array.Ian Romanick2-0/+344
2007-05-09Tweak the shell scripting for descending into and building subdirs.Brian1-2/+2
2007-05-08remove some debug codeBrian1-5/+0
2007-05-08a somewhat nicer demo w/ command line optionsBrian1-81/+163
2007-05-02get rid of normal vectorBrian1-2/+0
2007-05-02get rid of OSMESA stuffBrian1-6/+0
2007-05-02New test of the dFdx(), dFdy() functions.Brian2-0/+322
2007-04-27added glGetActiveAttribmesa_6_5_3Brian1-0/+2
2007-04-26Windows updatesBrian1-5/+18
2007-04-26move #include <GL/glut.h> after other #includes for WindowsBrian1-1/+1
2007-04-26use sqrt(), not sqrtf() for WindowsBrian2-2/+2
2007-04-21Fix FBO completeness bug in shadowtex.Ian Romanick1-2/+15
2007-04-21destroy window upon exitBrian2-4/+6
2007-04-20Remove unused Imakefiles.Brian2-322/+0
2007-04-16lots of changes, fixes, clean-upsBrian1-179/+185
2007-04-11restore 200x200 window size, animation, version checkBrian1-4/+6
2007-04-08fix some dependencies, remove some CFLAGSBrian1-5/+10
2007-04-08add 2.1 functionsBrian1-0/+14
2007-04-07added glActiveStencilFaceEXTBrian1-0/+4
2007-03-27disable MakeTexture()Brian1-2/+8
2007-03-26merge of glsl-compiler-1 branchBrian24-52/+3507
2007-03-25destroy window on exitBrian1-1/+3
2007-03-21disable assertionBrian1-1/+1
2007-03-12extra stuff for drawbuffers testBrian1-0/+8
2007-03-11added drawbuffers.cBrian1-0/+1