summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/convolve.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: trim down includes of compiler.hBrian Paul2015-03-021-1/+1
* 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-3/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-0/+45
* mesa: remove FEATURE_convolve define.Oliver McFadden2012-09-151-12/+0
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: Clean up header file inclusion in convolve.h.Vinson Lee2010-11-071-3/+4
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-70/+0
* mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-141-8/+0
* mesa: Include compiler.h for ASSERT.Chia-I Wu2010-08-201-0/+2
* mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu2009-09-241-53/+65
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-13/+13
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+7
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* added _mesa_adjust_image_for_convolution()Brian Paul2001-02-061-2/+7
* Committing in .Jouk Jansen2000-11-221-2/+2
* moved convolution API functions to convolve.cBrian Paul2000-08-231-1/+53
* more convolution work, not doneBrian Paul2000-08-211-0/+51