summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee2009-12-051-1/+4
| | * | mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-12-051-2/+7
| | * | mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-12-051-2/+4
| | * | progs/samples: Fix memory leak if malloc fails in rgbtoppm.c.Vinson Lee2009-12-051-0/+1
| | * | progs/samples: Fix memory leak if fopen fails in rgbtoppm.c.Vinson Lee2009-12-051-1/+2
| | * | progs/samples: Add rgbtoppm to Makefile.Vinson Lee2009-12-051-1/+1
| | * | progs/tests: Removed unused variable from texdown.c.Vinson Lee2009-12-051-2/+1
| | * | progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.Vinson Lee2009-12-051-6/+6
| | * | progs/fp: Redraw upon keypress.Vinson Lee2009-12-041-1/+1
| | * | mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee2009-12-041-1/+4
| | * | progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee2009-12-041-0/+1
| | * | progs/util: Fix memory leak if fail to load/compile shaderVinson Lee2009-12-041-0/+2
| | * | progs/fp: Add tri-inv.c to Makefile.Vinson Lee2009-12-041-0/+1
| | * | r300g: use $(MAKE) variableColeman Kane2009-12-041-1/+1
| | * | progs/xdemos: fix some visual/fbconfig logic in glxinfo.cBrian Paul2009-12-041-3/+12
| | * | docs: a few more fixes for 7.6.1Brian Paul2009-12-041-0/+2
| | * | radeon: fix polygon stippleAlex Deucher2009-12-044-24/+29
| | * | glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | * | glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | * | glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | * | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | * | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-12-041-0/+1
| | * | glu/sgi: Fix memory leak in bitmapBuild2DMipmaps.Vinson Lee2009-12-041-0/+1
| | * | glu/sgi: Fix memory leak in gluScaleImage3D.Vinson Lee2009-12-041-0/+2
| | * | glu/sgi: Fix memory leak in gluScaleImage.Vinson Lee2009-12-041-0/+2
| | * | glu: Fix memory leak in __gl_meshMakeEdge.Vinson Lee2009-12-041-1/+6
| | * | progs/xdemos: Silence unused value warnings in sharedtex_mt.c.Vinson Lee2009-12-041-4/+4
| | * | progs/xdemos: Fix memory leak in pbdemo.c.Vinson Lee2009-12-041-0/+1
| | * | progs/xdemos: Add missing break statement in offset.c.Vinson Lee2009-12-041-0/+1
| | * | progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee2009-12-031-2/+0
| | * | progs/xdemos: Fix memory leak in glxinfo.c.Vinson Lee2009-12-031-1/+3
| | * | progs/xdemos: Add assert in corender.c.Vinson Lee2009-12-031-0/+1
| | * | progs/vp: Fix memory leak in vp-tris.c.Vinson Lee2009-12-031-0/+2
| | * | progs/tests: Fix memory leak in texdown.c if malloc fails.Vinson Lee2009-12-031-0/+2
| | * | progs/redbook: Fix memory leak in quadric.c.Vinson Lee2009-12-031-0/+2
| | * | progs/glsl: Fix memory leak in deriv.c.Vinson Lee2009-12-031-0/+1
| | * | progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.Vinson Lee2009-12-031-1/+1
| | * | progs/demos: Fix memory leak in ray.c.Vinson Lee2009-12-031-0/+2
| | * | progs/demos: Fix memory leak in projtex.c.Vinson Lee2009-12-031-0/+3
| | * | progs/demos: Fix memory leak in ipers.c.Vinson Lee2009-12-031-0/+2
| | * | progs/demos: Fix memory leak in fslight.c.Vinson Lee2009-12-031-0/+1
| | * | gallium/util: Initialize variables in u_pack_color.h.Vinson Lee2009-12-031-1/+4
| | * | progs/trivial: Redraw upon keypress.Vinson Lee2009-12-034-4/+4
| | * | progs/trivial: Redraw upon keypress.Vinson Lee2009-12-03104-104/+104
| | * | progs/glsl: Redraw upon keypress.Vinson Lee2009-12-031-1/+1
| | * | progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee2009-12-031-0/+1
| | * | progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee2009-12-031-0/+14
| | * | progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee2009-12-031-0/+1
| | * | progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee2009-12-031-0/+1
| | * | progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee2009-12-031-1/+4