Add t_vertex.c
[mesa.git] / src / mesa / swrast_setup / ss_vb.c
2003-12-09 Brian PaulUpdate NEED_SECONDARY_COLOR macro to test if either...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-06 Brian Paulreplaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
2002-01-06 Brian Paulimplemented vertex program point size control
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-03-29 Keith WhitwellRemove ENABLE_* flags, ctx->_Enabled.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-17 Keith WhitwellFixes for performance bug on compiled array element...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-08 Brian PaulCompute attenuated point size in a new pipeline stage.
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-07 Keith Whitwellfixed very obvious fog bug
2000-11-06 Brian Pauladded a setup function for selection/feedback
2000-11-05 Keith WhitwellA new module to provide RasterSetup and advanced triang...