glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).
[mesa.git] / src / mesa / main / image.c
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-04-26 Brian Paulreplaced GLshort with GLushort in _mesa_sizeof_packed_t...
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2002-03-13 Brian Pauladded _mesa_image_image_stride()
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-06-13 Brian Paulfixed an assertion
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-15 Brian Paul_mesa_pack_index_span() was broken for non-GLubyte...
2001-04-04 Brian PaulGL_INTENSITY case was incorrect in extract_float_rgba()
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-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-16 Brian Paulmoved depth/index/stencil span packing into image.c
2001-02-13 Brian Paulremoved bogus assertions
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-22 Jouk Jansen Committing in .
2000-11-10 Brian Paulrenamed imaging files to histogram since that's what...
2000-11-09 Brian PaulGL_BGR case was misplaced in _mesa_is_legal_format_and_...
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-05 Brian Pauldrawing color-index image to RGB window was broken
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-14 Brian Paulupdated comments
2000-09-12 Brian Paulpacking of GLushort packed types was broken
2000-08-31 Brian Paulrenamed some variables
2000-08-30 Brian Pauladded _mesa_pack_float_rgba_span()
2000-08-29 Brian Paulupdated some comments
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-06-30 Brian Paulenabled GL_POST_CONVOLUTION_COLOR_TABLE
2000-06-27 Brian Paulfixed GL_INTENSITY error checking bug
2000-06-22 Brian PaulAdded FREE(depth) in error clause before return
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