aboutsummaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* Display the correct bug number in the information text.Ian Romanick2006-03-061-2/+2
|
* Don't try to bind to proxy texture target. This is defined by the spec to beIan Romanick2006-03-061-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 #3050Ian Romanick2006-03-041-0/+1
|
* Test case for bugzilla #3050.Ian Romanick2006-03-041-0/+164
|
* test glBlitFramebufferEXT w/ -blit flagBrian Paul2006-03-021-2/+33
|
* More GLSL code:Michal Krol2006-02-212-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 Krol2006-02-183-23/+203
| | | | | | - general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff.
* Demonstrate GLSL fragment and vertex shaders.Michal Krol2006-02-152-0/+286
|
* s/malloc/calloc/, fix mem leakBrian Paul2006-01-311-2/+5
|
* updated commentBrian Paul2006-01-301-6/+2
|
* silence warning about duplicate M_PI definitionBrian Paul2006-01-301-1/+5
|
* added more tests (Pedro Maia)Brian Paul2006-01-301-1/+5
|
* use fmod() when incrementing CubeRotBrian Paul2006-01-301-4/+3
|
* Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.Brian Paul2006-01-282-0/+487
|
* Don't do swapbuffers if -nodraw specified. Get t0 after setup code.Brian Paul2006-01-271-2/+9
|
* Test glTexSubImage and glCopyTexSubImage rate.Brian Paul2006-01-262-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 Paul2006-01-262-0/+229
|
* remove the GL_HP_occlusion_test codeBrian Paul2006-01-261-48/+0
|
* Free visinfo object (Tilman Sauerbeck)Brian Paul2006-01-161-0/+2
|
* Fix the default target to remake readtex.o if neededAdam Jackson2006-01-131-1/+2
|
* Oops - bad file-completion typo.Keith Whitwell2006-01-052-0/+114
|
* add simple test for program local parametersKeith Whitwell2006-01-053-92/+1
|
* update to new APIDave Airlie2005-12-232-2/+2
|
* Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2005-12-142-211/+0
| | | | done with fragment programs nowadays.
* s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul2005-12-101-1/+1
|
* 'a' key to toggle animationBrian Paul2005-12-081-9/+19
|
* check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul2005-11-231-3/+7
|
* Choose the display mode / surface size in an intelligent way.Brian Paul2005-11-231-34/+61
| | | | | Fix // comments. More error checking, etc.
* call gluDeleteQuadric() to fix mem leakBrian Paul2005-11-191-0/+2
|
* delete frame/renderbuffers upon exit, more error checkingBrian Paul2005-11-171-15/+29
|
* added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul2005-11-161-22/+76
|
* Two subtle things missed on the previous commit.Ian Romanick2005-11-151-1/+4
|
* Add the ability for interleave to test passing invalid format enumsIan Romanick2005-11-151-5/+43
| | | | and invalid stride values (see bugzilla #5058).
* Simple test of glInterleavedArrays functionality.Ian Romanick2005-11-142-0/+366
|
* More useful ARL testKeith Whitwell2005-11-021-3/+3
|
* add an arl testKeith Whitwell2005-11-012-1/+10
|
* Make colors match the fp tests (really)Keith Whitwell2005-11-011-2/+2
|
* Make colors match the fp testsKeith Whitwell2005-11-011-2/+2
|
* standalone tests for vp instructionsKeith Whitwell2005-11-0127-0/+408
|
* Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick2005-10-282-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 Anholt2005-10-261-0/+52
|
* Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt2005-10-262-0/+200
| | | | wrote for sis, which has also exposed a few bugs elsewhere.
* new depth testsKeith Whitwell2005-10-214-0/+441
|
* simplify, remove sgi messagesKeith Whitwell2005-10-2138-1966/+111
|
* better looking testsKeith Whitwell2005-10-212-2/+7
|
* Make test visibleKeith Whitwell2005-10-211-1/+2
|
* Better looking test.Keith Whitwell2005-10-211-1/+1
|
* A bunch of little tests which exercise each ARB_fp instruction plusKeith Whitwell2005-10-2038-0/+6031
| | | | a couple of other interesting cases.
* Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul2005-10-081-0/+8
|
* glBindTexture changes, new assertionsBrian Paul2005-10-041-2/+6
|