summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2007-03-25destroy window on exitBrian1-1/+3
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-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-17 Fix bug#9673Xiang, Haihao1-4/+4
2007-01-16Additional display list testsKeith Whitwell4-1/+460
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
2006-10-16Added -clip option to test glCopyPixels beyond window bounds.Brian Paul1-18/+17
2006-10-14allow specifying image size on cmd lineBrian Paul1-19/+26
2006-09-26Prepend #extension 'MESA_shader_debug: require' to each shader.Michal Krol2-1/+41
2006-09-23allocate larger TempImage, use COMBO var to choose test format/typeBrian Paul1-15/+16
2006-09-15npot version of redbook/mipmap.cKeith Whitwell2-0/+185
2006-08-30make prog2 a legal program (texture reference fix)Brian Paul1-1/+1
2006-08-28move initialization code aroudn so glPointParameter isn't called before check...Roland Scheidegger1-3/+3
2006-08-28check for GL_ARB_point_parametersBrian Paul1-0/+5
2006-08-25delete buffers, destroy window upon exitBrian Paul1-1/+13
2006-08-24add point-position.cKeith Whitwell1-0/+1
2006-08-24Test for fragment.position in points primitives. Currently rendersKeith Whitwell1-0/+119
2006-08-15Add test for GL_EXT_gpu_program_parameters.Ian Romanick2-0/+286
2006-08-09More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol2-1/+22
2006-08-02Change fragment shader to utilize faster vec4 operations.Michal Krol1-23/+38
2006-08-02Add test for vec4 extension.Michal Krol1-0/+152
2006-08-01casts and assertionsBrian Paul1-4/+9
2006-08-01code to draw engine blockBrian Paul1-11/+205
2006-07-30Fix dependencies.Michal Krol1-16/+4
2006-07-29Optimize shaders.Michal Krol1-15/+30
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul8-23/+23
2006-07-12destroy window upon exit, remove CVS log commentmesa-6_5-20060712Brian Paul1-22/+4
2006-07-12call glutDestroyWindow() to allow checking for mem leaks upon exitBrian Paul1-1/+3
2006-07-07fixup OSMESA_LIBS and make clean targetBrian Paul1-1/+5
2006-07-07remove GLUT dependencyBrian Paul1-7/+133
2006-07-07remove dependency on GLUTBrian Paul1-33/+75
2006-07-04New animated engine demo.Brian Paul2-0/+1107
2006-06-30remove occlude.c demo since GL_HP_occlusion_test no longer availableBrian Paul1-1/+0
2006-06-26use trackball code for mouse rotationBrian Paul2-49/+44