aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_arrayelt.c
Commit message (Expand)AuthorAgeFilesLines
* fix some warningsBrian Paul2004-03-261-2/+2
* fix incorrect texcoord attribute indexBrian Paul2004-02-241-1/+1
* added some GLAPIENTRY keywords, minor clean-upsBrian Paul2004-02-241-82/+82
* Yet another revision of _ae_update_state(). Issue both conventional ANDBrian Paul2004-02-241-82/+65
* Fix the problem found with UT after I had added support for glVertexAttrib.Brian Paul2004-02-111-110/+568
* revert to version 1.18 for now to fix segfaults in some applicationsRoland Scheidegger2004-02-111-583/+110
* Restore some of the previous code for handling conventional vertex attributesBrian Paul2004-02-091-341/+654
* Updated to handle generic vertex attributes accessed vi glArrayElement().Brian Paul2004-02-081-220/+380
* Add GLAPIENTRY function decorations for correct operation on Windows.Karl Schultz2004-01-281-9/+9
* Add missing GLAPIENTRYKarl Schultz2003-12-041-1/+1
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-0/+3
* GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2003-09-171-3/+8
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-0/+1
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-4/+2
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-3/+3
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-2/+2
* added some castsBrian Paul2002-04-191-2/+2
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-3/+3
* Removed api_compat stuff, there's a better way.Brian Paul2002-01-141-28/+80
* Remove warnings about the difference between function pointers andGareth Hughes2001-12-281-72/+75
* Further help with dri libGL version skewKeith Whitwell2001-12-201-23/+31
* Working implementation of glArrayElt that decomposes to regularKeith Whitwell2001-06-011-176/+168
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-11/+37
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+284