Changes to reduce the memory footprint of display lists
[mesa.git] / src / mesa / main / context.c
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-10 Brian Paulfixed dumb typo
1999-10-10 Brian Pauladded memory macros
1999-10-09 Brian Paultexture units now share default texture objects
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-19 Keith WhitwellCleaning up
1999-09-18 Keith WhitwellLarge patch:
1999-09-11 Brian Pauladded GL_EXT_get_proc_address
1999-09-07 Brian Paulremoved TexCoordUnit from GLcontext, use Array.ActiveTe...
1999-09-04 Keith Whitwellfix for mga depthbuffer resize
1999-09-02 Keith Whitwellfixed GL_FRONT_AND_BACK cull bug
1999-08-29 Keith Whitwellnew files to support vertex-based geometry
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 jtgInitial revision