summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* added MAX_PROGRAM_ENV_PARAMSBrian2007-02-222-4/+5
* Merge branch 'origin' into glsl-compiler-1Brian2007-02-2232-567/+334
|\
| * 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
| |/ /
* | | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.Brian2007-02-031-0/+1
* | | added FRAG_BIT_TEX() and FRAG_BIT_VAR() macrosBrian2007-01-241-0/+4
* | | fix g++ warnings/errorsBrian2007-01-231-2/+3
* | | Implement vertex attribute binding.Brian2007-01-091-5/+7
* | | Moved NumTexInstructions, NumTexIndirections, etc. into gl_program sinceBrian2007-01-092-15/+15
* | | added PROGRAM_SAMPLERBrian2007-01-051-1/+2
* | | move TexturesUsed[] into gl_program since vertex programs/shaders can use tex...Brian2007-01-042-2/+2
* | | simplify update_texture_state() a bit, compute _EnabledCoordUnits for shadersBrian2007-01-041-16/+25
* | | update_texture_state() updated for new shadersBrian2007-01-041-29/+10
* | | Minor clean-ups, reformatting, comment changes.Brian2006-12-201-23/+24
* | | Fix shader object reference counting and hash table deallocation.Brian2006-12-203-23/+28
* | | Clean-up and re-org of the main GLSL object types.Brian2006-12-193-18/+19
* | | Overhaul of GLSL API functions, dispatching, etc.Brian2006-12-195-20/+77
* | | Massive re-org of GLSL-related API functions.Brian2006-12-192-0/+908
* | | Lots of assorted changes for new GLSL compiler backend.Brian2006-12-159-126/+265
* | | Modify _mesa_strdup() so it handles NULL correctly.Brian2006-12-141-6/+14
|/ /