summaryrefslogtreecommitdiff
path: root/src/mesa/main/convolve.c
AgeCommit message (Collapse)Author
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
based on the GL attribute groups. Introduced constants describing the circumstances under which some key derived values can change: _SWRAST_NEW_RASTERMASK -- ctx->RasterMask _SWRAST_NEW_TRIANGLE -- The software rasterizer's triangle function _DD_NEW_FEEDBACK -- the 'DD_FEEDBACK' bit in ctx->TriangleCaps These are helpful in deciding whether you need to recalculate state if your recalculation involves reference to a derived value.
2000-10-28New colormac.h file for color-related macros.Brian Paul
Lot's of clean-up in macros.h and mmath.h
2000-10-28Basic work to support deep color channels:Brian Paul
Replace GLubyte with GLchan Replace 255 with CHAN_MAX
2000-09-05GetConvolution/SeparableFilter() now finishedBrian Paul
2000-08-23moved convolution API functions to convolve.cBrian Paul
2000-08-22finished separable filter functionsBrian Paul
2000-08-21more convolution work, not doneBrian Paul
2000-07-12first bits of convolution codeBrian Paul