summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-07mesa: set version string to 7.7-rc1mesa_7_7_rc2Ian Romanick2-2/+2
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick14-39/+58
2009-12-07Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system ...Ian Romanick1-1/+5
2009-12-07mesa: set version string to 7.6.1-rc3mesa_7_6_1_rc3Ian Romanick1-1/+1
2009-12-07radeon: fix cases when only first image where put directly into miptree.Maciej Cencora1-3/+3
2009-12-07radeon: fix image migration for small compressed texturesMaciej Cencora1-14/+9
2009-12-07progs/demos: Fix memory leak in projtex.c.Vinson Lee1-0/+1
2009-12-06st/egl: Fix memory leak in egl_tracker.c.Vinson Lee1-1/+1
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee1-1/+2
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee1-4/+4
2009-12-06glx: Prevent potential null pointer deference in driCreateContext.Vinson Lee1-1/+3
2009-12-05progs/tests: Add tests to Makefile.Vinson Lee1-0/+7
2009-12-05draw: Initialize variable in draw_pt.c.Vinson Lee1-1/+2
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee1-1/+4
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee1-1/+4
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+7
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+4
2009-12-05progs/samples: Fix memory leak if malloc fails in rgbtoppm.c.Vinson Lee1-0/+1
2009-12-05progs/samples: Fix memory leak if fopen fails in rgbtoppm.c.Vinson Lee1-1/+2
2009-12-05progs/samples: Add rgbtoppm to Makefile.Vinson Lee1-1/+1
2009-12-05progs/tests: Removed unused variable from texdown.c.Vinson Lee1-2/+1
2009-12-05progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.Vinson Lee1-6/+6
2009-12-04progs/fp: Redraw upon keypress.Vinson Lee1-1/+1
2009-12-04mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee1-1/+4
2009-12-04progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee1-0/+1
2009-12-04progs/util: Fix memory leak if fail to load/compile shaderVinson Lee1-0/+2
2009-12-04progs/fp: Add tri-inv.c to Makefile.Vinson Lee1-0/+1
2009-12-04r300g: use $(MAKE) variableColeman Kane1-1/+1
2009-12-04progs/xdemos: fix some visual/fbconfig logic in glxinfo.cBrian Paul1-3/+12
2009-12-04docs: a few more fixes for 7.6.1Brian Paul1-0/+2
2009-12-04radeon: fix polygon stippleAlex Deucher4-24/+29
2009-12-04vmware/xorg: Use Write instead of WriteRead for cursor bypassJakob Bornecrantz1-2/+2
2009-12-04vmware/xorg: Give kernel infromation about cursor bypassJakob Bornecrantz3-4/+75
2009-12-04vmware/xorg: Handle no init of video in vmw_video_closeJakob Bornecrantz1-0/+2
2009-12-04vmware/core: Update vmwgfx_drm.h to include cursor bypassJakob Bornecrantz1-0/+32
2009-12-04gallium: DRI drivers enabled by default, Xorg drivers auto by default.Jakob Bornecrantz1-1/+8
2009-12-04i915g: Do not build winsys and binaries by defaultJakob Bornecrantz1-3/+5
2009-12-04glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee1-0/+1
2009-12-04glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore.Vinson Lee1-0/+1
2009-12-04glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee1-0/+1
2009-12-04glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee1-0/+1
2009-12-04glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee1-0/+1
2009-12-04glu/sgi: Fix memory leak in bitmapBuild2DMipmaps.Vinson Lee1-0/+1
2009-12-04glu/sgi: Fix memory leak in gluScaleImage3D.Vinson Lee1-0/+2
2009-12-04glu/sgi: Fix memory leak in gluScaleImage.Vinson Lee1-0/+2
2009-12-04glu: Fix memory leak in __gl_meshMakeEdge.Vinson Lee1-1/+6
2009-12-04progs/xdemos: Silence unused value warnings in sharedtex_mt.c.Vinson Lee1-4/+4
2009-12-04progs/xdemos: Fix memory leak in pbdemo.c.Vinson Lee1-0/+1
2009-12-04progs/xdemos: Add missing break statement in offset.c.Vinson Lee1-0/+1
2009-12-03progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee1-2/+0