summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)Author
2006-02-21More GLSL code:Michal Krol
- 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%.
2006-02-18More GLSL code.Michal Krol
- general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff.
2006-02-15Demonstrate GLSL fragment and vertex shaders.Michal Krol
2006-01-31s/malloc/calloc/, fix mem leakBrian Paul
2006-01-30updated commentBrian Paul
2006-01-30silence warning about duplicate M_PI definitionBrian Paul
2006-01-30added more tests (Pedro Maia)Brian Paul
2006-01-30use fmod() when incrementing CubeRotBrian Paul
2006-01-28Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.Brian Paul
2006-01-27Don't do swapbuffers if -nodraw specified. Get t0 after setup code.Brian Paul
2006-01-26Test glTexSubImage and glCopyTexSubImage rate.Brian Paul
Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate.
2006-01-26copypixrate.c - measure the speed of glCopyPixels.Brian Paul
2006-01-26remove the GL_HP_occlusion_test codeBrian Paul
2006-01-16Free visinfo object (Tilman Sauerbeck)Brian Paul
2006-01-13Fix the default target to remake readtex.o if neededAdam Jackson
2006-01-05Oops - bad file-completion typo.Keith Whitwell
2006-01-05add simple test for program local parametersKeith Whitwell
2005-12-23update to new APIDave Airlie
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
done with fragment programs nowadays.
2005-12-10s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul
2005-12-08'a' key to toggle animationBrian Paul
2005-11-23check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul
2005-11-23Choose the display mode / surface size in an intelligent way.Brian Paul
Fix // comments. More error checking, etc.
2005-11-19call gluDeleteQuadric() to fix mem leakBrian Paul
2005-11-17delete frame/renderbuffers upon exit, more error checkingBrian Paul
2005-11-16added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul
2005-11-15Two subtle things missed on the previous commit.Ian Romanick
2005-11-15Add the ability for interleave to test passing invalid format enumsIan Romanick
and invalid stride values (see bugzilla #5058).
2005-11-14Simple test of glInterleavedArrays functionality.Ian Romanick
2005-11-02More useful ARL testKeith Whitwell
2005-11-01add an arl testKeith Whitwell
2005-11-01Make colors match the fp tests (really)Keith Whitwell
2005-11-01Make colors match the fp testsKeith Whitwell
2005-11-01standalone tests for vp instructionsKeith Whitwell
2005-10-28Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick
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.
2005-10-26Add built programs to .cvsignore.Eric Anholt
2005-10-26Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt
wrote for sis, which has also exposed a few bugs elsewhere.
2005-10-21new depth testsKeith Whitwell
2005-10-21simplify, remove sgi messagesKeith Whitwell
2005-10-21better looking testsKeith Whitwell
2005-10-21Make test visibleKeith Whitwell
2005-10-21Better looking test.Keith Whitwell
2005-10-20A bunch of little tests which exercise each ARB_fp instruction plusKeith Whitwell
a couple of other interesting cases.
2005-10-08Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul
2005-10-04glBindTexture changes, new assertionsBrian Paul
2005-10-04fix glIsRender/FramebufferEXT() assertionsBrian Paul
2005-09-30use fmod() to prevent overflow of angle variableBrian Paul
2005-09-29call glFinish if drawing to front bufferBrian Paul
2005-09-23 Committing in .Jouk Jansen
1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
2005-09-15silence warningBrian Paul