summaryrefslogtreecommitdiff
path: root/src/lib/evas/common/evas_tiler.c
Commit message (Expand)AuthorAgeFilesLines
* evas: Rename EAPI macro to EVAS_API in Evas libraryFelipe Magno de Almeida2020-12-151-24/+24
* Get rid of trailing whitespaces (12 / 14)Elyes HAOUAS2020-06-231-7/+7
* tiler - add maxreg for newtiler - not used atm but matches currentCarsten Haitzler (Rasterman)2020-06-041-1/+26
* evas - region updates - go back to tiler as its fasterCarsten Haitzler (Rasterman)2015-10-051-0/+914
* fix coverity complaint (not real bug) - CID 1324882Carsten Haitzler (Rasterman)2015-09-251-1/+5
* evas - make new exact regions round up to 16x16 to keep count saneCarsten Haitzler (Rasterman)2015-09-241-4/+41
* evas tiler update handler - move to region code to be accurate and fastCarsten Haitzler (Rasterman)2015-09-241-840/+38
* Evas tiler: Remove unused functions (clang)Jean-Philippe Andre2015-04-211-83/+2
* fix evas_tiler bug (makes evas get stuck in an infinite loop there in certain...Daniel Kolesa2014-01-291-1/+1
* Revert "fix allocator sizeof operand mismatch reported by clang"Carsten Haitzler (Rasterman)2014-01-091-1/+1
* fix allocator sizeof operand mismatch reported by clangJihoon Kim2014-01-091-1/+1
* evas - tiler - fix missing clip of first rect to outbuf sizeCarsten Haitzler (Rasterman)2013-12-181-0/+5
* evas - fix overdraw + too many rects problem found in some expedite testsCarsten Haitzler (Rasterman)2013-12-051-11/+17
* evas: fix CID 1102547 - Resource leakCedric BAIL2013-10-141-3/+7
* evas - clean up tiler code a lot and remove old commented out stuffCarsten Haitzler (Rasterman)2013-10-011-565/+76
* fix clang allocator size mistmatch (by casting - clang is wrong)Carsten Haitzler (Rasterman)2013-07-161-1/+1
* evas: Keep sane name for public headerSebastian Dransfeld2013-06-201-1/+1
* this is not a big change - not worth changelog, but allow gl partialCarsten Haitzler (Rasterman)2013-04-111-1/+27
* merge: and now EvasVincent Torri2012-11-041-0/+1439