summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2010-01-23glapi: add GL_HALF_FLOAT enum support.Dave Airlie
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22glapi: clean-up and simplify glapi_nop.c codeBrian Paul
2010-01-21mesa: minor whitespace fixBrian Paul
2010-01-21mesa: support for GL_ARB_fragment_coord_conventionsLuca Barbieri
2010-01-20mesa: replace questionable CPU_TO_LE32 macro with functionBrian Paul
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-19mesa: added comment about future FBO formatsBrian Paul
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith
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-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-05mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queriesBrian Paul
2010-01-05mesa: call _mesa_compute_version() to set context's version infoBrian Paul
2010-01-05mesa: added _mesa_compute_version() in new version.c fileBrian Paul
2010-01-05mesa: added version fields to GLcontextBrian Paul
2010-01-05mesa: bump version to 7.7.1-DEVELBrian Paul
2010-01-04mesa: added _mesa_[Get]TexParameterI[u]iv() functionsBrian Paul
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2010-01-04mesa: use get_texobj() in _mesa_GetTexParameter() funcsBrian Paul
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04mesa: add missing _mesa_lock_texture() callBrian Paul
2010-01-04mesa: added GL_DU8DV8_ATI in extract_float_rgba()Brian Paul