fix GL_BACK color material bug
[mesa.git] / src / mesa / main / image.c
2000-05-19 Brian Paulfixed alignment bug in _mesa_image_row_stride()
2000-05-10 Brian Paulmore GL_EXT_convolution work
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-18 Brian Paulmore color table and imaging work
2000-04-17 Brian Paulwork on GL_SGI_color_table
2000-04-15 Brian Paulcleaned up whitespace
2000-04-12 Brian Paulmore work on GL_SGI_color_table, pixel transfer code...
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-03-29 Brian Pauladded missing GL_INTENSITY case in _mesa_components_in_...
2000-03-21 Brian Paulmade _mesa_native_packing const
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-03-21 Brian Pauladded _mesa_image_row_stride()
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-13 Brian Paulfixed polygon stipple packing/unpacking
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-21 Brian Paulfixed bug in GL_UNSIGNED_INT_10_10_10_2 unpacking
2000-01-13 Brian Paulinit a few vars to silence compiler warnings
2000-01-05 Brian Paulminor clean-up in _mesa_unpack_ubyte_color_span()
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-11-03 Brian Pauladded another fast-path in _mesa_unpack_ubyte_color_spa...
1999-11-03 Brian Paulnew texture image processing
1999-10-26 Brian Paulfixed stupid error in GL_RGA case in gl_pack_rgba_span()
1999-10-22 Brian Paulfixed byteswapping bug in gl_pack_rgba_span()
1999-10-22 Brian Pauladded optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pac...
1999-10-19 Brian Pauladded more format/type error checking code
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-15 Brian Paulremoved unused GLcontext arg from a few functions
1999-08-19 jtgInitial revision