Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor tweaks | Brian Paul | 2004-08-10 | 1 | -1/+3 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | added floattex.c to test floating point textures | Brian Paul | 2004-04-22 | 2 | -0/+171 |
| | |||||
* | obsolete | Brian Paul | 2004-04-22 | 1 | -115/+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 | 1 | -0/+1 |
| | | | | | | | | | 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 |
| | |||||
* | minor fixes | Brian Paul | 2004-03-26 | 1 | -4/+1 |
| | |||||
* | new Makefile | Brian Paul | 2004-03-26 | 1 | -0/+113 |
| | |||||
* | added some code to test buffer deletion | Brian Paul | 2004-03-22 | 1 | -0/+27 |
| | |||||
* | 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 |
| | |||||
* | remove incorrect negation in fog coord computation | Brian Paul | 2004-02-16 | 1 | -1/+4 |
| | |||||
* | Use quads instead of lines to ensure this is testing stencil functionality | Keith Whitwell | 2004-02-04 | 1 | -5/+9 |
| | | | | | rather than rasterization. A crutch to hw with wonky line rasterizers. | ||||
* | added display list option (l key) | Brian Paul | 2004-01-31 | 1 | -1/+15 |
| | |||||
* | add vparray.c, fix indentation | Brian Paul | 2004-01-31 | 1 | -3/+4 |
| | |||||
* | enable program and arrays by default, minor clean-ups | Brian Paul | 2004-01-31 | 1 | -8/+3 |
| | |||||
* | fix printf warnings | Alan Hourihane | 2004-01-28 | 5 | -6/+6 |
| | |||||
* | Add glutInitWindowPosition call | Keith Whitwell | 2004-01-28 | 1 | -1/+2 |
| | |||||
* | Add tests for ARB_fp trig instructions and also for 1D texturing | Keith Whitwell | 2004-01-26 | 3 | -0/+297 |
| | |||||
* | added parsing exercises for ARL and relative offsets in ARB_vp | Karl Rasche | 2003-12-09 | 1 | -12/+9 |
| | |||||
* | A quick little test to show disapeearing specular color between vertex and ↵ | Karl Rasche | 2003-12-08 | 2 | -1/+196 |
| | | | | fragment program execution | ||||
* | Committing in . | Jouk Jansen | 2003-12-08 | 3 | -5/+17 |
| | | | | | | | | | | | | | OpenVMS compile issues Modified Files: Mesa-newtree/progs/tests/cva.c Mesa-newtree/progs/tests/dinoshade.c Mesa-newtree/progs/tests/multipal.c Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/src/mesa/tnl/t_vtx_api.c ---------------------------------------------------------------------- | ||||
* | s/inverse/invtrans.. whoopsie | Karl Rasche | 2003-12-02 | 1 | -4/+4 |
| | |||||
* | Moving NV_fragment_program tests to ARB_fragment_program | Karl Rasche | 2003-11-24 | 3 | -1/+365 |
| | |||||
* | Porting NV_vertex_program demos to ARB_vertex_program | Karl Rasche | 2003-11-23 | 1 | -0/+4 |
| | |||||
* | Porting NV_vertex_program tests to ARB_vertex_program | Karl Rasche | 2003-11-23 | 4 | -0/+732 |
| | |||||
* | build fixes, rh9 | Keith Whitwell | 2003-11-23 | 5 | -6/+10 |
| | |||||
* | texture compression testbed | Daniel Borca | 2003-11-20 | 1 | -0/+389 |
| | |||||
* | added more debug code and tests | Brian Paul | 2003-10-21 | 1 | -5/+23 |
| | |||||
* | exercise more vertex buffer object functions | Brian Paul | 2003-10-14 | 1 | -7/+34 |
| | |||||
* | s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/ | Brian Paul | 2003-09-17 | 1 | -3/+3 |
| | |||||
* | Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB path | Brian Paul | 2003-09-17 | 1 | -1/+27 |
| | |||||
* | test GL_ARB_vertex_buffer_object | Brian Paul | 2003-09-17 | 2 | -0/+260 |
| | |||||
* | more debugger development | Brian Paul | 2003-09-05 | 1 | -13/+124 |
| | |||||
* | include math.h | Brian Paul | 2003-09-03 | 1 | -1/+1 |
| |