summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-27fix incorrect _MaxElement calculationRoland Scheidegger1-1/+2
2006-09-04get rid of GL_BOOLEAN definition (bug 8113)Brian Paul1-5/+1
2006-06-13clean-ups and new commentsBrian Paul1-9/+19
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-77/+13
2006-04-25No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul1-11/+12
2006-04-13Set array normalization flag for normals, colors (Keith)Brian Paul1-3/+3
2006-04-11More GLSL code:Michal Krol1-3/+3
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul1-1/+1
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-5/+5
2004-09-27VBO RefCount fix (David Reveman)Brian Paul1-0/+1
2004-03-10don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert Mer...Brian Paul1-22/+4
2004-03-03more changes to VBO reference counting and deletionBrian Paul1-0/+2
2004-02-11Do more bookkeeping of vertex buffer object reference counts.Brian Paul1-1/+3
2004-01-13init an uninitialized variable. This doesn't fix a latent bug becauseKarl Schultz1-1/+1
2003-12-12remove TexCoordInterleaveFactor. Clean up _mesa_InterleavedArrays()Brian Paul1-15/+15
2003-12-04Fix some problems with glDrawElements and vertex buffer objects.Brian Paul1-10/+4
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul1-180/+135
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-24/+24
2003-09-19castsBrian Paul1-9/+9
2003-09-17Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul1-0/+8
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul1-18/+47
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick1-0/+40
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-1/+69
2003-06-11added missing types to _mesa_VertexAttribPointerARB()Brian Paul1-0/+13
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul1-6/+72
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-24Header file clean-up:Brian Paul1-5/+1
2002-06-30Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul1-1/+39
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-18/+12
2002-06-13more removal of fprintf() callsBrian Paul1-11/+9
2002-04-21vertex program attribute array workBrian Paul1-9/+6
2002-04-04repair Array.NewState flags (Michael Fitzpatrick)Brian Paul1-13/+14
2002-01-11Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul1-78/+142
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul1-3/+6
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-3/+3
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-4/+5
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-27/+27
2001-01-05various compilation/warning fixesKeith Whitwell1-3/+3
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell1-1/+3
2000-12-26Major rework of tnl moduleKeith Whitwell1-30/+32
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell1-1/+46
2000-11-22 Committing in .Jouk Jansen1-20/+20
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-719/+26
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-87/+89
2000-10-30Rearrange VERT_* flags to support 4 texture units.Keith Whitwell1-3/+3
2000-10-30Removed references to gcc's __FUNCTION__ macro.Keith Whitwell1-3/+1
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-9/+9
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell1-35/+153
2000-10-20Changes for multitexture > 3, code clean-ups.Brian Paul1-2/+16
2000-10-18More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now.Brian Paul1-41/+53