summaryrefslogtreecommitdiff
path: root/src/mesa/main/convolve.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu1-11/+37
2009-09-19mesa: move readbuffer testsBrian Paul1-0/+8
2009-09-03mesa: fix typos in separable filter functionsBrian Paul1-4/+4
2009-09-03mesa: use new combined PBO validate/map helpers in convolution/filter funcsBrian Paul1-66/+23
2009-09-03mesa: use new combined PBO validate/map helpersBrian Paul1-43/+15
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul1-65/+35
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-10/+10
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul1-17/+18
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-18/+17
2004-10-31indentation fixBrian Paul1-4/+4
2004-10-31Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul1-79/+41
2004-10-31PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc.Brian Paul1-52/+206
2004-04-22New glTexImage code.Brian Paul1-5/+5
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul1-6/+6
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul1-7/+7
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul1-14/+5
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-13/+13
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-24Header file clean-up:Brian Paul1-6/+2
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-2/+1
2002-03-19fix Intel C compiler warnings (Gerk Huisma)Brian Paul1-8/+8
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-3/+13
2001-05-09fixed loop bug in _mesa_ConvolutionFilter2D()Brian Paul1-2/+2
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-41/+6
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-4/+3
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-2/+2
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-51/+51
2001-02-06added _mesa_adjust_image_for_convolution()Brian Paul1-2/+33
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell1-2/+2
2000-12-26Major rework of tnl moduleKeith Whitwell1-20/+14
2000-12-10generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul1-11/+30
2000-11-23More auto* build system updatesJon Taylor1-1/+2
2000-11-22 Committing in .Jouk Jansen1-3/+3
2000-11-21call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilterBrian Paul1-1/+9
2000-11-21added some RENDER_START/RENDER_FINISH macros. Minor GLchan changesBrian Paul1-6/+9
2000-11-10replaced _NEW_IMAGING with _NEW_PIXELBrian Paul1-4/+4
2000-11-10minor changes to silence compiler warningsBrian Paul1-1/+2
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-2/+1
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-1/+17
2000-10-28New colormac.h file for color-related macros.Brian Paul1-1/+2
2000-10-28Basic work to support deep color channels:Brian Paul1-3/+3
2000-09-05GetConvolution/SeparableFilter() now finishedBrian Paul1-12/+51
2000-08-23moved convolution API functions to convolve.cBrian Paul1-1/+785
2000-08-22finished separable filter functionsBrian Paul1-80/+86
2000-08-21more convolution work, not doneBrian Paul1-228/+363
2000-07-12first bits of convolution codeBrian Paul1-0/+416