summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.c
Commit message (Expand)AuthorAgeFilesLines
* 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