Header file clean-up:
[mesa.git] / src / mesa / main / varray.c
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