summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-17docs: libGL documentation, from the xorg-docs treeBrian Paul
This is pretty old and needs some updating but might be useful or interesting to some people.
2009-11-17progs/tests: Fix memory leak in arbgpuprog.c.Vinson Lee
2009-11-17mesa: remove old commentBrian Paul
2009-11-17mesa: fix assorted compiler warningsBrian Paul
2009-11-17mesa: fix incorrect type in store_texel_al1616()Brian Paul
2009-11-17i915g: replace //-style commentsBrian Paul
2009-11-17gallium/util: replace //-style commentsBrian Paul
2009-11-17i915g: remove trailing commas in enum lists to silence warningsBrian Paul
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-17mesa: remove trailing comment to silence warningBrian Paul
2009-11-17mesa: remove a bit of old codeBrian 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-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
Regression was introduced by texformat-rework branch merge.
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
tangentAtrrib is assigned the result of glGetAttribLocation. The assertion 'assert(tangentAtrrib >= 0)' would be a no-op if tangentAttrib is a GLuint.
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
Fixes unresolved symbol bswap_16 on non-glibc or little endian glibc platforms.
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
Recursive make is hard. If there are subdirectories in the DRI drivers, it's pretty certain we want to finish building in them before linking the driver. Add a new target to serialize the rules. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-11-17progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee
2009-11-17r600: More span breakage fixes.Michel Dänzer
At least now the compiler doesn't complain about implicitly declared functions anymore...
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
Only compile tested; I happened to notice people on IRC reporting .../r600_dri.so: undefined symbol: radeon_ptr_2byte_8x2
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
Fixes e.g. text in progs/demos/arbocclude.
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
Add the vmwgfx_drm.h header for now, this allows the svga driver to be enabled by default without forcing people to install the vmwgfx_drm.h header on their system. To be removed once vmwgfx_drm.h is in libdrm.
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
Thanks Alan.
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