Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-08 | Improve 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-08 | Demonstrate using a color matrix for yuv-to-rgb conversion at texture | Keith Whitwell | |
upload time. | |||
2004-12-01 | Prevent possible divide-by-zero error. | Ian Romanick | |
2004-11-30 | EXT_422_pixels test | Keith Whitwell | |
2004-11-27 | silence warnings | Brian Paul | |
2004-11-26 | (GLint*) casts in glGetIntegerv calls | Brian Paul | |
2004-11-10 | allow specifying image file on command line | Brian Paul | |
2004-11-04 | Add EXT_stencil_wrap test that doesn't depend on stencil read-back | Ian Romanick | |
functioning. | |||
2004-10-31 | unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! | Brian Paul | |
2004-10-29 | remove debug code | Brian Paul | |
2004-10-29 | Updated getprocaddress test to use gl_API.xml instead of old APIspec file. | Brian Paul | |
2004-10-26 | added stereo option (Jacek Rosik) | Brian Paul | |
2004-10-23 | wrap angle value (Philipp Klaus Krause) | Brian Paul | |
2004-10-23 | addes osdemo32 target (J.P. Delport) | Brian Paul | |
2004-10-16 | Add support for OES_read_format. As soon as glext.h is updated with the | Ian Romanick | |
enums for this extension, the changes to gl.h can be removed. | |||
2004-10-08 | Add simple test program for Mesa bug #1028405. | Ian Romanick | |
2004-10-01 | Add the glut project to the demos workspace. | Karl Schultz | |
2004-09-24 | moved to demos/ directory | Brian Paul | |
2004-09-24 | moved in from the tests/ directory to include in distro | Brian Paul | |
2004-09-23 | removed hacked GL tokens, fixed a printf | Brian Paul | |
2004-09-16 | silence warnings | Brian Paul | |
2004-09-16 | silence warnings, re-indent code | Brian Paul | |
2004-09-16 | clean-up the hokey transformation code so that window resizes actually work | Brian Paul | |
2004-09-14 | Have 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-13 | changes towards GL_ARB_point_sprite (two-zero) | Daniel Borca | |
2004-08-25 | remove BeOS conditional code. oglinfo should be moved to xdemos since it's ↵ | Brian Paul | |
a GLX program | |||
2004-08-25 | print current config name before building src and progs | Brian Paul | |
2004-08-15 | GLInfo now show GLU and GLUT infos too. Fix the includes paths | Philippe Houdoin | |
2004-08-15 | Obsoleted as demos programs build on BeOS with standard Makefile system. | Philippe Houdoin | |
2004-08-14 | Obsolete the BeOS-specific makefile as we now build using standard Makefiles ↵ | Philippe Houdoin | |
chain. | |||
2004-08-14 | Obsolete BeOS-specific makefile. | Philippe Houdoin | |
Removed the oglinfo target from samples from BeOS build, as it depends on X. | |||
2004-08-14 | Fix 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-13 | silence a warning | Brian Paul | |
2004-08-13 | minor fix for newest glxext.h header | Brian Paul | |
2004-08-10 | cvs ignore file | Brian Paul | |
2004-08-10 | minor anim tweak | Brian Paul | |
2004-08-10 | silence warning | Brian Paul | |
2004-08-10 | use 'a' to toggle animation | Brian Paul | |
2004-08-10 | minor tweaks | Brian Paul | |
2004-08-10 | query/print max convolution filter size | Brian Paul | |
2004-07-20 | new image (see mesa bug #993926) | Brian Paul | |
2004-07-02 | redo the event loop to make event response better | Brian Paul | |
2004-06-28 | option to test with display lists | Brian Paul | |
2004-06-28 | make sure Q has a good value before drawing a sample | Brian Paul | |
2004-06-25 | new test which uses mixed texgen/non-texgen texture coordinates to exhibit ↵ | Roland Scheidegger | |
potential bugs in hardware drivers | |||
2004-06-17 | Make the test check for core GL version 1.3 in addition to testing for | Ian Romanick | |
GL_ARB_texture_compression. Also make the test list the compression formats the driver "encourages" the app to use. | |||
2004-06-11 | don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegal | Brian Paul | |
2004-06-07 | small corrections | Daniel Borca | |
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
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". | |||
2004-05-27 | Build the fogcoord demo. | Ian Romanick | |