assorted changes for supporting GLfloat color channels (not done)
[mesa.git] / src / mesa / main / pixel.c
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-05-23 Brian Paulfix bug 426657: need to clamp RGBA before color table...
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulcolortable w/ size=0 wasn't handled correctly
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-03 Brian PaulMore color macro clean-ups.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-13 Brian Paulimproved precision of glReadPixels for colorbuffers...
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-22 Jouk Jansen Committing in .
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-19 Brian PaulglPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled...
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-04-17 Brian Pauldynamically allocate color table data, uses less memory
2000-04-17 Brian Paulwork on GL_SGI_color_table
2000-04-12 Brian Paulmore work on GL_SGI_color_table, pixel transfer code...
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
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-10-30 Brian Pauladded a few more scale/bias/lookup functions (for futur...
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-08-19 jtgInitial revision