aboutsummaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* More GLSL code.Michal Krol2006-02-183-23/+203
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul2005-10-081-0/+8
* glBindTexture changes, new assertionsBrian Paul2005-10-041-2/+6
* fix glIsRender/FramebufferEXT() assertionsBrian Paul2005-10-042-5/+5
* use fmod() to prevent overflow of angle variableBrian Paul2005-09-301-1/+3
* call glFinish if drawing to front bufferBrian Paul2005-09-291-1/+3
* Committing in .Jouk Jansen2005-09-234-4/+4
* silence warningBrian Paul2005-09-151-1/+2
* new demo to test ATI_fragment_shader, not very creative but easy to know if t...Roland Scheidegger2005-09-102-0/+478