summaryrefslogtreecommitdiffstats
path: root/libass/ass_rasterizer.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to virtual function tableDr.Smile2015-06-261-45/+47
* Improve rasterizer commentsDr.Smile2015-06-261-2/+23
* Skip memset() when using internal rasterizerDr.Smile2015-02-091-8/+9
* Fix rare edge-case bug in rasterizerDr.Smile2015-01-151-1/+4
* Replace FT_Outline with ASS_OutlineDr.Smile2014-11-231-2/+2
* Flip coordinate system in rasterizerDr.Smile2014-11-231-63/+57
* Fix UB at left shifts of negative integersDr.Smile2014-11-071-9/+9
* Check for 0-point contours in rasterizer_set_outline()Dr.Smile2014-08-261-0/+3
* Implement fast quad-tree rasterizer in C and x86/SSE2/AVX2Dr.Smile2014-04-291-0/+788