summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/convolve.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: trim down some #includesBrian Paul2014-09-101-4/+1
* mesa: have old convolution functions generate GL_INVALID_OPERATIONBrian Paul2013-11-291-12/+12
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-22/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-15/+15
* mesa: remove FEATURE_convolve define.Oliver McFadden2012-09-151-5/+0
* Squashed commit of the following:Brian Paul2011-04-261-4/+27
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Remove unnecessary headers.Vinson Lee2010-09-241-3/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-1292/+15
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* mesa: Remove unnecessary header from convolve.c.Vinson Lee2010-01-181-1/+0
* mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu2009-09-241-11/+37
* mesa: move readbuffer testsBrian Paul2009-09-191-0/+8
* mesa: fix typos in separable filter functionsBrian Paul2009-09-031-4/+4
* mesa: use new combined PBO validate/map helpers in convolution/filter funcsBrian Paul2009-09-031-66/+23
* mesa: use new combined PBO validate/map helpersBrian Paul2009-09-031-43/+15
* mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul2009-09-031-65/+35
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-10/+10
* In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul2006-10-131-17/+18
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-18/+17
* indentation fixBrian Paul2004-10-311-4/+4
* Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul2004-10-311-79/+41
* PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc.Brian Paul2004-10-311-52/+206
* New glTexImage code.Brian Paul2004-04-221-5/+5
* Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul2004-02-281-6/+6
* rename some span pack/unpack functions for better uniformityBrian Paul2004-02-281-7/+7
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-14/+5
* 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