summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed references to gcc's __FUNCTION__ macro.Keith Whitwell2000-10-301-3/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-9/+9
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-35/+153
* Changes for multitexture > 3, code clean-ups.Brian Paul2000-10-201-2/+16
* More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now.Brian Paul2000-10-181-41/+53
* Removed immediate struct's maybe_transform_vb pointer.Brian Paul2000-09-111-5/+5
* added EXT version of vertex array functionsBrian Paul2000-06-121-2/+59
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-2/+3
* disabled locked arrays in glDrawRangeElements()Brian Paul2000-02-051-1/+11
* updated includes for source file reorgBrian Paul2000-02-021-1/+2
* minor clean-upBrian Paul2000-01-131-5/+7
* fixes for andree's drawarrays problemsKeith Whitwell1999-11-191-7/+18
* two fixes in gl_DrawArrays (Andree Borrman)Brian Paul1999-11-181-1/+4
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-121-2/+2
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-98/+90
* use glClientActiveTexture in interleaved setupKeith Whitwell1999-11-091-13/+7
* more fixes for glDrawArraysKeith Whitwell1999-11-091-44/+56
* second try at drawarrays fixKeith Whitwell1999-11-091-117/+63
* fix for (some of?) the vertex array problemsKeith Whitwell1999-11-091-75/+13
* fixed typo: replaced |= with != in conditionalBrian Paul1999-11-091-2/+2
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1