summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2010-01-18mesa: Remove unnecessary header from attrib.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from blend.c.Vinson Lee
2010-01-18mesa: Remove unnecessary headers from buffers.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from convolve.c.Vinson Lee
2010-01-18mesa: Fix typo of 'unknown' in debug.c.Vinson Lee
2010-01-18mesa: Remove unnecessary headers from debug.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from depthstencil.c.Vinson Lee
2010-01-18mesa: Remove unnecessary headers from dlist.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from drawpix.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from enable.c.Vinson Lee
2010-01-18mesa: Remove unnecessary headers from fbobject.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from formats.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from image.c.Vinson Lee
2010-01-18mesa: Remove unnecessary headers from lines.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from mipmap.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from pixel.c.Vinson Lee
2010-01-18mesa: Remove unnecessary headers from pixelstore.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from points.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from polygon.c.Vinson Lee
2010-01-18mesa: Remove unnecessary header from state.c.Vinson Lee
2010-01-18mesa: Remove unnecessary headers from texcompress.c.Vinson Lee
2010-01-18mesa: Remove unnecessary headers from texformat.c.Vinson Lee
2010-01-18mesa: Remove unnecessary headers from texgetimage.c.Vinson Lee
2010-01-17mesa: Remove unnecessary header from teximage.c.Vinson Lee
2010-01-17mesa: Remove unnecessary header from texobj.c.Vinson Lee
2010-01-17mesa: Remove unnecessary header from texparam.c.Vinson Lee
2010-01-17mesa: Remove unnecessary headers from texstate.c.Vinson Lee
2010-01-17mesa: Use preprocessor to comment out code.Vinson Lee
2010-01-17mesa: Remove unnecessary headers from vtxfmt.c.Vinson Lee
2010-01-05mesa: bump version to 7.7.1-DEVELBrian Paul
2010-01-04mesa: add missing _mesa_lock_texture() callBrian Paul
2010-01-04mesa: added GL_DU8DV8_ATI in extract_float_rgba()Brian Paul
2010-01-04mesa: Prevent possible array out-of-bounds access by _mesa_light.Vinson Lee
2010-01-04mesa: regenerated enums.c fileBrian Paul
2010-01-03apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSXJeremy Huddleston
2009-12-31mesa: Silence unused variable warning.Vinson Lee
2009-12-29mesa: Initialize variable in get_tex_color_index.Vinson Lee
2009-12-21mesa: set version string to 7.7Ian Romanick
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-16mesa: set version string to 7.6.1-rc4Ian Romanick
2009-12-16mesa: add missing semicolonBrian Paul
2009-12-16mesa: test for __blrts for CPU_TO_LE32()Brian Paul
2009-12-16mesa: no dlopen on BlueGeneBrian Paul
2009-12-10mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_TexGend.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lighti.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lightf.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameteri.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameterf.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_LightModelf.Vinson Lee