summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2010-11-09mesa: Clean up header file inclusion in light.h.Vinson Lee
2010-11-09mesa: Add missing header and forward declarations in dd.h.Vinson Lee
2010-11-09mesa: Clean up header file inclusion in image.h.Vinson Lee
2010-11-09mesa: Clean up header file inclusion in histogram.h.Vinson Lee
2010-11-09mesa: Clean up header file inclusion in hint.h.Vinson Lee
2010-11-09mesa: Clean up header file inclusion in framebuffer.h.Vinson Lee
2010-11-09mesa: Clean up header file inclusion in fog.h.Vinson Lee
2010-11-09mesa: Clean up header file inclusion in ffvertex_prog.h.Vinson Lee
2010-11-09mesa: Clean up header file inclusion in fbobject.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in extensions.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in enable.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in drawtex.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in drawpix.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in depthstencil.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in depth.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in debug.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in convolve.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in colortab.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in buffers.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in blend.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in attrib.h.Vinson Lee
2010-11-07mesa: Clean up header file inclusion in atifragshader.h.Vinson Lee
2010-11-07mesa: make fixed-pt and byte-valued arrays a runtime featureBrian Paul
2010-11-07mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type()Brian Paul
2010-11-07mesa: implement uint texstore codeBrian Paul
2010-11-07mesa: rename vars in pixel pack/unpack codeBrian Paul
2010-11-07mesa: consolidate pixel packing/unpacking codeBrian Paul
2010-11-07mesa: Clean up header file inclusion in arrayobj.h.Vinson Lee
2010-11-06mesa: Include mfeatures.h in api_validate.c for FEATURE_* symbols.Vinson Lee
2010-11-06mesa: Include mfeatures.h in api_loopback for FEATURE_beginend.Vinson Lee
2010-11-06mesa: Clean up header file inclusion in api_validate.h.Vinson Lee
2010-11-06mesa: Clean up header file inclusion in api_loopback.h.Vinson Lee
2010-11-06mesa: Clean up header file inclusion in version.h.Vinson Lee
2010-11-06mesa: Clean up header file inclusion in accum.h.Vinson Lee
2010-11-06mesa: Fix delayed state flagging for EXT_sso-related program changes.Eric Anholt
2010-11-03mesa: code to unpack RGBA as uintsBrian Paul
2010-11-02mesa: silence new warnings in texobj.cBrian Paul
2010-11-02mesa: Don't compute an unused texture completeness debug string.Eric Anholt
2010-11-02mesa: fix aux/accum comment and error message mixupsBrian Paul
2010-11-02mesa: remove always-false conditional in check_compatible()Brian Paul
2010-11-02mesa: move the gl_config struct declarationBrian Paul
2010-11-02mesa: use GLubyte for edge flag arraysBrian Paul
2010-11-02mesa: Allow contexts of different APIs to coexist.Chia-I Wu
2010-11-02mesa: Select FEATURE_remap_table when multiple APIs are enabled.Chia-I Wu
2010-10-29mesa: Make metaops use program refcounts instead of names.Eric Anholt
2010-10-29mesa: remove dead codeBrian Paul
2010-10-29mesa: Fix windows build (uint -> GLuint).José Fonseca
2010-10-29Merge branch 'glapi-reorg'Chia-I Wu
2010-10-28mesa: pixel transfer ops do not apply to integer-valued texturesBrian Paul
2010-10-28mesa: additional integer formats in _mesa_bytes_per_pixel()Brian Paul