Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested ↵ | Brian Paul | 2008-05-08 | 1 | -0/+1 |
| | | | | depth buffer | ||||
* | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 1 | -3/+3 |
| | | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean. | ||||
* | Press <space> to reset limit/bias values, clean-up limit/bias printf | Brian Paul | 2008-05-03 | 1 | -7/+25 |
| | |||||
* | Add a couple of test apps for line/unfilled polygon clipping. | Eric Anholt | 2008-03-27 | 4 | -0/+384 |
| | |||||
* | Added minmag.c test | Brian | 2008-02-16 | 2 | -0/+199 |
| | | | | | Test that different minification and magnification filters are chosen for the non-mipmapped texture case. | ||||
* | Fix broken test. | Brian | 2008-02-12 | 1 | -17/+40 |
| | | | | | As-is, if the texture was too large for the target, an assertion would fail. Now check proxy texture first and if it works, then test non-proxy target. | ||||
* | Set Min/MaxLod with glTexParameterf, not glTexParameteri | Brian | 2008-02-12 | 1 | -2/+2 |
| | |||||
* | tweak incr/decrements amounts for keyboard options | Brian | 2008-02-12 | 1 | -6/+6 |
| | |||||
* | Include glext.h in the cva test so that it actually uses CVAs. | Eric Anholt | 2008-02-04 | 1 | -1/+1 |
| | |||||
* | Convert to 0/1 when setting boolean uniforms | Bruce Merry | 2008-01-01 | 1 | -1/+40 |
| | | | | Also add some extra tests to the shader_api regression tests | ||||
* | Add a test program to test for assorted bugs in shader_api.c | Bruce Merry | 2008-01-01 | 3 | -0/+302 |
| | |||||
* | add simple test for two-sided stencil functionality | Roland Scheidegger | 2007-12-11 | 2 | -0/+300 |
| | |||||
* | added culling/wireframe options | Brian | 2007-12-04 | 1 | -13/+57 |
| | |||||
* | Print point/line size range limits | Brian | 2007-11-22 | 1 | -1/+11 |
| | |||||
* | test that point/line/quad rendering hits the right pixels | Brian | 2007-11-09 | 2 | -0/+201 |
| | |||||
* | test glStencilFuncSeparateATI() | Brian | 2007-10-30 | 1 | -0/+26 |
| | |||||
* | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | Ignore more generated files in progs/ | Dan Nicholson | 2007-10-10 | 1 | -3/+3 |
| | | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted. | ||||
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -6/+6 |
| | |||||
* | Fix progs/tests/ build with BSD make. | Eric Anholt | 2007-09-24 | 1 | -18/+16 |
| | |||||
* | Update .gitignore for tests and xdemos. | Eric Anholt | 2007-09-24 | 1 | -0/+22 |
| | |||||
* | Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h. | Eric Anholt | 2007-09-24 | 3 | -15/+3 |
| | |||||
* | 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 |
| | | | | | | | | Also requires GL_EXT_framebuffer_object and OpenGL 2.0 (for GLSL). | ||||
* | | 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 |
| | | | | | | | and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required. | ||||
* | 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 |
| |