Age | Commit message (Expand) | Author | Files | Lines |
2007-03-26 | merge of glsl-compiler-1 branch | Brian | 2 | -0/+307 |
2007-03-25 | destroy window on exit | Brian | 1 | -1/+3 |
2007-03-12 | extra stuff for drawbuffers test | Brian | 1 | -0/+8 |
2007-03-11 | added drawbuffers.c | Brian | 1 | -0/+1 |
2007-03-11 | Test the GL_ARB_draw_buffers extension. | Brian | 1 | -0/+298 |
2007-03-06 | destroy window during cleanup | Brian | 2 | -2/+7 |
2007-03-01 | fix clipping, display name, warnings | Brian | 1 | -10/+12 |
2006-12-14 | mipmap_limits: Fix display of current texture filtering mode. | Michel Dänzer | 1 | -1/+1 |
2006-12-06 | Make git ignore files only generated at build time. | Michel Dänzer | 1 | -0/+0 |
2006-11-22 | fix the gl version test | Roland Scheidegger | 1 | -4/+4 |
2006-11-02 | test OpenGL 2.0 stencil funcs | Brian Paul | 1 | -5/+83 |
2006-09-15 | npot version of redbook/mipmap.c | Keith Whitwell | 2 | -0/+185 |
2006-08-30 | make prog2 a legal program (texture reference fix) | Brian Paul | 1 | -1/+1 |
2006-08-25 | delete buffers, destroy window upon exit | Brian Paul | 1 | -1/+13 |
2006-08-15 | Add test for GL_EXT_gpu_program_parameters. | Ian Romanick | 2 | -0/+286 |
2006-06-21 | exercise min/max lod | Keith Whitwell | 1 | -2/+21 |
2006-06-21 | exercise position invarient vertex program | Keith Whitwell | 1 | -6/+1 |
2006-06-13 | removed incorrect const qualifier | Brian Paul | 2 | -2/+2 |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 3 | -0/+384 |
2006-05-31 | fix extension_supported() function, added comments | Brian Paul | 1 | -4/+18 |
2006-05-19 | print 2D vs 3D in window | Brian Paul | 1 | -2/+9 |
2006-05-19 | also test 3D textures (press '2'/'3' to toggle) | Brian Paul | 1 | -8/+44 |
2006-05-11 | simplify image setup code, added LOD Bias control (l/L keys) | Brian Paul | 1 | -76/+62 |
2006-05-10 | simple texture compression test | Brian Paul | 2 | -0/+274 |
2006-05-10 | Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL. | Brian Paul | 2 | -0/+248 |
2006-04-28 | fptest1 requires GL_NV_fragment_program | Tilman Sauerbeck | 1 | -0/+5 |
2006-04-21 | fix indentation | Brian Paul | 1 | -6/+4 |
2006-04-21 | use vertex.attrib[3] instead of vertex.color | Brian Paul | 2 | -4/+3 |
2006-04-21 | s/NV/ARB/ | Brian Paul | 1 | -5/+5 |
2006-04-14 | another simple FBO test | Brian Paul | 1 | -0/+199 |
2006-04-14 | test glReadPixels speed w/ various formats/types, PBOs | Brian Paul | 2 | -0/+287 |
2006-04-13 | If the image file is RGB, convert to RGBA (fixes segfault). | Brian Paul | 1 | -28/+41 |
2006-03-24 | lots of debug options, some code movement, etc | Brian Paul | 1 | -30/+92 |
2006-03-06 | Display the correct bug number in the information text. | Ian Romanick | 1 | -2/+2 |
2006-03-06 | Don't try to bind to proxy texture target. This is defined by the spec to be | Ian Romanick | 1 | -5/+3 |
2006-03-04 | Build test for bugzilla #3050 | Ian Romanick | 1 | -0/+1 |
2006-03-04 | Test case for bugzilla #3050. | Ian Romanick | 1 | -0/+164 |
2006-03-02 | test glBlitFramebufferEXT w/ -blit flag | Brian Paul | 1 | -2/+33 |
2006-01-30 | updated comment | Brian Paul | 1 | -6/+2 |
2006-01-30 | silence warning about duplicate M_PI definition | Brian Paul | 1 | -1/+5 |
2006-01-30 | added more tests (Pedro Maia) | Brian Paul | 1 | -1/+5 |
2006-01-27 | Don't do swapbuffers if -nodraw specified. Get t0 after setup code. | Brian Paul | 1 | -2/+9 |
2006-01-26 | Test glTexSubImage and glCopyTexSubImage rate. | Brian Paul | 2 | -0/+344 |
2006-01-26 | copypixrate.c - measure the speed of glCopyPixels. | Brian Paul | 2 | -0/+229 |
2005-11-17 | delete frame/renderbuffers upon exit, more error checking | Brian Paul | 1 | -15/+29 |
2005-11-16 | added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objects | Brian Paul | 1 | -22/+76 |
2005-11-15 | Two subtle things missed on the previous commit. | Ian Romanick | 1 | -1/+4 |
2005-11-15 | Add the ability for interleave to test passing invalid format enums | Ian Romanick | 1 | -5/+43 |
2005-11-14 | Simple test of glInterleavedArrays functionality. | Ian Romanick | 2 | -0/+366 |
2005-10-28 | Add new test "texfilt". This test is a cousin to texwrap. Instead of | Ian Romanick | 2 | -3/+402 |