summaryrefslogtreecommitdiffstats
path: root/src/ufo-transpose-task.c
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined CL_TARGET_OPENCL_VERSION warningTomas Farago2020-06-121-0/+1
* Fix properties of transpose taskMarcus Zuber2019-10-081-0/+1
* Fix #166: propagate OpenCL errors if possibleMatthias Vogelgesang2018-06-201-1/+1
* Use updated _get_requisition APIMatthias Vogelgesang2018-06-201-1/+2
* Use new _get_kernel APIMatthias Vogelgesang2018-06-191-3/+3
* Do transpose on GPUTomas Farago2018-03-151-76/+65
* transpose: fix warning if SSE is not possibleMatthias Vogelgesang2016-11-131-1/+4
* Fix #98: compile transpose_sse only with SSEMatthias Vogelgesang2015-11-031-0/+2
* Unify task namesMatthias Vogelgesang2015-02-171-6/+0
* transpose: make loop variables signedMatthias Vogelgesang2015-01-231-11/+11
* Remove unused priv variableMatthias Vogelgesang2015-01-231-1/+0
* Add Transpose taskTomas Farago2014-10-301-0/+195