merge from master
[mesa.git] / src / mesa / main / pixel.c
2007-03-21 Brianmerge from master
2007-03-16 BrianColortable re-org.
2007-03-14 Brianpixelmap code simplification
2007-03-14 BrianRe-org of gl_pixel_attrib struct.
2007-03-13 Brianfix ctx->Pixel.PostConvolutionScale/Bias subscript...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-24 Brian Pauls/GLchan/GLubyte/
2006-10-13 Brian PaulConsolidate, move, fix code related to color index...
2006-10-13 Brian PaulRevamp color table code.
2006-10-12 Brian Paulremove _mesa_chan_to_float_span(), rename _mesa_map_ci8...
2006-10-12 Brian Paul_mesa_map_ci_to_rgba_chan() no longer used
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-09 Brian PaulBug 4996.
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-09-28 Brian Pauladded _mesa_scale_and_bias_depth()
2005-08-10 Brian Paulthe PIXEL_MAP_I_TO_I table should be GLfloat, not GLint
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-31 Brian PaulUse the _mesa_scale_and_bias_rgba() function in the...
2004-10-31 Brian PaulPBO support for gl[Get]PixelMap functions
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-28 Brian Paulmove _swrast_texture_table_lookup() to _mesa_lookup_rgb...
2004-02-28 Brian Paulreplace color table FloatTable boolean with Type enum
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-19 Brian PaulFix glPixelMap: s/GLint/GLsizei/
2003-07-23 Brian Paulfix a few more glitches from last big check-in
2003-07-23 Brian Paulfix GL_SGI_texture_colortable bugs
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-01-26 Brian Paulremove bad assertion, fix minor bug in _mesa_lookup_rgba()
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-24 Brian Paultest mapsize against 1, not 0 in glPixelMap()
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-04 Brian Paulfixed potential array overwrite problem
2001-09-18 Karl Schultzcompiler warnings
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