Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add EXT_stencil_wrap test that doesn't depend on stencil read-back | Ian Romanick | 2004-11-04 | 2 | -0/+258 |
| | | | | functioning. | ||||
* | unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! | Brian Paul | 2004-10-31 | 1 | -0/+2 |
| | |||||
* | remove debug code | Brian Paul | 2004-10-29 | 1 | -2/+2 |
| | |||||
* | Updated getprocaddress test to use gl_API.xml instead of old APIspec file. | Brian Paul | 2004-10-29 | 2 | -69/+68 |
| | |||||
* | added stereo option (Jacek Rosik) | Brian Paul | 2004-10-26 | 1 | -17/+92 |
| | |||||
* | wrap angle value (Philipp Klaus Krause) | Brian Paul | 2004-10-23 | 1 | -0/+2 |
| | |||||
* | addes osdemo32 target (J.P. Delport) | Brian Paul | 2004-10-23 | 1 | -0/+7 |
| | |||||
* | Add support for OES_read_format. As soon as glext.h is updated with the | Ian Romanick | 2004-10-16 | 1 | -0/+16 |
| | | | | enums for this extension, the changes to gl.h can be removed. | ||||
* | Add simple test program for Mesa bug #1028405. | Ian Romanick | 2004-10-08 | 2 | -0/+98 |
| | |||||
* | Add the glut project to the demos workspace. | Karl Schultz | 2004-10-01 | 1 | -0/+138 |
| | |||||
* | moved to demos/ directory | Brian Paul | 2004-09-24 | 2 | -577/+0 |
| | |||||
* | moved in from the tests/ directory to include in distro | Brian Paul | 2004-09-24 | 2 | -0/+572 |
| | |||||
* | removed hacked GL tokens, fixed a printf | Brian Paul | 2004-09-23 | 1 | -9/+1 |
| | |||||
* | silence warnings | Brian Paul | 2004-09-16 | 2 | -2/+2 |
| | |||||
* | silence warnings, re-indent code | Brian Paul | 2004-09-16 | 1 | -64/+67 |
| | |||||
* | clean-up the hokey transformation code so that window resizes actually work | Brian Paul | 2004-09-16 | 1 | -31/+13 |
| | |||||
* | Have the rendering contexts share textures. | Brian Paul | 2004-09-14 | 1 | -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 Borca | 2004-09-13 | 1 | -4/+49 |
| | |||||
* | remove BeOS conditional code. oglinfo should be moved to xdemos since it's ↵ | Brian Paul | 2004-08-25 | 1 | -5/+0 |
| | | | | a GLX program | ||||
* | print current config name before building src and progs | Brian Paul | 2004-08-25 | 1 | -1/+8 |
| | |||||
* | GLInfo now show GLU and GLUT infos too. Fix the includes paths | Philippe Houdoin | 2004-08-15 | 2 | -9/+40 |
| | |||||
* | Obsoleted as demos programs build on BeOS with standard Makefile system. | Philippe Houdoin | 2004-08-15 | 1 | -99/+0 |
| | |||||
* | Obsolete the BeOS-specific makefile as we now build using standard Makefiles ↵ | Philippe Houdoin | 2004-08-14 | 1 | -59/+0 |
| | | | | chain. | ||||
* | Obsolete BeOS-specific makefile. | Philippe Houdoin | 2004-08-14 | 2 | -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 Houdoin | 2004-08-14 | 4 | -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 warning | Brian Paul | 2004-08-13 | 2 | -3/+3 |
| | |||||
* | minor fix for newest glxext.h header | Brian Paul | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | cvs ignore file | Brian Paul | 2004-08-10 | 1 | -0/+16 |
| | |||||
* | minor anim tweak | Brian Paul | 2004-08-10 | 1 | -2/+3 |
| | |||||
* | silence warning | Brian Paul | 2004-08-10 | 1 | -1/+2 |
| | |||||
* | use 'a' to toggle animation | Brian Paul | 2004-08-10 | 1 | -0/+8 |
| | |||||
* | minor tweaks | Brian Paul | 2004-08-10 | 1 | -1/+3 |
| | |||||
* | query/print max convolution filter size | Brian Paul | 2004-08-10 | 1 | -0/+7 |
| | |||||
* | new image (see mesa bug #993926) | Brian Paul | 2004-07-20 | 1 | -0/+0 |
| | |||||
* | redo the event loop to make event response better | Brian Paul | 2004-07-02 | 1 | -27/+23 |
| | |||||
* | option to test with display lists | Brian Paul | 2004-06-28 | 1 | -1/+19 |
| | |||||
* | make sure Q has a good value before drawing a sample | Brian Paul | 2004-06-28 | 1 | -5/+5 |
| | |||||
* | new test which uses mixed texgen/non-texgen texture coordinates to exhibit ↵ | Roland Scheidegger | 2004-06-25 | 1 | -0/+640 |
| | | | | potential bugs in hardware drivers | ||||
* | Make the test check for core GL version 1.3 in addition to testing for | Ian Romanick | 2004-06-17 | 1 | -2/+22 |
| | | | | | GL_ARB_texture_compression. Also make the test list the compression formats the driver "encourages" the app to use. | ||||
* | don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegal | Brian Paul | 2004-06-11 | 1 | -1/+2 |
| | |||||
* | small corrections | Daniel Borca | 2004-06-07 | 1 | -12/+11 |
| | |||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 2 | -3/+3 |
| | | | | | | variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | ||||
* | Build the fogcoord demo. | Ian Romanick | 2004-05-27 | 1 | -0/+1 |
| | |||||
* | Minor code simplification. | Ian Romanick | 2004-05-26 | 1 | -12/+9 |
| | |||||
* | Test the overhead of just calling a GL function. The Python script is | Ian Romanick | 2004-05-26 | 2 | -0/+289 |
| | | | | a helper to do multiple runs and compare the results. | ||||
* | use OGL 1.1 color logic ops in addition to GL_EXT_blend_logic_op | Roland Scheidegger | 2004-05-21 | 2 | -13/+60 |
| | |||||
* | (Dieter Nuetzel) fix typo in help screen | Roland Scheidegger | 2004-05-21 | 1 | -1/+1 |
| | |||||
* | Test program to check that packed pixel formats work as expected with | Brian Paul | 2004-05-12 | 2 | -0/+300 |
| | | | | | glTexImage2D. All samples should appear identical. Press f/F to change the internal texture format. | ||||
* | obsolete in favor of regular Makefiles | Brian Paul | 2004-05-12 | 1 | -62/+0 |
| | |||||
* | Added a 4th square to the output. Expanded the message written to the | Ian Romanick | 2004-05-11 | 1 | -6/+31 |
| | | | | console. |