Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into 965...
[mesa.git] / src / mesa / main / varray.c
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 Roland Scheideggerfix incorrect _MaxElement calculation
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-09-04 Brian Paulget rid of GL_BOOLEAN definition (bug 8113)
2006-06-13 Brian Paulclean-ups and new comments
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-04-25 Brian PaulNo longer alias generic vertex attribs with conventiona...
2006-04-13 Brian PaulSet array normalization flag for normals, colors (Keith)
2006-04-11 Michal KrolMore GLSL code:
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2004-09-27 Brian PaulVBO RefCount fix (David Reveman)
2004-03-10 Brian Pauldon't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientAct...
2004-03-03 Brian Paulmore changes to VBO reference counting and deletion
2004-02-11 Brian PaulDo more bookkeeping of vertex buffer object reference...
2004-01-13 Karl Schultzinit an uninitialized variable. This doesn't fix a...
2003-12-12 Brian Paulremove TexCoordInterleaveFactor. Clean up _mesa_Interl...
2003-12-04 Brian PaulFix some problems with glDrawElements and vertex buffer...
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-19 Brian Paulcasts
2003-09-17 Brian PaulImplement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-11 Brian Pauladded missing types to _mesa_VertexAttribPointerARB()
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-04-21 Brian Paulvertex program attribute array work
2002-04-04 Brian Paulrepair Array.NewState flags (Michael Fitzpatrick)
2002-01-11 Brian PaulMoved _mesa_VertexAttribPointerNV into varray.c.
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-05 Keith Whitwellvarious compilation/warning fixes
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-30 Keith WhitwellRearrange VERT_* flags to support 4 texture units.
2000-10-30 Keith WhitwellRemoved references to gcc's __FUNCTION__ macro.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-20 Brian PaulChanges for multitexture > 3, code clean-ups.
2000-10-18 Brian PaulMore fixes for MAX_TEXTURE_UNITS > 2. Seems to work...
2000-09-11 Brian PaulRemoved immediate struct's maybe_transform_vb pointer.
2000-06-12 Brian Pauladded EXT version of vertex array functions
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-05 Brian Pauldisabled locked arrays in glDrawRangeElements()
2000-02-02 Brian Paulupdated includes for source file reorg
2000-01-13 Brian Paulminor clean-up
1999-11-19 Keith Whitwellfixes for andree's drawarrays problems
1999-11-18 Brian Paultwo fixes in gl_DrawArrays (Andree Borrman)
1999-11-12 Kendall Bennett . Updates to get X86, MXX and 3DNow assembler code...
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-09 Keith Whitwelluse glClientActiveTexture in interleaved setup
1999-11-09 Keith Whitwellmore fixes for glDrawArrays
1999-11-09 Keith Whitwellsecond try at drawarrays fix
1999-11-09 Keith Whitwellfix for (some of?) the vertex array problems
1999-11-09 Brian Paulfixed typo: replaced |= with != in conditional
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-11-05 Brian Paulclean-up to reduce MSVC warnings
1999-11-04 Keith WhitwellFix for glerror on compilation of list containing gldra...
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-07 Brian Paulremoved TexCoordUnit from GLcontext, use Array.ActiveTe...
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 jtgInitial revision