summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-26virtual trackball codeBrian Paul2-0/+422
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul1-0/+2
2006-06-22A bunch of tiny tests that I've found helpful bringing up drivers fromKeith Whitwell54-0/+7585
2006-06-21exercise min/max lodKeith Whitwell1-2/+21
2006-06-21exercise position invarient vertex programKeith Whitwell1-6/+1
2006-06-13Fix command line parsing.Michel Dänzer1-7/+7
2006-06-13removed incorrect const qualifierBrian Paul2-2/+2
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick5-0/+708
2006-06-02Thomas Sondergaard's API tracerBrian Paul6-0/+579
2006-05-31fix extension_supported() function, added commentsBrian Paul1-4/+18
2006-05-31Added some example progs using DirectFBGL.Claudio Ciccani5-0/+2258
2006-05-30Make it running under Linux.Michal Krol8-1481/+1559
2006-05-19print 2D vs 3D in windowBrian Paul1-2/+9
2006-05-19also test 3D textures (press '2'/'3' to toggle)Brian Paul1-8/+44
2006-05-19Demonstrate rendering 8, 16 and 32-bit/channel images all in one program.Brian Paul2-1/+350
2006-05-17call reshape() after init() to set initial projection/viewing transform (see ...Brian Paul1-2/+8
2006-05-16bug 6941: fixed initial rendering problems in glxgearsTilman Sauerbeck1-0/+1
2006-05-16GLSL regression test suite.Michal Krol12-0/+3168
2006-05-15added a few extension #ifdef testsBrian Paul1-1/+12
2006-05-15usage() functionBrian Paul1-2/+15
2006-05-13Expanded output with -l option: vertex/fragment program and vertex/fragmentBrian Paul1-24/+157
2006-05-11simplify image setup code, added LOD Bias control (l/L keys)Brian Paul1-76/+62
2006-05-10simple texture compression testBrian Paul2-0/+274
2006-05-10new test image - Delicate Arch, UtahBrian Paul1-0/+0
2006-05-10Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul2-0/+248
2006-04-28fptest1 requires GL_NV_fragment_programTilman Sauerbeck1-0/+5
2006-04-25Remove carriage returns.Michal Krol1-106/+106
2006-04-24fprintf() clean-up (bug 6730)Brian Paul1-3/+1
2006-04-21fix indentationBrian Paul1-6/+4
2006-04-21use vertex.attrib[3] instead of vertex.colorBrian Paul2-4/+3
2006-04-21s/NV/ARB/Brian Paul1-5/+5
2006-04-14another simple FBO testBrian Paul1-0/+199
2006-04-14test glReadPixels speed w/ various formats/types, PBOsBrian Paul2-0/+287
2006-04-13If the image file is RGB, convert to RGBA (fixes segfault).Brian Paul1-28/+41
2006-04-13Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore)Brian Paul1-5/+5
2006-04-13compile fix from Dan SchikoreBrian Paul1-0/+2
2006-04-11allow rotation w/ mouseBrian Paul1-1/+42
2006-04-06re-enable animationBrian Paul1-1/+1