4
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use 64bit intermediate to accumulate 16.16 widths, to avoid overflow More... over 15 years ago
update blitrow test to exercise different widths for blitrow More... over 15 years ago
improve precision for blend More... over 15 years ago
Disable 32A->565+dither neon, since it gives different results between its 8-at-a-time loop (neon), and its < 8 residual loop. If we can unify the output, I would love to reinstate this. More... over 15 years ago
only report hasspan16 if we're opaque, otherwise we get a different blend via 565 than the 8888 case More... over 15 years ago
fix off-by-1 in alpha in colorshader setup don't promise HasSpan16 if we're supposed to dither More... over 15 years ago
disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop More... over 15 years ago
update tests for blitrow More... over 15 years ago
add tests for blitting all opaque or all transparent (test opts) More... over 15 years ago
handle NaN in curve choppers and edgeclipper More... over 15 years ago
document the return value of append() More... over 15 years ago
update android specific RAM restrictions More... over 15 years ago
add optional pref-config table to codecs More... over 15 years ago
add kNONE_LCDOrder for screens with no recognizable rgb order More... over 15 years ago
update for new fonts More... over 15 years ago
convert matrix <--> matrix44 add glyphrec to bounder More... over 15 years ago
more vector4 methods More... over 15 years ago
don't abort drawing based on layer size More... over 15 years ago
add rotation More... over 15 years ago
add unittests for map() More... over 15 years ago
add localToGlobal and parents More... over 15 years ago
add tests for translate, concat, scale More... over 15 years ago
add DEBUG_LAYER_BOUNDS option to show layer bounds More... over 15 years ago
add static Make methods to return rects More... over 15 years ago
implement inverse, determinant More... over 15 years ago
update with better fps reporting More... over 15 years ago
add FPSBench More... over 15 years ago
explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps when the path is in an inverse fillmode, and its top or bottom are on a fractional boundary. (thanks senorblanco) More... over 15 years ago
more layers extracted from webkit More... over 15 years ago
update layers More... over 15 years ago