summaryrefslogtreecommitdiffstats
path: root/src/ufo-backproject-task.c
Commit message (Expand)AuthorAgeFilesLines
* Code from Harish (largely untested)harishSuren A. Chilingaryan2022-07-261-1/+11
* Fix undefined CL_TARGET_OPENCL_VERSION warningTomas Farago2020-06-121-0/+1
* Increase property limits to 32768Tomas Farago2020-03-131-3/+3
* Fix static enum namesTomas Farago2020-02-141-1/+1
* Fix #166: propagate OpenCL errors if possibleMatthias Vogelgesang2018-06-201-3/+3
* Use updated _get_requisition APIMatthias Vogelgesang2018-06-201-3/+7
* Use new _get_kernel APIMatthias Vogelgesang2018-06-191-2/+2
* backproject: lift angle-step and -offset limitsMatthias Vogelgesang2018-06-011-3/+2
* Unify source format of property declarationsMatthias Vogelgesang2017-09-051-40/+40
* Fix #127: use enums where possibleMatthias Vogelgesang2016-11-211-17/+13
* backproject: reconstruct region-of-interestMatthias Vogelgesang2015-09-101-8/+80
* fbp: Use number of projs to compute angle stepTomas Farago2015-07-241-1/+1
* Reset correct LUT memMatthias Vogelgesang2014-04-231-1/+1
* Update LUTs when offset is written not readMatthias Vogelgesang2014-04-231-6/+2
* Fix cl_mem memory leaksTomas Farago2014-04-231-9/+23
* Enable dynamic angle offset settingTomas Farago2014-04-231-1/+5
* Merge pull request #16 from ufo-kit/simplify-filtersMatthias Vogelgesang2014-03-281-23/+25
|\
| * Adapt to API changes from ufo-coreMatthias Vogelgesang2014-03-271-23/+25
* | Remove overwrite flag from backproject taskTomas Farago2014-03-271-17/+0
|/
* Add continuous backprojection supportTomas Farago2014-03-061-5/+65
* Move gtk-doc comments to rstMatthias Vogelgesang2014-03-061-10/+0
* Backport nearest "interpolation" for backprojectMatthias Vogelgesang2014-03-051-21/+68
* Add angle offset parameter to backproject filterMatthias Vogelgesang2014-01-141-3/+19
* Allow doubles for that extra bit of precisionMatthias Vogelgesang2014-01-141-16/+16
* Fix LUT computationMatthias Vogelgesang2013-12-091-9/+6
* Remove unused parameter from backproject_texMatthias Vogelgesang2013-11-141-1/+0
* Profile filter taskMatthias Vogelgesang2013-07-181-5/+1
* Add back LUT for backprojectionMatthias Vogelgesang2013-07-091-13/+74
* Add profiler support for reader and writerMatthias Vogelgesang2013-07-051-4/+7
* Update filter documentationMatthias Vogelgesang2013-05-271-1/+0
* Adapt to streamlining effortsMatthias Vogelgesang2013-05-171-3/+4
* Use ufo_buffer_get_device_imageMatthias Vogelgesang2013-02-151-58/+2
* Remove copy functionsMatthias Vogelgesang2013-02-081-19/+0
* Fix doc strings for #182Matthias Vogelgesang2013-02-061-6/+6
* Remove returning number of expected itemsMatthias Vogelgesang2013-02-051-1/+0
* Include ufo/ufo.h onlyMatthias Vogelgesang2013-01-311-2/+2
* Use clCreateImage for OpenCL >= 1.2Matthias Vogelgesang2013-01-161-0/+21
* Explicitly state the LGPLMatthias Vogelgesang2013-01-151-8/+27
* Better event handlingMatthias Vogelgesang2013-01-141-2/+9
* Fix computation of angle stepMatthias Vogelgesang2013-01-111-2/+5
* Update for the param structureMatthias Vogelgesang2013-01-071-5/+6
* Guess axis_pos and angle_step if not providedMatthias Vogelgesang2013-01-071-8/+15
* Fix warnings and minor errorsMatthias Vogelgesang2013-01-071-3/+1
* Chain up parent finalize callMatthias Vogelgesang2013-01-071-0/+2
* Fix FFT, IFFT and BPMatthias Vogelgesang2013-01-071-2/+3
* Add backproject and filter nodeMatthias Vogelgesang2013-01-071-0/+318