openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
skia
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
Jul 29, 2024 — Jul 29, 2025
Showing page 2,525 of 2,535
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
more unittests (already found/fixed some bugs)
[email protected]
More...
almost 16 years ago
rename std words to be UPPER CASE (ugh) add initial unittests for std words (more to do)
[email protected]
More...
almost 16 years ago
add tests for extractAlpha
[email protected]
More...
almost 16 years ago
add missing files
[email protected]
More...
almost 16 years ago
add boolean tests and IF/ELSE/END
[email protected]
More...
almost 16 years ago
experimental hack to write a forth engine to drive skia
[email protected]
More...
almost 16 years ago
return noErr in clickhandler, so we can get mousemoved events
[email protected]
More...
almost 16 years ago
http://code.google.com/p/skia/issues/detail?id=32
[email protected]
More...
almost 16 years ago
fix gaps in antialiased hairlines (thanks to preda) expand SampleHairline text to check for clip violations
[email protected]
More...
almost 16 years ago
expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader (like gradients) to support predithering. If they do, then they would suppress kConstInY16, since they no longer are const.
[email protected]
More...
almost 16 years ago
allow the gamma to be changed at runtime
[email protected]
More...
almost 16 years ago
show the hairlines after each test iteration
[email protected]
More...
almost 16 years ago
special case 1x1 bitmaps when drawn as a shader (treat as a solid color)
[email protected]
More...
almost 16 years ago
fix overflow in qsort compare proc
[email protected]
More...
almost 16 years ago
add detach() method
[email protected]
More...
almost 16 years ago
fix warning in sampler lock pixels when we extract alpha disabling hinting when linear-text is set
[email protected]
More...
almost 16 years ago
update gm images with new corrected dithering
[email protected]
More...
almost 16 years ago
fixes around isOpaque and dithering
[email protected]
More...
almost 16 years ago
Add a sanity check to MaskSuperBlitter::blitH(), to avoid a subsequent crash in *Blitter::blitMask(), and add some more asserts.
SenorBlanco
as
[email protected]
More...
almost 16 years ago
Fix compliation on gcc-4.3 and ARMv5T
[email protected]
More...
almost 16 years ago
respect dither setting in index8->565 sprite case
[email protected]
More...
almost 16 years ago
Fix flipped text orientation on Windows.
[email protected]
More...
almost 16 years ago
update location of SkNWayCanvas.cpp
[email protected]
More...
almost 16 years ago
close out previous contour (so we don't miss the last segment)
[email protected]
More...
almost 16 years ago
add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops on all slides
[email protected]
More...
almost 16 years ago
fix typo in matrix proc index computation, where we were always taking the perspective case when affine would have been enough (and lots faster).
[email protected]
More...
almost 16 years ago
add method to compute max count for a given buffer size in the bitmap shader. fix bug in quad loop of fill_sequential where we were going one quad too far.
[email protected]
More...
almost 16 years ago
bzero SkPaint in its constructor, to allow us to cleanly use memcmp in our operator==, given that we may be padded and not know how to init those pad bytes
[email protected]
More...
almost 16 years ago
add special matrixprocs when the matrix is at most translate. These are faster (somewhat) than their scale counterparts, but are also numerically exact for any size bitmaps. The scale versions, because they operate in a scaled 65535 space, are not always exact for large images (due to SK_Fixed1 / width) loss of bits
[email protected]
More...
almost 16 years ago
test for non-scaled bitmap tiles
[email protected]
More...
almost 16 years ago
←
1
2
…
2521
2522
2523
2524
2525
2526
2527
2528
2529
…
2534
2535
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree