index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
special-case edge-building for polygons (paths with only lines)
reed@google.com
2012-08-02
*
Added check for aa/bw rect merging
robertphillips@google.com
2012-08-02
*
Fixed oversized SkRegion bound problem for complexclip_aa GM
robertphillips@google.com
2012-08-02
*
Set fReservedAlign to 0.
bungeman@google.com
2012-08-02
*
Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and
senorblanco@chromium.org
2012-08-01
*
Pipe factory names independently from the flattenables using them.
scroggo@google.com
2012-08-01
*
arm: Move SkUtilsArm.h from include/core to src/core
digit@google.com
2012-08-01
*
arm: dynamic NEON support for SkBitmapProcState matrix operations.
digit@google.com
2012-08-01
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
add getUnitsPerEm() to SkTypeface
reed@google.com
2012-07-31
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
Update SkData and SkDataSet to make better use of SkFlattenable.
djsollen@google.com
2012-07-31
*
Gamma correcting masks.
bungeman@google.com
2012-07-30
*
remove outdated test code for TEST_SRC_ALPHA
reed@google.com
2012-07-30
*
detect null pixles in setPixels() and just clear out any existing pixelref.
reed@google.com
2012-07-30
*
land https://codereview.appspot.com/6448046/
reed@google.com
2012-07-30
*
fix the build after intentional break
epoger@google.com
2012-07-27
*
intentionally break the build to test notifications
epoger@google.com
2012-07-27
*
Add virtual destructor to class with virtual functions.
justinlin@google.com
2012-07-27
*
Always store pixels of mutable bitmaps when recording a SkPicture.
djsollen@google.com
2012-07-27
*
Reapply "Remove Bitmaps Raw Pixel Support."
djsollen@google.com
2012-07-27
*
Added ctor to SkClipStack and isEmpty method
robertphillips@google.com
2012-07-26
*
reject any paths that are not finite.
reed@google.com
2012-07-26
*
explicitly track if a path is finite or not
reed@google.com
2012-07-26
*
Revert "Remove Bitmaps Raw Pixel Support."
djsollen@google.com
2012-07-26
*
Correctly calculate remaining span length in Neon fallback blitter
skyostil@google.com
2012-07-26
*
Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...
rileya@google.com
2012-07-25
*
Prevent MipMaps from crashing.
bungeman@google.com
2012-07-25
*
Added isIntersectionOfRects to SkClipStack
robertphillips@google.com
2012-07-24
*
Avoid a loop in writeString and writePad by zeroing padding first.
scroggo@google.com
2012-07-24
*
Split SkGlyph into its own header.
bungeman@google.com
2012-07-24
*
Added bound computation to SkClipStack
robertphillips@google.com
2012-07-24
*
land http://codereview.appspot.com/6353063/ by Lei
reed@google.com
2012-07-24
*
Gave GrClip an SkClipStack-style iterator
robertphillips@google.com
2012-07-23
*
Remove Bitmaps Raw Pixel Support.
djsollen@google.com
2012-07-23
*
use SkTRefArray to share readonly data between pictures
reed@google.com
2012-07-23
*
add protected method for internal_dispose overrides to jam fRefCnt before
reed@google.com
2012-07-23
*
In SkWriter32::writeString, initialize all memory reserved.
scroggo@google.com
2012-07-23
*
use SkData to share between record and playback
reed@google.com
2012-07-21
*
include <new> since we use placement-new
reed@google.com
2012-07-21
*
add SkTRefArray, in hopes that it will enable more sharing between picturepla...
reed@google.com
2012-07-21
*
Added asNewCustomStage to SkShader and implemented it for all the gradient sh...
rileya@google.com
2012-07-20
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
removing trailing ',' on last entry in enum, to fix warning
reed@google.com
2012-07-20
*
add SkPaint::getPosTextPath(), with gm to test it
reed@google.com
2012-07-20
*
Add skipToLast method to SkClipStack
robertphillips@google.com
2012-07-18
*
Use SkFlatDictionary in SkGPipe to take advantage of its new features.
scroggo@google.com
2012-07-17
*
Fixed two sub-optimal iterator uses
robertphillips@google.com
2012-07-16
*
Extended SkDeque's reverse iteration capability to SkClipStack
robertphillips@google.com
2012-07-16
*
Refactor SkDeque's iterator and allocation method
robertphillips@google.com
2012-07-16
[next]