summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/convolve.c
Commit message (Expand)AuthorAgeFilesLines
...
* call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilterBrian Paul2000-11-211-1/+9
* added some RENDER_START/RENDER_FINISH macros. Minor GLchan changesBrian Paul2000-11-211-6/+9
* replaced _NEW_IMAGING with _NEW_PIXELBrian Paul2000-11-101-4/+4
* minor changes to silence compiler warningsBrian Paul2000-11-101-1/+2
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-2/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-1/+17
* 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-3/+3
* GetConvolution/SeparableFilter() now finishedBrian Paul2000-09-051-12/+51
* moved convolution API functions to convolve.cBrian Paul2000-08-231-1/+785
* finished separable filter functionsBrian Paul2000-08-221-80/+86
* more convolution work, not doneBrian Paul2000-08-211-228/+363
* first bits of convolution codeBrian Paul2000-07-121-0/+416