summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/convolve.c
Commit message (Expand)AuthorAgeFilesLines
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-13/+13
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Header file clean-up:Brian Paul2002-10-241-6/+2
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-2/+1
* fix Intel C compiler warnings (Gerk Huisma)Brian Paul2002-03-191-8/+8
* silence compiler warnings (last batch for src)Karl Schultz2001-09-191-3/+13
* fixed loop bug in _mesa_ConvolutionFilter2D()Brian Paul2001-05-091-2/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-41/+6
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-4/+3
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-51/+51
* added _mesa_adjust_image_for_convolution()Brian Paul2001-02-061-2/+33
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-2/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-20/+14
* generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul2000-12-101-11/+30
* More auto* build system updatesJon Taylor2000-11-231-1/+2
* Committing in .Jouk Jansen2000-11-221-3/+3
* 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