index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
[SkTextBlob] Merge run font data at draw time.
fmalita
2014-08-22
*
extend SkShader to report a luminance-color to be used for gamma correction
reed
2014-08-22
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
Add some SkTextBlob builder tests.
fmalita
2014-08-21
*
SkMultiPictureDraw API
robertphillips
2014-08-21
*
Split up monolithic EXPERIMENTAL_drawPicture method
robertphillips
2014-08-21
*
Install a hook to swap between SkPicture backends with a single define.
mtklein
2014-08-21
*
Add GrResourceCache2.
bsalomon
2014-08-21
*
Our SkPicture::Analysis visitors should recurse into nested pictures.
mtklein
2014-08-21
*
SkTextBlob
fmalita
2014-08-21
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Make SkPMColorAssert a macro (all assert-like functions should be macros).
halcanary
2014-08-21
*
remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE
reed
2014-08-21
*
Always read .skp files and other serialized pictures into SkRecord.
mtklein
2014-08-20
*
Implement SkPicture::hasText() for SkRecord backend.
mtklein
2014-08-20
*
Move the code over using the same template type approach previously used for ...
tomhudson
2014-08-20
*
Add the method isOpaque() to SkImage
piotaixr
2014-08-19
*
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...
bsalomon
2014-08-19
*
Treat embedded bitmaps as a hinting method.
bungeman
2014-08-19
*
Add GrResourceCache2.
bsalomon
2014-08-19
*
remove unused SkIntToFloatCast_NoOverflowCheck
caryclark
2014-08-19
*
Move SkReadBuffer.h and SkReader32.h out of include.
halcanary
2014-08-19
*
Revert "Move the code over using the same template type approach previously u...
Mike Klein
2014-08-18
*
Move the code over using the same template type approach previously used for ...
tomhudson
2014-08-18
*
Revert "Move SkReadBuffer.h and SkReader32.h out of include."
halcanary
2014-08-18
*
Move SkReadBuffer.h and SkReader32.h out of include.
halcanary
2014-08-18
*
Expose API for whether an SkPicture contains text
ajuma
2014-08-18
*
SkImage::NewFromGenerator(SkImageGenerator*), and a unit test.
halcanary
2014-08-18
*
eliminate code related to SkBitmap::Config
reed
2014-08-18
*
Add flag to bench/render pictures
krajcevski
2014-08-18
*
int SkPicture::approximateOpCount()
mtklein
2014-08-14
*
Remove SkPaintOptionsAndroid
djsollen
2014-08-14
*
Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chr...
bsalomon
2014-08-13
*
Start tracking the CTM while filling the BBH in SkRecordDraw.
mtklein
2014-08-13
*
Remove SkPaintOptionsAndroid
djsollen
2014-08-13
*
Add entry point for passing options to the GrContextFactory
krajcevski
2014-08-13
*
Delete the old font management implementation based on SkFontConfigInterface,...
tomhudson
2014-08-13
*
Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...
george
2014-08-12
*
Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (htt...
halcanary
2014-08-12
*
Migrate SkRTConfRegistry test to DEF_TEST().
tfarina
2014-08-12
*
SkCanvas::drawPatch param SkPoint[12]
dandov
2014-08-12
*
SkImage::NewFromGenerator(SkImageGenerator*), and a unit test.
halcanary
2014-08-12
*
Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this ...
krajcevski
2014-08-12
*
remove SkStippleMaskFilter - no external clients
reed
2014-08-12
*
Consider index8 a compressed config.
bsalomon
2014-08-11
*
Wrap NV_path_rendering API with GrGLPathRendering
cdalton
2014-08-11
*
mark all SkImage methods const, so we can make it thread-safe
reed
2014-08-11
*
Always use both a color and coverage attribute in GrAARectRenderer.
bsalomon
2014-08-11
*
Plumbing for using a BBH in SkRecordDraw.
mtklein
2014-08-11
*
Revert of Revert of remove (now unneeded) legacy onDrawPicture variant (https...
reed
2014-08-11
[next]