summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-11Test the GL_ARB_draw_buffers extension.Brian1-0/+298
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian5-14/+22
2007-03-06destroy window during cleanupBrian2-2/+7
2007-03-01fix clipping, display name, warningsBrian1-10/+12
2007-03-01s/unsigned int/size_t/ (bug 10135)Brian1-1/+1
2007-03-01include assert.hBrian1-0/+1
2007-02-28s/ARB/MESA/ in extension check (bug 10126)Brian1-1/+1
2007-02-25add texture rotationBrian2-2/+29
2007-02-25output texcoord in vertex programBrian1-0/+1
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian23-18/+1263
2007-02-21Use gl_LightSource[0].position intead of a light position uniform.Brian1-13/+24
2007-02-03shading language texture demo/testBrian5-0/+637
2007-02-03added texdemo1Brian1-1/+16
2007-02-02added newline at endBrian1-1/+1
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell10-1/+1246
2007-01-30New tests for the array functions which also provoke rebasing.Keith Whitwell7-0/+786
2007-01-28simple noise testBrian2-0/+297
2007-01-18remove debug codeBrian1-4/+0
2007-01-17minor fprintf() changeBrian1-1/+1
2007-01-17add texturing, other optionsBrian1-6/+152
2007-01-17 Fix bug#9673Xiang, Haihao1-4/+4
2007-01-16draw a box, press 'a' to animateBrian1-4/+67
2007-01-16added some VerteAttrib funcsBrian1-0/+6
2007-01-16Added toyball and bumpmap tests using shaders from the OpenGL Shading Languag...Brian8-4/+854
2007-01-16Additional display list testsKeith Whitwell4-1/+460
2007-01-15Use arrow keys to pan and z/Z to zoom in/out to explore the fractal.Brian1-11/+22
2007-01-15Added new directory of GL shading language demos: glslBrian7-0/+845
2007-01-13added glUniform1fv_func, glUniform2fv_funcBrian1-0/+4
2007-01-09added a few more 2.0 functionsBrian1-0/+8
2007-01-04added glUniform1i_funcBrian1-1/+3
2006-12-20added glUniformMatrix2/3fv_funcBrian1-0/+4
2006-12-15Use extfuncs.h helper. Added command line options for loadingBrian2-42/+173
2006-12-15simple extension function wranglerBrian1-0/+94
2006-12-14mipmap_limits: Fix display of current texture filtering mode.Michel Dänzer1-1/+1
2006-12-13Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.Brian1-1/+1
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian10-11/+11
2006-12-06glxinfo: When direct rendering is not enabled, print some hints.Michel Dänzer1-1/+13
2006-12-06Make git ignore files only generated at build time.Michel Dänzer5-0/+0
2006-12-01Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani3-3/+3
2006-11-22fix the gl version testRoland Scheidegger1-4/+4
2006-11-03added fsligghtBrian Paul1-0/+1
2006-11-03yet another deriviative of the fplight.c demo for OpenGL 2.0 shading languageBrian Paul1-0/+334
2006-11-02test OpenGL 2.0 stencil funcsBrian Paul1-5/+83
2006-11-01merge the (rest of) texmem branchKeith Whitwell5-27/+612
2006-10-24Add missing call to glutInit.Ian Romanick1-0/+1