summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* Add a -fullscreen optionKeith Whitwell2004-12-201-1/+12
|
* updated makefiles for gcc 3.4.3 and bnu 2.15Daniel Borca2004-12-152-6/+6
|
* s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul2004-12-152-2/+2
|
* removed unused visInfo varBrian Paul2004-12-121-3/+0
|
* Fix a couple of glitchesKeith Whitwell2004-12-101-5/+6
|
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-1/+1
| | | | | | | | - 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.
* Demonstrate using a color matrix for yuv-to-rgb conversion at textureKeith Whitwell2004-12-081-0/+32
| | | | upload time.
* Prevent possible divide-by-zero error.Ian Romanick2004-12-011-4/+7
|
* EXT_422_pixels testKeith Whitwell2004-11-301-0/+225
|
* silence warningsBrian Paul2004-11-272-16/+18
|
* (GLint*) casts in glGetIntegerv callsBrian Paul2004-11-261-2/+2
|
* allow specifying image file on command lineBrian Paul2004-11-101-5/+11
|
* Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick2004-11-042-0/+258
| | | | functioning.
* unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!Brian Paul2004-10-311-0/+2
|
* remove debug codeBrian Paul2004-10-291-2/+2
|
* Updated getprocaddress test to use gl_API.xml instead of old APIspec file.Brian Paul2004-10-292-69/+68
|
* added stereo option (Jacek Rosik)Brian Paul2004-10-261-17/+92
|
* wrap angle value (Philipp Klaus Krause)Brian Paul2004-10-231-0/+2
|
* addes osdemo32 target (J.P. Delport)Brian Paul2004-10-231-0/+7
|
* Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick2004-10-161-0/+16
| | | | enums for this extension, the changes to gl.h can be removed.
* Add simple test program for Mesa bug #1028405.Ian Romanick2004-10-082-0/+98
|
* Add the glut project to the demos workspace.Karl Schultz2004-10-011-0/+138
|
* moved to demos/ directoryBrian Paul2004-09-242-577/+0
|
* moved in from the tests/ directory to include in distroBrian Paul2004-09-242-0/+572
|
* removed hacked GL tokens, fixed a printfBrian Paul2004-09-231-9/+1
|
* silence warningsBrian Paul2004-09-162-2/+2
|
* silence warnings, re-indent codeBrian Paul2004-09-161-64/+67
|
* clean-up the hokey transformation code so that window resizes actually workBrian Paul2004-09-161-31/+13
|
* Have the rendering contexts share textures.Brian Paul2004-09-141-9/+62
| | | | | Put simple checker pattern on the objects. Press 'd' to delete texture, 'u' to unbind it.
* changes towards GL_ARB_point_sprite (two-zero)Daniel Borca2004-09-131-4/+49
|
* remove BeOS conditional code. oglinfo should be moved to xdemos since it's ↵Brian Paul2004-08-251-5/+0
| | | | a GLX program
* print current config name before building src and progsBrian Paul2004-08-251-1/+8
|
* GLInfo now show GLU and GLUT infos too. Fix the includes pathsPhilippe Houdoin2004-08-152-9/+40
|
* Obsoleted as demos programs build on BeOS with standard Makefile system.Philippe Houdoin2004-08-151-99/+0
|
* Obsolete the BeOS-specific makefile as we now build using standard Makefiles ↵Philippe Houdoin2004-08-141-59/+0
| | | | chain.
* Obsolete BeOS-specific makefile.Philippe Houdoin2004-08-142-64/+6
| | | | Removed the oglinfo target from samples from BeOS build, as it depends on X.
* Fix demo.cpp, which wasn't working as expected.Philippe Houdoin2004-08-144-100/+207
| | | | | | 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.
* silence a warningBrian Paul2004-08-132-3/+3
|
* minor fix for newest glxext.h headerBrian Paul2004-08-131-1/+1
|
* cvs ignore fileBrian Paul2004-08-101-0/+16
|
* minor anim tweakBrian Paul2004-08-101-2/+3
|
* silence warningBrian Paul2004-08-101-1/+2
|
* use 'a' to toggle animationBrian Paul2004-08-101-0/+8
|
* minor tweaksBrian Paul2004-08-101-1/+3
|
* query/print max convolution filter sizeBrian Paul2004-08-101-0/+7
|
* new image (see mesa bug #993926)Brian Paul2004-07-201-0/+0
|
* redo the event loop to make event response betterBrian Paul2004-07-021-27/+23
|
* option to test with display listsBrian Paul2004-06-281-1/+19
|
* make sure Q has a good value before drawing a sampleBrian Paul2004-06-281-5/+5
|
* new test which uses mixed texgen/non-texgen texture coordinates to exhibit ↵Roland Scheidegger2004-06-251-0/+640
| | | | potential bugs in hardware drivers