summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2009-11-17progs/glsl: use ShadersSupported()Brian Paul
2009-11-17progs/util: warn when GLSL not supportedBrian Paul
2009-11-17progs/tests: Fix memory leak in arbgpuprog.c.Vinson Lee
2009-11-17progs/xdemos: change //-style commentsBrian Paul
2009-11-17progs/glsl: change //-style commentsBrian Paul
2009-11-17progs/demos: silence warningsBrian Paul
2009-11-17progs/slang: Fix potential null pointer dereference in cltest.c.Vinson Lee
2009-11-17progs/redbook: Fix memory leak in quadric.c.Vinson Lee
2009-11-17progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee
2009-11-17progs/xdemos: added -lX11 -lpthread for GNU gold linkerBrian Paul
2009-11-17progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee
2009-11-17progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.Vinson Lee
2009-11-17progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee
2009-11-17progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee
2009-11-17progs/glsl: Fix memory leak in deriv.c.Vinson Lee
2009-11-17progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee
2009-11-16progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee
2009-11-16progs/demos: Fix memory leak in ray.c.Vinson Lee
2009-11-16progs/demos: Fix memory leak in projtex.c.Vinson Lee
2009-11-16progs/demos: Fix memory leak in ipers.c.Vinson Lee
2009-11-16progs/demos: Fix memory leak in fslight.c.Vinson Lee
2009-11-16progs/tests: silence warningBrian Paul
2009-11-14progs: Ignore Mac OS dSYM directories.Vinson Lee
2009-11-12progs/glsl: Add missing break statement in multinoise.c.Vinson Lee
2009-11-11demos/glsl: Add missing break statement to noise test.Vinson Lee
2009-11-11progs/tests: add alpha/blend testing to packedpixels.cBrian Paul
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-04progs/tests: Fix MSVC build.Vinson Lee
2009-11-03progs/util: Fix memory leak if fail to load/compile shaderVinson Lee
2009-11-03progs/tests: debug code for getting texture component sizesBrian Paul
2009-11-03Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-30prog/tests: Fix MSVC build.Vinson Lee
2009-10-30progs/tests: fix MSVC build.Vinson Lee
2009-10-29progs/tests: fixes for drawbuffers.cBrian Paul
2009-10-29progs/tests: also test GL_BGRA format in getteximage.cBrian Paul
2009-10-28progs/tests: added test for GL_EXT_texture_compression_s3tc supportBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-27progs/tests: added new blitfb.c testBrian Paul
2009-10-27progs/tests: added new blitfb.c testBrian Paul
2009-10-26progs/tests: Fix MSVC build.Vinson Lee
2009-10-25progs/tests: disable blending while drawing textBrian Paul
2009-10-24progs/tests: fix sub texture offsetsBrian Paul
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt
2009-10-23progs/tests: print requested/internal format infoBrian Paul
2009-10-23progs/tests: Fix MSVC build.Vinson Lee
2009-10-23progs/demos: add fps to multiarbKeith Whitwell
2009-10-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-22progs/xdemos: fix command line flag typoBrian Paul
2009-10-22Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-22progs/egl: Add support for pixmap and pbuffer surface to xeglgears.Chia-I Wu