index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...
joshualitt
2014-09-16
*
removing GrDrawEffect
joshualitt
2014-09-16
*
Attach GrOptDrawState into shader building pipeline
egdaniel
2014-09-16
*
Always disable the scissor test before BlitFrameBuffer
derekf
2014-09-16
*
Fix incorrect Rec601 YUV conversion matrix coefficient.
rileya
2014-09-16
*
Fix scaling issue with distance field text.
jvanverth
2014-09-16
*
Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFull...
yunchao.he
2014-09-15
*
SkRecord: clean up comments and 4 bytes per SkRecord.
mtklein
2014-09-15
*
SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that.
mtklein
2014-09-15
*
BUG=skia:
joshualitt
2014-09-15
*
Change SkResourceCache to take a Visitor inside its find().
reed
2014-09-15
*
Fix recording of saveLayout with unusual Xfermodes.
dneto
2014-09-15
*
Revert of Change SkResourceCache to take a Visitor inside its find(). (patchs...
reed
2014-09-15
*
Add flag to call SkRecordOptimize on new pictures.
mtklein
2014-09-15
*
add dumpHex() option to SkPath
caryclark
2014-09-15
*
Create an optimized draw state but not hooked in yet to gpu pipeline
egdaniel
2014-09-15
*
Change SkResourceCache to take a Visitor inside its find().
reed
2014-09-15
*
Revert of Picture Recording: fix the performance bottleneck in SkDeferredCanv...
mtklein
2014-09-15
*
remove 'experimental' from using hash tables in resourcecache
reed
2014-09-14
*
Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFull...
yunchao.he
2014-09-14
*
Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.
rileya
2014-09-12
*
Handle NULL typeface in SkFontMgr_fontconfig::onMatchFaceStyle.
bungeman
2014-09-12
*
use SkData::NewUninitialized
reed
2014-09-12
*
Let SkTaskGroup work synchronously if no one created an SkTaskGroup::Enabler.
mtklein
2014-09-12
*
Add more debugging for newly failing assert (DM on Xoom bots).
Mike Klein
2014-09-12
*
remove confusing/unused stream methods
reed
2014-09-12
*
add PurgeResourceCache to track leaks
reed
2014-09-11
*
Make SkBitmapCache remove invalid bitmaps from the SkResourceCache.
danakj
2014-09-11
*
SkData can allocate room for its contents in the same block
reed
2014-09-11
*
Delay any SkRecordOptimize until after SkRecord has stuck.
mtklein
2014-09-10
*
Fix a bug in Save-Restore no-op optimization.
mtklein
2014-09-10
*
Remove a layer of indirection and code from SkFontHost.
bungeman
2014-09-10
*
Revert of Added test for non cached ETC1 (patchset #2 id:20001 of https://cod...
bungeman
2014-09-10
*
Fixed void* to uint64_t cast on win64 in TraceID.
cjacek
2014-09-10
*
Added test for non cached ETC1
sugoi
2014-09-10
*
Fix iteration bounds of Android GL API initialization
tomhudson
2014-09-10
*
make set3DMask virtual, so we can safely notify the shadercontext
reed
2014-09-10
*
Detect presence of dwrite_1.h.
bungeman
2014-09-10
*
Revert of Revert of allow canvas to force conservative clips (for speed) (pat...
reed
2014-09-09
*
Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...
reed
2014-09-09
*
Add font fallback support to SkFontMgr_fontconfig.
bungeman
2014-09-09
*
When parsing arguments on Windows, check malloc() for failure.
senorblanco
2014-09-09
*
Update the alias mapping for Noto Sans CJK.
jshin
2014-09-09
*
Allow SkCanvas to be initialized to force conservative rasterclips. This has ...
reed
2014-09-09
*
Outset the stroke width when computing the bounds for drawing a stroked rect,...
george
2014-09-09
*
Allow negative values in SkBlurImageFilter sigma.
senorblanco
2014-09-09
*
Revert of Use SkBitmapCache to optimize readPixels on a texture-backed bitmap...
fmalita
2014-09-09
*
Adding texture uploads without cache for YUV and ETC1
sugoi
2014-09-09
*
SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Int...
george
2014-09-09
*
Remove a linear search in SkPictureRecord::addTextBlob.
jbroman
2014-09-08
[next]