]> granicus.if.org Git - imagemagick/history - MagickCore/accelerate.c
Removed unused argument.
[imagemagick] / MagickCore / accelerate.c
2018-12-02 CristyIs it 2019 already?
2018-11-11 Dirk LemstraAdded early exit because only direct class images are...
2018-09-09 Cristy...
2018-07-29 CristySwitch to ANSI C comments
2018-06-10 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/1169
2018-05-19 CristyImprove the handling of clip / composite masks
2018-05-12 CristyIntroduce a composite mask
2018-03-10 CristyUse memset() rather than ResetMagickMemory()
2018-02-13 Dirk LemstraCorrected patch for #967
2018-02-11 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/967
2017-12-27 CristyIntroducing the linear-gray colorspace
2017-12-24 CristyIntroducing the sGray (non-linear grayscale) colorspace
2017-12-06 Cristy...
2017-12-02 Dirk LemstraAdded missing attenuate argument to `ComputeAddNoiseImage`.
2017-11-12 Cristy...
2017-10-25 Dirk LemstraGetAuthenticOpenCLBuffer will now increase the ref...
2017-09-29 rootfix multiple null pointer
2017-09-07 Dirk LemstraMove call to AccelerateMotionBlurImage.
2017-09-06 Dirk LemstraAdded call to AccelerateMotionBlurImage and added immed...
2017-04-24 Cristy...
2017-02-27 Dirk LemstraFixed calculation of number of passes.
2017-01-29 Dirk LemstraFix use of MagickRealType.
2017-01-29 Dirk LemstraUse cl_float4 instead of own FloatPixelPacket.
2017-01-02 Dirk LemstraNo longer disallowing execution with NVIDIA cards in...
2016-12-05 Cristy...
2016-11-27 CristyRevert write mask mod
2016-11-01 dirkUsing s instead of x/y with cl_float2 to resolve compil...
2016-09-20 dirkWork around some issues with OpenCL runtimes.
2016-09-18 dirkTypecast fixes.
2016-07-24 dirkAccelerateContrastImage now supports R/RA/RGB images.
2016-07-21 dirkFixed argument order.
2016-07-20 dirkWhitespace.
2016-07-10 dirkFixed OpenCL implementation of RotationalBlurImage.
2016-07-08 dirkImproved copying of the pixels when the channel mask...
2016-07-07 dirkThe source pixels need to be copied when a channel...
2016-07-05 dirkFixed rounding and added clFlush to keep Intel happy.
2016-06-20 dirkAdded extra guards to prevent out of bound access.
2016-06-20 dirkAdded queue parameter to EnqueueOpenCLKernel.
2016-06-19 dirkFixed enqueuing of an incorrect kernel.
2016-06-19 dirkFixed cloning the input image.
2016-06-17 dirkRemoved AccelerateCompositeImage.
2016-06-13 dirkSome OpenCL methods are now executed asynchronous.
2016-05-29 dirkMoved OpenCL kernels to a separate header file.
2016-05-29 dirkAccelerate methods should not be exported.
2016-04-24 dirkMinor API change to improve device picking in multi...
2016-04-23 dirkFixed bug in OpenCL kernel and fixed name of method.
2016-04-18 dirkChanged recording of kernel profiles.
2016-04-15 dirkComplete rewrite of the OpenCL API.
2016-04-08 dirkAccelerateRotationalBlurImage now supports R/RA/RGB...
2016-04-07 dirkAccelerateResizeImage now supports R/RA/RGB images.
2016-04-02 dirkAccelerateUnsharpMaskImage now supports R/RA/RGB images.
2016-04-02 dirkComputeBlurImage now supports R/RA/RGB images.
2016-04-02 dirkRemoved section kernels.
2016-04-02 dirkComputeUnsharpMaskImageSingle now supports R/RA/RGB...
2016-04-02 dirkAccelerateFunctionImage now supports R/RA/RGB images.
2016-03-28 dirkAccelerateWaveletDenoiseImage now supports R/RGB images.
2016-03-27 dirkPixels should not be set to NULL we need it later in...
2016-03-27 dirkRestored error checking.
2016-03-27 dirkRefactored reading and writing from the buffer.
2016-03-27 dirkAccelerateAddNoiseImage now supports R/RA/RGB images.
2016-03-27 dirkFixes for getting the pixel intensity.
2016-03-27 dirkMoved check for pixel traits outside checkAccelerateCon...
2016-03-26 dirkRemoved ResizeHorizontalFilterSinc and ResizeVerticalFi...
2016-03-26 dirkRemoved length calculation.
2016-03-26 dirkAccelerateGrayscaleImage now also works for RGB images.
2016-03-26 dirkModified checkAccelerateCondition to support non RGBA...
2016-03-26 dirkReverted radius for local contrast to a percentage...
2016-03-02 CristyEliminate compiler warnings
2016-02-21 dirkAdded wavelet denoise.
2016-02-21 dirkAdded check for storage class.
2016-02-14 dirkAdded missing check for alpha channel.
2016-02-14 dirkMinor refactoring.
2016-02-14 dirkTemporary disabled AccelerateConvolveImage due to acces...
2016-02-11 dirkBuild fix.
2016-02-11 dirkRemoved channel argument from accelerate methods.
2016-01-31 dirkRenamed hashmap.c to linked-list.c and removed the...
2015-12-12 CristyUpdate copyright years
2015-11-18 dirkUse 'magick_restrict' instead of 'restrict'.
2015-11-14 dirkChanged RecordProfileData signature.
2015-11-14 dirkSupport thread-safe reusable OpenCL command queues...
2015-11-12 dirkPlaced the accelerated methods in alphabetic order.
2015-11-12 dirkPlaced the accelerated methods in alphabetic order.
2015-11-03 dirkAdded local contrast to Magick++ and Wand.
2015-11-03 dirkFix for negative radius.
2015-11-02 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-11-02 dirkRadius for local contrast is now pixels instead of...
2015-11-02 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-11-01 dirkAdded LocalContrastImage.
2015-10-28 dirkOpenCL build fix.
2015-09-19 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-09-19 dirkFixed value of matte.
2015-09-19 dirkMinor refactoring.
2015-06-28 cristy(no commit message)
2015-04-15 cristy(no commit message)
2014-12-20 cristy(no commit message)
2014-12-07 cristy(no commit message)
2014-11-25 cristy(no commit message)
2014-11-23 cristy(no commit message)
2014-11-09 cristy(no commit message)
2014-11-03 dirkThis actually fixes the build...
next