Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / main / api_arrayelt.c
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
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-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-22 Keith WhitwellPrune incoming state to the atoms of interest. Hopeful...
2006-11-22 Keith WhitwellAnother fix
2006-11-21 Keith WhitwellMore fixes, glean seems to run now.
2006-11-21 Keith WhitwellFix more typos.
2006-11-20 Keith WhitwellFix typos that meant vbos were never unmapped
2006-11-16 Keith WhitwellMake sure vbo's are mapped before accessing their conte...
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-03-30 Adam JacksonRevert my change from 1.37 as being bogus (see ensuing...
2006-03-17 Brian PaulInit FogCoordFuncs[0..5] too, remove some unneeded...
2006-03-17 Brian Paulremove another test for IN_DRI_DRIVER
2006-01-19 Adam JacksonAvoid a crash when the user has enabled glVertex{,Attri...
2005-11-25 Brian Pauluse ADD_POINTERS macro instead of (uintptr_t) cast
2005-08-05 Ian RomanickFix recent problems with display lists and other parts...
2005-07-19 Brian Paulremove fprintf()
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-02-11 Keith Whitwellmesa-main-0-NULL.patch from Jeff Muizelaar
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-10-24 Adam JacksonBug #1682: Mesa core code that gets linked into DRI...
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-04-23 Brian PaulGL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith...
2004-03-26 Brian Paulfix some warnings
2004-02-24 Brian Paulfix incorrect texcoord attribute index
2004-02-24 Brian Pauladded some GLAPIENTRY keywords, minor clean-ups
2004-02-24 Brian PaulYet another revision of _ae_update_state(). Issue...
2004-02-11 Brian PaulFix the problem found with UT after I had added support...
2004-02-11 Roland Scheideggerrevert to version 1.18 for now to fix segfaults in...
2004-02-09 Brian PaulRestore some of the previous code for handling conventi...
2004-02-08 Brian PaulUpdated to handle generic vertex attributes accessed...
2004-01-28 Karl SchultzAdd GLAPIENTRY function decorations for correct operati...
2003-12-04 Karl SchultzAdd missing GLAPIENTRY
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-04-19 Brian Pauladded some casts
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-01-14 Brian PaulRemoved api_compat stuff, there's a better way.
2001-12-28 Gareth HughesRemove warnings about the difference between function...
2001-12-20 Keith WhitwellFurther help with dri libGL version skew
2001-06-01 Keith WhitwellWorking implementation of glArrayElt that decomposes...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2000-12-26 Keith WhitwellMajor rework of tnl module