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