Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Added simple EXT_blend_minmax test. | Ian Romanick | 2004-05-11 | 2 | -0/+210 |
| | |||||
* | Added simple NV_blend_square test. | Ian Romanick | 2004-05-11 | 2 | -0/+154 |
| | |||||
* | s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/ | Brian Paul | 2004-05-10 | 1 | -5/+4 |
| | |||||
* | Uses either the GLX_SGI_make_current_read or GLX 1.3 interface, | Ian Romanick | 2004-05-07 | 1 | -5/+23 |
| | | | | depending on which is available. | ||||
* | Added menu options to test border modes and linear/nearest filtering. | Brian Paul | 2004-05-06 | 1 | -7/+70 |
| | | | | | Adjust texcoords so we always have to sample the border. Other misc changes. | ||||
* | Modified to use vertex arrays. Vertex arrays and immediate mode calls | Ian Romanick | 2004-05-05 | 1 | -30/+94 |
| | | | | are toggled with the 't' key. | ||||
* | don't need auto mipmaps | Brian Paul | 2004-05-05 | 1 | -1/+0 |
| | |||||
* | added -c option to exercise convolution of glTexImage2D | Brian Paul | 2004-05-04 | 1 | -16/+64 |
| | |||||
* | texture compression: getting warmer | Daniel Borca | 2004-05-04 | 1 | -0/+2 |
| | |||||
* | FXT1 preparations | Daniel Borca | 2004-04-29 | 1 | -0/+3 |
| | |||||
* | assorted fixes | Brian Paul | 2004-04-23 | 4 | -4/+1 |
| | |||||
* | Add fps output | Keith Whitwell | 2004-04-23 | 1 | -0/+16 |
| | |||||
* | added floattex.c to test floating point textures | Brian Paul | 2004-04-22 | 2 | -0/+171 |
| | |||||
* | minor clean-ups | Brian Paul | 2004-04-22 | 1 | -24/+36 |
| | |||||
* | obsolete | Brian Paul | 2004-04-22 | 5 | -404/+0 |
| | |||||
* | removed non-existant arbfpwpos.c, added UTIL_FILES target | Brian Paul | 2004-04-20 | 1 | -2/+3 |
| | |||||
* | hack to use glTexCoord4f and Q variable to test projective texcoords | Brian Paul | 2004-04-18 | 1 | -4/+5 |
| | |||||
* | Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile | Keith Whitwell | 2004-04-14 | 2 | -1/+2 |
| | | | | | | | | | and execute fragment programs. Very limited and experimental, but works well enough to run arbfplight.c. http://fabrice.bellard.free.fr/tcc/ Compile with 'make linux-tcc', being sure to make clean first. | ||||
* | added zreaddraw.c | Brian Paul | 2004-04-08 | 1 | -1/+2 |
| | |||||
* | no depend file | Brian Paul | 2004-04-08 | 1 | -3/+0 |
| | |||||
* | for make clean, include tests directory | Brian Paul | 2004-04-03 | 1 | -1/+1 |
| | |||||
* | minor fixes | Brian Paul | 2004-03-26 | 5 | -14/+9 |
| | |||||
* | Don't use pushd/popd. | Brian Paul | 2004-03-26 | 1 | -6/+2 |
| | |||||
* | new Makefile | Brian Paul | 2004-03-26 | 1 | -0/+113 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 4 | -13/+3 |
| | |||||
* | clamp BiasMin, BiasMax to reasonable values | Brian Paul | 2004-03-26 | 1 | -0/+8 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 6 | -0/+331 |
| | |||||
* | check for GLX 1.3 during init | Brian Paul | 2004-03-26 | 1 | -2/+10 |
| | |||||
* | silence warnings | Brian Paul | 2004-03-25 | 1 | -3/+3 |
| | |||||
* | added some code to test buffer deletion | Brian Paul | 2004-03-22 | 1 | -0/+27 |
| | |||||
* | use GL state vars instead of program parameters | Brian Paul | 2004-03-22 | 1 | -12/+2 |
| | |||||
* | test of aux buffer rendering | Brian Paul | 2004-03-21 | 1 | -0/+499 |
| | |||||
* | GL_EXT_pixel_buffer_object test | Brian Paul | 2004-03-13 | 2 | -0/+290 |
| | |||||
* | The available GLX version is now logged in addition to the client | Ian Romanick | 2004-02-23 | 1 | -0/+9 |
| | | | | version and the server version. | ||||
* | compute fog coord in eye space, not clip space | Brian Paul | 2004-02-17 | 1 | -3/+5 |
| | |||||
* | define DO_FRAGMENT_FOG=1 to test fragment program fog option | Brian Paul | 2004-02-17 | 1 | -1/+28 |
| | |||||
* | remove incorrect negation in fog coord computation | Brian Paul | 2004-02-16 | 1 | -1/+4 |
| |