summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix glPixelMap: s/GLint/GLsizei/Brian Paul2003-08-191-5/+5
* fix a few more glitches from last big check-inBrian Paul2003-07-231-0/+4
* fix GL_SGI_texture_colortable bugsBrian Paul2003-07-231-0/+3
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-2/+196
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* remove bad assertion, fix minor bug in _mesa_lookup_rgba()Brian Paul2003-01-261-4/+2
* Header file clean-up:Brian Paul2002-10-241-8/+2
* GL_MESA_pack_invertBrian Paul2002-09-211-1/+12
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-1/+7
* test mapsize against 1, not 0 in glPixelMap()Brian Paul2002-04-241-4/+4
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-2/+2
* fixed potential array overwrite problemBrian Paul2001-12-041-15/+9
* compiler warningsKarl Schultz2001-09-181-17/+17
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-3/+7
* fix bug 426657: need to clamp RGBA before color table lookupsBrian Paul2001-05-231-27/+63
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-29/+29
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-22/+22
* colortable w/ size=0 wasn't handled correctlyBrian Paul2001-02-271-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-11/+11
* More color macro clean-ups.Brian Paul2001-01-031-9/+9
* Major rework of tnl moduleKeith Whitwell2000-12-261-58/+188
* improved precision of glReadPixels for colorbuffers < 24bppBrian Paul2000-12-131-1/+46
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-281-18/+14
* Committing in .Jouk Jansen2000-11-221-6/+6
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-6/+5
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-1/+6
* More GLchan color channel changes.Brian Paul2000-10-291-22/+58
* New colormac.h file for color-related macros.Brian Paul2000-10-281-1/+2
* Basic work to support deep color channels:Brian Paul2000-10-281-8/+8
* glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctlyBrian Paul2000-10-191-2/+18
* implemented new ImageTransferState bitmaskBrian Paul2000-08-211-24/+3
* Err, initial code for GL_EXT_convolution, not histogramBrian Paul2000-05-071-1/+1
* initial code for GL_EXT_histogram extensionBrian Paul2000-05-071-25/+49
* dynamically allocate color table data, uses less memoryBrian Paul2000-04-171-23/+99
* work on GL_SGI_color_tableBrian Paul2000-04-171-7/+7
* more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul2000-04-121-128/+122
* added GL_SGI_color_matrix extensionBrian Paul2000-04-081-3/+74
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-23/+75
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* added a few more scale/bias/lookup functions (for future use)Brian Paul1999-10-301-10/+97
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+5
* Initial revisionjtg1999-08-191-0/+774