summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: added case for fixed ptBrian Paul2008-07-031-0/+5
* mesa: point size arraysBrian Paul2008-06-251-0/+31
* mesa: GL_BYTE vertex/texcoord arraysBrian Paul2008-06-201-0/+10
* mesa: initial support for fixed-pt vertex arraysBrian Paul2008-06-201-0/+20
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-1/+1
* fix incorrect _MaxElement calculationRoland Scheidegger2007-03-271-1/+2
* get rid of GL_BOOLEAN definition (bug 8113)Brian Paul2006-09-041-5/+1
* clean-ups and new commentsBrian Paul2006-06-131-9/+19
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-77/+13
* No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul2006-04-251-11/+12
* Set array normalization flag for normals, colors (Keith)Brian Paul2006-04-131-3/+3
* More GLSL code:Michal Krol2006-04-111-3/+3
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-011-1/+1
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-5/+5
* VBO RefCount fix (David Reveman)Brian Paul2004-09-271-0/+1
* don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert Mer...Brian Paul2004-03-101-22/+4
* more changes to VBO reference counting and deletionBrian Paul2004-03-031-0/+2
* Do more bookkeeping of vertex buffer object reference counts.Brian Paul2004-02-111-1/+3
* init an uninitialized variable. This doesn't fix a latent bug becauseKarl Schultz2004-01-131-1/+1
* remove TexCoordInterleaveFactor. Clean up _mesa_InterleavedArrays()Brian Paul2003-12-121-15/+15
* Fix some problems with glDrawElements and vertex buffer objects.Brian Paul2003-12-041-10/+4
* Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul2003-10-221-180/+135
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-24/+24
* castsBrian Paul2003-09-191-9/+9
* Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul2003-09-171-0/+8
* More work on ARB_vertex_buffer_object.Brian Paul2003-09-171-18/+47
* Added support for GL_IBM_multimode_draw_arrays.Ian Romanick2003-08-221-0/+40
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+69
* added missing types to _mesa_VertexAttribPointerARB()Brian Paul2003-06-111-0/+13
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-6/+72
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* Header file clean-up:Brian Paul2002-10-241-5/+1
* Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul2002-06-301-1/+39
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-18/+12
* more removal of fprintf() callsBrian Paul2002-06-131-11/+9
* vertex program attribute array workBrian Paul2002-04-211-9/+6
* repair Array.NewState flags (Michael Fitzpatrick)Brian Paul2002-04-041-13/+14
* Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul2002-01-111-78/+142
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-3/+6
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-4/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-27/+27
* various compilation/warning fixesKeith Whitwell2001-01-051-3/+3
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-1/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-30/+32
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-1/+46
* Committing in .Jouk Jansen2000-11-221-20/+20
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-719/+26
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-87/+89
* Rearrange VERT_* flags to support 4 texture units.Keith Whitwell2000-10-301-3/+3