summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)Author
2006-08-28move initialization code aroudn so glPointParameter isn't called before ↵Roland Scheidegger
checking the extension is present
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
incorrectly on software mesa.
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
Use frame counter.
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
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
scratch. These exercise single pieces of functionality and provide a gentler ramp than trying to use the mesa demos to bring up drivers with.
2006-06-21exercise min/max lodKeith Whitwell
2006-06-21exercise position invarient vertex programKeith Whitwell
2006-06-13Fix command line parsing.Michel Dänzer
2006-06-13removed incorrect const qualifierBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.
2006-06-02Thomas Sondergaard's API tracerBrian Paul
2006-05-31fix extension_supported() function, added commentsBrian Paul
2006-05-31Added some example progs using DirectFBGL.Claudio Ciccani
2006-05-30Make it running under Linux.Michal Krol
2006-05-19print 2D vs 3D in windowBrian Paul
2006-05-19also test 3D textures (press '2'/'3' to toggle)Brian Paul
2006-05-19Demonstrate rendering 8, 16 and 32-bit/channel images all in one program.Brian Paul
Like older osdemo.c program, but test more OpenGL features like texturing, blending, lines.
2006-05-17call reshape() after init() to set initial projection/viewing transform (see ↵Brian Paul
bug 6941)
2006-05-16bug 6941: fixed initial rendering problems in glxgearsTilman Sauerbeck
2006-05-16GLSL regression test suite.Michal Krol
2006-05-15added a few extension #ifdef testsBrian Paul
2006-05-15usage() functionBrian Paul
2006-05-13Expanded output with -l option: vertex/fragment program and vertex/fragmentBrian Paul
shader limits. Misc sync-ups with x.org copy of glxinfo.
2006-05-11simplify image setup code, added LOD Bias control (l/L keys)Brian Paul
2006-05-10simple texture compression testBrian Paul
2006-05-10new test image - Delicate Arch, UtahBrian Paul
2006-05-10Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul
2006-04-28fptest1 requires GL_NV_fragment_programTilman Sauerbeck
2006-04-25Remove carriage returns.Michal Krol
2006-04-24fprintf() clean-up (bug 6730)Brian Paul