summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.c
AgeCommit message (Expand)Author
2003-08-19Fix glPixelMap: s/GLint/GLsizei/Brian Paul
2003-07-23fix a few more glitches from last big check-inBrian Paul
2003-07-23fix GL_SGI_texture_colortable bugsBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-01-26remove bad assertion, fix minor bug in _mesa_lookup_rgba()Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-09-21GL_MESA_pack_invertBrian Paul
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul
2002-04-24test mapsize against 1, not 0 in glPixelMap()Brian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-04fixed potential array overwrite problemBrian Paul
2001-09-18compiler warningsKarl Schultz
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-05-23fix bug 426657: need to clamp RGBA before color table lookupsBrian Paul
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-27colortable w/ size=0 wasn't handled correctlyBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-03More color macro clean-ups.Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-13improved precision of glReadPixels for colorbuffers < 24bppBrian Paul
2000-11-28Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-19glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctlyBrian Paul
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul
2000-04-17work on GL_SGI_color_tableBrian Paul
2000-04-12more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-30added a few more scale/bias/lookup functions (for future use)Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19Initial revisionjtg