summaryrefslogtreecommitdiff
path: root/src/mesa/main/convolve.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-10mesa: trim down some #includesBrian Paul1-4/+1
2013-11-29mesa: have old convolution functions generate GL_INVALID_OPERATIONBrian Paul1-12/+12
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-22/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-15/+15
2012-09-15mesa: remove FEATURE_convolve define.Oliver McFadden1-5/+0
2011-04-26Squashed commit of the following:Brian Paul1-4/+27
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-09-24mesa: Remove unnecessary headers.Vinson Lee1-3/+0
2010-09-23mesa: Remove EXT_convolution.Eric Anholt1-1292/+15
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee1-0/+1
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-01-18mesa: Remove unnecessary header from convolve.c.Vinson Lee1-1/+0
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