summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2006-03-30fix bad call to FindLine()Brian Paul1-1/+1
2006-03-30added -f option for full-screeenBrian Paul1-1/+8
2006-03-30press '0' for glDrawBuffer(GL_NONE)Brian Paul1-5/+19
2006-03-29fix GETPROCADDRESS usage, remove carriage return chars (bug 6430)Brian Paul1-89/+99
2006-03-29s/glslnose.c/glslnoise/ (bug 6430)Brian Paul1-1/+1
2006-03-29Windows makefile to easily build all demo programs.Karl Schultz1-0/+118
2006-03-29Undef a conflicting symbol in Windows.Karl Schultz1-0/+3
2006-03-29add showbuffer.[ch] which could be in this dir after the targets are built.Karl Schultz1-0/+2
2006-03-29Remove unneeded includes of time.hKarl Schultz1-2/+0
2006-03-24lots of debug options, some code movement, etcBrian Paul1-30/+92
2006-03-23Added -l option for explicit locking around Xlib and GLX calls inBrian Paul1-5/+64
2006-03-23Added -p option to create a display connection per thread.Brian Paul1-23/+88
2006-03-15updated some printfs, added comment about sched_yieldBrian Paul1-3/+7
2006-03-15use 'p' key to toggle use of GL_EXT_packed_depth_stencilBrian Paul1-8/+42
2006-03-06Display the correct bug number in the information text.Ian Romanick1-2/+2
2006-03-06Don't try to bind to proxy texture target. This is defined by the spec to beIan Romanick1-5/+3
2006-03-04Build test for bugzilla #3050Ian Romanick1-0/+1
2006-03-04Test case for bugzilla #3050.Ian Romanick1-0/+164
2006-03-02test glBlitFramebufferEXT w/ -blit flagBrian Paul1-2/+33
2006-02-21More GLSL code:Michal Krol2-37/+37
2006-02-18More GLSL code.Michal Krol3-23/+203
2006-02-15Demonstrate GLSL fragment and vertex shaders.Michal Krol2-0/+286
2006-01-31s/malloc/calloc/, fix mem leakBrian Paul1-2/+5
2006-01-30updated commentBrian Paul1-6/+2
2006-01-30silence warning about duplicate M_PI definitionBrian Paul1-1/+5
2006-01-30added more tests (Pedro Maia)Brian Paul1-1/+5
2006-01-30use fmod() when incrementing CubeRotBrian Paul1-4/+3
2006-01-28Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.Brian Paul2-0/+487
2006-01-27Don't do swapbuffers if -nodraw specified. Get t0 after setup code.Brian Paul1-2/+9
2006-01-26Test glTexSubImage and glCopyTexSubImage rate.Brian Paul2-0/+344
2006-01-26copypixrate.c - measure the speed of glCopyPixels.Brian Paul2-0/+229
2006-01-26remove the GL_HP_occlusion_test codeBrian Paul1-48/+0
2006-01-16Free visinfo object (Tilman Sauerbeck)Brian Paul1-0/+2
2006-01-13Fix the default target to remake readtex.o if neededAdam Jackson1-1/+2
2006-01-05Oops - bad file-completion typo.Keith Whitwell2-0/+114
2006-01-05add simple test for program local parametersKeith Whitwell3-92/+1
2005-12-23update to new APIDave Airlie2-2/+2
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2-211/+0
2005-12-10s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul1-1/+1
2005-12-08'a' key to toggle animationBrian Paul1-9/+19
2005-11-23check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul1-3/+7
2005-11-23Choose the display mode / surface size in an intelligent way.Brian Paul1-34/+61
2005-11-19call gluDeleteQuadric() to fix mem leakBrian Paul1-0/+2
2005-11-17delete frame/renderbuffers upon exit, more error checkingBrian Paul1-15/+29
2005-11-16added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul1-22/+76
2005-11-15Two subtle things missed on the previous commit.Ian Romanick1-1/+4
2005-11-15Add the ability for interleave to test passing invalid format enumsIan Romanick1-5/+43
2005-11-14Simple test of glInterleavedArrays functionality.Ian Romanick2-0/+366
2005-11-02More useful ARL testKeith Whitwell1-3/+3
2005-11-01add an arl testKeith Whitwell2-1/+10