summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-30New tests for the array functions which also provoke rebasing.Keith Whitwell
2007-01-17 Fix bug#9673Xiang, Haihao
2007-01-16Additional display list testsKeith Whitwell
2006-12-14mipmap_limits: Fix display of current texture filtering mode.Michel Dänzer
2006-12-13Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.Brian
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2006-12-06glxinfo: When direct rendering is not enabled, print some hints.Michel Dänzer
2006-12-06Make git ignore files only generated at build time.Michel Dänzer
2006-12-01Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani
2006-11-22fix the gl version testRoland Scheidegger
2006-11-03added fsligghtBrian Paul
2006-11-03yet another deriviative of the fplight.c demo for OpenGL 2.0 shading languageBrian Paul
2006-11-02test OpenGL 2.0 stencil funcsBrian Paul
2006-11-01merge the (rest of) texmem branchKeith Whitwell
2006-10-24Add missing call to glutInit.Ian Romanick
2006-10-16Added -clip option to test glCopyPixels beyond window bounds.Brian Paul
2006-10-14allow specifying image size on cmd lineBrian Paul
2006-09-26Prepend #extension 'MESA_shader_debug: require' to each shader.Michal Krol
2006-09-23allocate larger TempImage, use COMBO var to choose test format/typeBrian Paul
2006-09-15npot version of redbook/mipmap.cKeith Whitwell
2006-08-30make prog2 a legal program (texture reference fix)Brian Paul
2006-08-28move initialization code aroudn so glPointParameter isn't called before check...Roland Scheidegger
2006-08-28check for GL_ARB_point_parametersBrian Paul
2006-08-25delete buffers, destroy window upon exitBrian Paul
2006-08-24add point-position.cKeith Whitwell
2006-08-24Test for fragment.position in points primitives. Currently rendersKeith Whitwell
2006-08-15Add test for GL_EXT_gpu_program_parameters.Ian Romanick
2006-08-09More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol
2006-08-02Change fragment shader to utilize faster vec4 operations.Michal Krol
2006-08-02Add test for vec4 extension.Michal Krol
2006-08-01casts and assertionsBrian Paul
2006-08-01code to draw engine blockBrian Paul
2006-07-30Fix dependencies.Michal Krol
2006-07-29Optimize shaders.Michal Krol
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-07-12destroy window upon exit, remove CVS log commentBrian Paul
2006-07-12call glutDestroyWindow() to allow checking for mem leaks upon exitBrian Paul
2006-07-07fixup OSMESA_LIBS and make clean targetBrian Paul
2006-07-07remove GLUT dependencyBrian Paul
2006-07-07remove dependency on GLUTBrian Paul
2006-07-04New animated engine demo.Brian Paul
2006-06-30remove occlude.c demo since GL_HP_occlusion_test no longer availableBrian Paul
2006-06-26use trackball code for mouse rotationBrian Paul
2006-06-26virtual trackball codeBrian Paul
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul
2006-06-22A bunch of tiny tests that I've found helpful bringing up drivers fromKeith Whitwell
2006-06-21exercise min/max lodKeith Whitwell
2006-06-21exercise position invarient vertex programKeith Whitwell
2006-06-13Fix command line parsing.Michel Dänzer