summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.c
AgeCommit message (Expand)Author
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