summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_arrayelt.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-23glapi: Always build libglapi.a.Chia-I Wu1-1/+0
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu1-2/+16
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-1/+2
2009-05-22mesa: use Elements() for loop limitBrian Paul1-1/+1
2009-05-22mesa: minor code clean-upBrian Paul1-18/+19
2008-09-21mesa: add explict float castsKeith Whitwell1-48/+48
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-2/+2
2006-11-22Prune incoming state to the atoms of interest. Hopefully this willKeith Whitwell1-6/+14
2006-11-22Another fixKeith Whitwell1-0/+8
2006-11-21More fixes, glean seems to run now.Keith Whitwell1-2/+3
2006-11-21Fix more typos.Keith Whitwell1-2/+2
2006-11-20Fix typos that meant vbos were never unmappedKeith Whitwell1-4/+3
2006-11-16Make sure vbo's are mapped before accessing their contents inKeith Whitwell1-6/+89
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-18/+18
2006-04-25No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul1-12/+463
2006-03-30Revert my change from 1.37 as being bogus (see ensuing list discussion forAdam Jackson1-3/+2
2006-03-17Init FogCoordFuncs[0..5] too, remove some unneeded #includesBrian Paul1-3/+7
2006-03-17remove another test for IN_DRI_DRIVERBrian Paul1-36/+3
2006-01-19Avoid a crash when the user has enabled glVertex{,Attrib}Pointer but hasn'tAdam Jackson1-2/+3
2005-11-25use ADD_POINTERS macro instead of (uintptr_t) castBrian Paul1-8/+8
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick1-0/+28
2005-07-19remove fprintf()Brian Paul1-2/+0
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-424/+184
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz1-2/+2
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell1-25/+25
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul1-125/+124
2004-10-24Bug #1682: Mesa core code that gets linked into DRI drivers should never callAdam Jackson1-63/+262
2004-05-27Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick1-99/+98
2004-04-23GL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith Harrison)Brian Paul1-2/+2
2004-03-26fix some warningsBrian Paul1-2/+2
2004-02-24fix incorrect texcoord attribute indexBrian Paul1-1/+1
2004-02-24added some GLAPIENTRY keywords, minor clean-upsBrian Paul1-82/+82
2004-02-24Yet another revision of _ae_update_state(). Issue both conventional ANDBrian Paul1-82/+65
2004-02-11Fix the problem found with UT after I had added support for glVertexAttrib.Brian Paul1-110/+568
2004-02-11revert to version 1.18 for now to fix segfaults in some applicationsRoland Scheidegger1-583/+110
2004-02-09Restore some of the previous code for handling conventional vertex attributesBrian Paul1-341/+654
2004-02-08Updated to handle generic vertex attributes accessed vi glArrayElement().Brian Paul1-220/+380
2004-01-28Add GLAPIENTRY function decorations for correct operation on Windows.Karl Schultz1-9/+9
2003-12-04Add missing GLAPIENTRYKarl Schultz1-1/+1
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-0/+3
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul1-3/+8
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-0/+1
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul1-4/+2
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-3/+3
2002-10-29updated email addressesBrian Paul1-2/+2
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-2/+2
2002-04-19added some castsBrian Paul1-2/+2
2002-04-09bring in changes from dri tcl branchKeith Whitwell1-3/+3
2002-01-14Removed api_compat stuff, there's a better way.Brian Paul1-28/+80