fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of poten...
[mesa.git] / src / mesa / main / dlist.c
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-02-06 Brian PaulOverhaul of texture image handling.
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-13 Keith Whitwellfix conform dlist test
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwellfix demos/fire, enable lazy vertex flushing
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
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-10 Brian Paulrenamed imaging files to histogram since that's what...
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-23 Brian Pauladded convolve.h header
2000-07-10 Keith WhitwellFix for miscolored rects in display lists.
2000-06-12 Brian Pauladded EXT version of vertex array functions
2000-06-06 Brian Paulmore work on GL_ARB_texture_compression
2000-05-24 Brian Paulchanged allocation/initialization of API dispatch tables
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-19 Brian Pauladded a bunch of imaging functions
2000-05-18 Brian Paulreplaced components with internalFormat
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture
2000-03-21 Brian Pauladded more locking
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-03-03 Brian Paulsave ColorTable and ColorSubTable commands
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-24 Brian Paulbunch of dispatch and extension-related changes
2000-02-12 Brian Paulnow using dynamically allocated api dispatch tables
2000-02-11 Brian Pauladded code for all GL_MESA_window_pos functions
2000-02-02 Brian Pauldon't include dispatch.h
2000-02-02 Brian Paulupdated includes for source file reorg
2000-01-31 Brian Pauladded save_TexImage3DEXT()
2000-01-24 Brian Paulprefixed hash functions with _mesa_
2000-01-13 Brian Paulmade some functions static
2000-01-07 Brian Pauladded missing glHintPGI() function
1999-12-15 Brian Paulremoved _GLAPI_ extension testing
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
1999-11-27 Brian Pauladded call to _mesa_init_no_op_table()
1999-11-25 Brian Paulinclude glapi.h
1999-11-12 Brian Paulreplaced EXT_color_table with EXT_paletted_texture
1999-11-11 Brian PaulColorTableEXT clean-up
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-09 Keith Whitwellmore fixes for glDrawArrays
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-11-03 Brian Paulnew texture image processing
1999-10-31 Brian Paulfixed a typo in a comment
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-09 Brian Paulfixed reference count bug in save_TexImage3DEXT()
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-20 Keith WhitwellBugfix for ctx->backface_sign calculation
1999-09-11 Brian Pauladded GL_EXT_get_proc_address
1999-09-04 Keith Whitwellfix for mga depthbuffer resize
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 jtgInitial revision