summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)Author
2004-12-20Add a -fullscreen optionKeith Whitwell
2004-12-15updated makefiles for gcc 3.4.3 and bnu 2.15Daniel Borca
2004-12-15s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul
2004-12-12removed unused visInfo varBrian Paul
2004-12-10Fix a couple of glitchesKeith Whitwell
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
- Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures.
2004-12-08Demonstrate using a color matrix for yuv-to-rgb conversion at textureKeith Whitwell
upload time.
2004-12-01Prevent possible divide-by-zero error.Ian Romanick
2004-11-30EXT_422_pixels testKeith Whitwell
2004-11-27silence warningsBrian Paul
2004-11-26(GLint*) casts in glGetIntegerv callsBrian Paul
2004-11-10allow specifying image file on command lineBrian Paul
2004-11-04Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick
functioning.
2004-10-31unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!Brian Paul
2004-10-29remove debug codeBrian Paul
2004-10-29Updated getprocaddress test to use gl_API.xml instead of old APIspec file.Brian Paul
2004-10-26added stereo option (Jacek Rosik)Brian Paul
2004-10-23wrap angle value (Philipp Klaus Krause)Brian Paul
2004-10-23addes osdemo32 target (J.P. Delport)Brian Paul
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick
enums for this extension, the changes to gl.h can be removed.
2004-10-08Add simple test program for Mesa bug #1028405.Ian Romanick
2004-10-01Add the glut project to the demos workspace.Karl Schultz
2004-09-24moved to demos/ directoryBrian Paul
2004-09-24moved in from the tests/ directory to include in distroBrian Paul
2004-09-23removed hacked GL tokens, fixed a printfBrian Paul
2004-09-16silence warningsBrian Paul
2004-09-16silence warnings, re-indent codeBrian Paul
2004-09-16clean-up the hokey transformation code so that window resizes actually workBrian Paul
2004-09-14Have the rendering contexts share textures.Brian Paul
Put simple checker pattern on the objects. Press 'd' to delete texture, 'u' to unbind it.
2004-09-13changes towards GL_ARB_point_sprite (two-zero)Daniel Borca
2004-08-25remove BeOS conditional code. oglinfo should be moved to xdemos since it's ↵Brian Paul
a GLX program
2004-08-25print current config name before building src and progsBrian Paul
2004-08-15GLInfo now show GLU and GLUT infos too. Fix the includes pathsPhilippe Houdoin
2004-08-15Obsoleted as demos programs build on BeOS with standard Makefile system.Philippe Houdoin
2004-08-14Obsolete the BeOS-specific makefile as we now build using standard Makefiles ↵Philippe Houdoin
chain.
2004-08-14Obsolete BeOS-specific makefile.Philippe Houdoin
Removed the oglinfo target from samples from BeOS build, as it depends on X.
2004-08-14Fix demo.cpp, which wasn't working as expected.Philippe Houdoin
Add a GLInfo app, a graphical tool displaying GL Info as a treeview. Usefull to see which OpenGL renderer you use and which extension(s) is supported. Convert the Makefile to be $(TOP)/configs/default-based.
2004-08-13silence a warningBrian Paul
2004-08-13minor fix for newest glxext.h headerBrian Paul
2004-08-10cvs ignore fileBrian Paul
2004-08-10minor anim tweakBrian Paul
2004-08-10silence warningBrian Paul
2004-08-10use 'a' to toggle animationBrian Paul
2004-08-10minor tweaksBrian Paul
2004-08-10query/print max convolution filter sizeBrian Paul
2004-07-20new image (see mesa bug #993926)Brian Paul
2004-07-02redo the event loop to make event response betterBrian Paul
2004-06-28option to test with display listsBrian Paul
2004-06-28make sure Q has a good value before drawing a sampleBrian Paul
2004-06-25new test which uses mixed texgen/non-texgen texture coordinates to exhibit ↵Roland Scheidegger
potential bugs in hardware drivers