aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick2007-03-061-2/+2
* fd.o #BZ 9684Zou Nan hai2007-02-121-1/+2
* ctx->Point._Size fixRune Peterson2007-02-103-26/+7
* optimize generated vertex programs a bitRoland Scheidegger2007-02-091-0/+8
* fix mem leakPanagiotis Papadakos2007-02-051-0/+3
* Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.Brian2007-02-031-0/+1
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-0211-123/+69
|\
| * Don't special-case index, edgeflag.Keith Whitwell2007-01-161-46/+3
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-1634-3261/+3586
| |\
| * | Don't special-case FOG attribute initialization.Keith Whitwell2007-01-151-1/+0
| * | merge current trunk into vbo branchAlan Hourihane2006-11-0221-651/+950
| * | oops, get.c is autogeneratedKeith Whitwell2006-10-302-4/+4
| * | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-305-13/+13
| * | better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-303-17/+4
| * | Fix compiler warningKeith Whitwell2006-10-291-1/+1
* | | _mesa_pack_rgba_span_float: fix for packing data into groupXiang, Haihao2007-01-311-3/+5
* | | bump version to 6.5.3Brian2007-01-301-7/+7
* | | Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis2007-01-271-1/+1
* | | fix typoBrian2007-01-261-1/+1
* | | document, re-indent _mesa_ffsll()Brian2007-01-261-10/+18
* | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaBrian2007-01-263-24/+28
|\ \ \
| * | | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.Eric Anholt2007-01-262-0/+24
| * | | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().George Sapountzis2007-01-261-7/+1
| * | | Drop old (pre-AIGLX) GLcore interface.George Sapountzis2007-01-262-17/+3
* | | | silence C++ warningsBrian2007-01-231-2/+2
|/ / /
* | / fixes for C++ warnings/errorsBrian2007-01-235-10/+11
| |/ |/|
* | put back missing Driver.PolygonMode call (bug 9578)Roland Scheidegger2007-01-091-0/+3
* | Fix glPush/PopClientAttrib() for VBO state (bug 9445).Brian2007-01-051-2/+15
* | Drop mesa wrappers for XFree86.George Sapountzis2006-12-213-208/+45
* | Fix copy-and-paste mistake in comment ("scaling" should read "translation").Gary Wong2006-12-151-1/+1
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaBrian2006-12-141-1/+2
|\ \
| * | _mesa_swizzle_ubyte_image: Only use single swizzle_copy call when strides match.Michel Dänzer2006-12-141-1/+2
* | | Move all the code for computing ctx->_TriangleCaps into state.c.Brian2006-12-138-166/+129
|/ /
* | replace check for XFree86LOADER and IN_MODULE with XFree86Server (bug 9144)Brian Paul2006-11-271-1/+1
* | Prune incoming state to the atoms of interest. Hopefully this willKeith Whitwell2006-11-221-6/+14
* | Another fixKeith Whitwell2006-11-221-0/+8
* | list header files in sources files (Dan Nicholson)Brian Paul2006-11-211-1/+75
* | More fixes, glean seems to run now.Keith Whitwell2006-11-211-2/+3
* | Fix more typos.Keith Whitwell2006-11-211-2/+2
* | glTexCoord3dv was not using third coordinateSean D'Epagnier2006-11-211-1/+1
* | Fix typos that meant vbos were never unmappedKeith Whitwell2006-11-201-4/+3
* | fix glPopAttrib/color material bug #9091Brian Paul2006-11-201-4/+4
* | delete shader objects when destroying shared context stateBrian Paul2006-11-181-0/+11
* | Initial implementation work for CAL, RET, and BRA instructions for fragmentBrian Paul2006-11-161-0/+1
* | fix bug 9046Brian Paul2006-11-161-2/+2
* | use LONGSTRING to silence warningBrian Paul2006-11-161-1/+1
* | fix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044Brian Paul2006-11-161-3/+3
* | Make sure vbo's are mapped before accessing their contents inKeith Whitwell2006-11-162-6/+94
* | Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul2006-11-151-1/+1
* | #define LONGSTRING __extension__ in imports.h and use it to silence gccBrian Paul2006-11-151-0/+9