Add render stage for unclipped vb's to fx driver.
[mesa.git] / src / mesa / main / varray.c
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