summaryrefslogtreecommitdiff
path: root/src/mesa/main/convolve.c
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-09-24mesa: Remove unnecessary headers.Vinson Lee
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-01-18mesa: Remove unnecessary header from convolve.c.Vinson Lee
2009-09-24mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu
2009-09-19mesa: move readbuffer testsBrian Paul
2009-09-03mesa: fix typos in separable filter functionsBrian Paul
2009-09-03mesa: use new combined PBO validate/map helpers in convolution/filter funcsBrian Paul
2009-09-03mesa: use new combined PBO validate/map helpersBrian Paul
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-31indentation fixBrian Paul
2004-10-31Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul
2004-10-31PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc.Brian Paul
2004-04-22New glTexImage code.Brian Paul
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-24Header file clean-up:Brian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-03-19fix Intel C compiler warnings (Gerk Huisma)Brian Paul
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-05-09fixed loop bug in _mesa_ConvolutionFilter2D()Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-06added _mesa_adjust_image_for_convolution()Brian Paul
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-10generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul
2000-11-23More auto* build system updatesJon Taylor
2000-11-22 Committing in .Jouk Jansen
2000-11-21call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilterBrian Paul
2000-11-21added some RENDER_START/RENDER_FINISH macros. Minor GLchan changesBrian Paul
2000-11-10replaced _NEW_IMAGING with _NEW_PIXELBrian Paul
2000-11-10minor changes to silence compiler warningsBrian Paul
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
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-09-05GetConvolution/SeparableFilter() now finishedBrian Paul
2000-08-23moved convolution API functions to convolve.cBrian Paul
2000-08-22finished separable filter functionsBrian Paul