summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-17progs/redbook: Fix memory leak in quadric.c.Vinson Lee
2009-11-17svga: More -Werror removalJakob Bornecrantz
2009-11-17progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee
2009-11-17svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warningsJakob Bornecrantz
2009-11-17r300: fix reads and writes for MESA_FORMAT_S8Z24 bufferMaciej Cencora
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-17mesa: move -ansi -pedantic to CFLAGSBrian Paul
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-17nouveau: nv30: Check for NULL front (happens with DRI2)Patrice Mandin
2009-11-17nouveau: nv30: Add missing include to fix warningPatrice Mandin
2009-11-17Remove unconditional use of glibc specific bswap_16() macro.Michel Dänzer
2009-11-17docs: list the new VMware SVGA Gallium driver in release notesBrian Paul
2009-11-17dri: Ensure subdirs have finished before linking driverDan Nicholson
2009-11-17progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee
2009-11-17r600: More span breakage fixes.Michel Dänzer
2009-11-17progs/glsl: Fix memory leak in deriv.c.Vinson Lee
2009-11-17r600: Attempt to fix span breakage introduced by big endian fixes.Michel Dänzer
2009-11-17progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee
2009-11-17radeon: Depth/stencil span code fixes for big endian.Michel Dänzer
2009-11-17radeon: Fix occlusion queries on big endian.Michel Dänzer
2009-11-17radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer
2009-11-17Add MESA_FORMAT_XRGB8888_REV.Michel Dänzer
2009-11-17radeon: rn50's have no 3D engine so don't try and init 3D driver.Dave Airlie
2009-11-16progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee
2009-11-17svga: Build svga driverJakob Bornecrantz
2009-11-17svga: Add vmwgfx_drm.h file from vmwgfx kernel driverJakob Bornecrantz
2009-11-17svga: Add svga driverJakob Bornecrantz
2009-11-16progs/demos: Fix memory leak in ray.c.Vinson Lee
2009-11-17st/xorg: Fix copy-pastoJakob Bornecrantz
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-16i965: Use MESA_FORMAT_AL1616 when appropriateIan Romanick
2009-11-16Move 'static' to start of declaration to silence compiler warningIan Romanick
2009-11-16AL1616: Enable MESA_FORMAT_AL1616 for software pathsIan Romanick
2009-11-16AL1616: Add TexImage storage pathIan Romanick
2009-11-16AL1616: Add texel fetch / store routinesIan Romanick
2009-11-16AL1616: Add formats for GL_LUMINANCE16_ALPHA16 texturesIan Romanick
2009-11-16AL1616: Add macros to pack two GLushorts into a texelIan Romanick
2009-11-16progs/demos: Fix memory leak in fslight.c.Vinson Lee
2009-11-16st/xorg: Fix comp alpha code and deal with luminance masksJakob Bornecrantz
2009-11-16st/xorg: Incase of format missmatch swizzle channels and set alphaJakob Bornecrantz
2009-11-16r600: don't force Z orderAlex Deucher
2009-11-16docs: Update r300g status.Corbin Simpson
2009-11-16docs: fixes, changes for Mesa 7.7Brian Paul
2009-11-16progs/tests: silence warningBrian Paul
2009-11-16mesa: remove unused vertex array driver hooksBrian Paul
2009-11-16mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()Brian Paul