Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | an error. Since we're working with a proxy target, don't bother using real texture data. Add a missing new-line in an error printf. | ||||
* | 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 |
| | |||||
* | More GLSL code: | Michal Krol | 2006-02-21 | 2 | -37/+37 |
| | | | | | | | - uniforms (only GetLocation, Uniform1f and Uniform4fv for now for demos); - fix bugs and optimize array size handling; - 2D texture sampling (needs Enable(TEXTURE_2D) to work); - decrease built-in library assembly size by 30%. | ||||
* | More GLSL code. | Michal Krol | 2006-02-18 | 3 | -23/+203 |
| | | | | | | - general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff. | ||||
* | Demonstrate GLSL fragment and vertex shaders. | Michal Krol | 2006-02-15 | 2 | -0/+286 |
| | |||||
* | s/malloc/calloc/, fix mem leak | Brian Paul | 2006-01-31 | 1 | -2/+5 |
| | |||||
* | 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 |
| | |||||
* | use fmod() when incrementing CubeRot | Brian Paul | 2006-01-30 | 1 | -4/+3 |
| | |||||
* | Test glCopyTexSubImage2D by drawing gears as texture on sides of a box. | Brian Paul | 2006-01-28 | 2 | -0/+487 |
| | |||||
* | 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 |
| | | | | Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate. | ||||
* | copypixrate.c - measure the speed of glCopyPixels. | Brian Paul | 2006-01-26 | 2 | -0/+229 |
| | |||||
* | remove the GL_HP_occlusion_test code | Brian Paul | 2006-01-26 | 1 | -48/+0 |
| | |||||
* | Free visinfo object (Tilman Sauerbeck) | Brian Paul | 2006-01-16 | 1 | -0/+2 |
| | |||||
* | Fix the default target to remake readtex.o if needed | Adam Jackson | 2006-01-13 | 1 | -1/+2 |
| | |||||
* | Oops - bad file-completion typo. | Keith Whitwell | 2006-01-05 | 2 | -0/+114 |
| | |||||
* | add simple test for program local parameters | Keith Whitwell | 2006-01-05 | 3 | -92/+1 |
| | |||||
* | update to new API | Dave Airlie | 2005-12-23 | 2 | -2/+2 |
| | |||||
* | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul | 2005-12-14 | 2 | -211/+0 |
| | | | | done with fragment programs nowadays. | ||||
* | s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/ | Brian Paul | 2005-12-10 | 1 | -1/+1 |
| | |||||
* | 'a' key to toggle animation | Brian Paul | 2005-12-08 | 1 | -9/+19 |
| | |||||
* | check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() call | Brian Paul | 2005-11-23 | 1 | -3/+7 |
| | |||||
* | Choose the display mode / surface size in an intelligent way. | Brian Paul | 2005-11-23 | 1 | -34/+61 |
| | | | | | Fix // comments. More error checking, etc. | ||||
* | call gluDeleteQuadric() to fix mem leak | Brian Paul | 2005-11-19 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Two subtle things missed on the previous commit. | Ian Romanick | 2005-11-15 | 1 | -1/+4 |
| | |||||
* | Add the ability for interleave to test passing invalid format enums | Ian Romanick | 2005-11-15 | 1 | -5/+43 |
| | | | | and invalid stride values (see bugzilla #5058). | ||||
* | Simple test of glInterleavedArrays functionality. | Ian Romanick | 2005-11-14 | 2 | -0/+366 |
| | |||||
* | More useful ARL test | Keith Whitwell | 2005-11-02 | 1 | -3/+3 |
| | |||||
* | add an arl test | Keith Whitwell | 2005-11-01 | 2 | -1/+10 |
| | |||||
* | Make colors match the fp tests (really) | Keith Whitwell | 2005-11-01 | 1 | -2/+2 |
| | |||||
* | Make colors match the fp tests | Keith Whitwell | 2005-11-01 | 1 | -2/+2 |
| | |||||
* | standalone tests for vp instructions | Keith Whitwell | 2005-11-01 | 27 | -0/+408 |
| | |||||
* | Add new test "texfilt". This test is a cousin to texwrap. Instead of | Ian Romanick | 2005-10-28 | 2 | -3/+402 |
| | | | | | | | | testing various texture wrap modes, this test examines various texture filter modes, including anisotropic. Add CFLAGS to a couple places in Makefile so that 32-bit builds on 64-bit archs will work correctly. | ||||
* | Add built programs to .cvsignore. | Eric Anholt | 2005-10-26 | 1 | -0/+52 |
| | |||||
* | Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I | Eric Anholt | 2005-10-26 | 2 | -0/+200 |
| | | | | wrote for sis, which has also exposed a few bugs elsewhere. | ||||
* | new depth tests | Keith Whitwell | 2005-10-21 | 4 | -0/+441 |
| | |||||
* | simplify, remove sgi messages | Keith Whitwell | 2005-10-21 | 38 | -1966/+111 |
| | |||||
* | better looking tests | Keith Whitwell | 2005-10-21 | 2 | -2/+7 |
| | |||||
* | Make test visible | Keith Whitwell | 2005-10-21 | 1 | -1/+2 |
| | |||||
* | Better looking test. | Keith Whitwell | 2005-10-21 | 1 | -1/+1 |
| | |||||
* | A bunch of little tests which exercise each ARB_fp instruction plus | Keith Whitwell | 2005-10-20 | 38 | -0/+6031 |
| | | | | a couple of other interesting cases. | ||||
* | Query/print GL_RED/GREEN/BLUE/ALPHA_BITS | Brian Paul | 2005-10-08 | 1 | -0/+8 |
| | |||||
* | glBindTexture changes, new assertions | Brian Paul | 2005-10-04 | 1 | -2/+6 |
| |