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
*
Assert allocation so we can catch it sooner.
halcanary
2014-08-07
*
Pass a struct of functions instead of a function to the compressed blitter
krajcevski
2014-08-07
*
Add support for compressed alpha ktx files
krajcevski
2014-08-07
*
add isRect() check to AAClip, to detect if a soft-clip is really just an irect
reed
2014-08-07
*
Clamp SkPictureShader's tile size.
fmalita
2014-08-07
*
Pass compressed blitters to our mask drawing algorithm
krajcevski
2014-08-07
*
Stopped skipping tests in dm of SkPatch by implementing the
dandov
2014-08-07
*
Revert "Remove SkPaintOptionsAndroid"
Derek Sollenberger
2014-08-06
*
Remove SkPaintOptionsAndroid
Derek Sollenberger
2014-08-06
*
Fix reference counting on SkStream in SkFontMgr_android.
bungeman
2014-08-06
*
Explicit tile bounds for SkPictureShader
fmalita
2014-08-06
*
Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes.
krajcevski
2014-08-06
*
fix concat order for local matrices
reed
2014-08-06
*
Revert of Initial ASTC decoder -- currently only supports 2D LDR decomrpessio...
krajcevski
2014-08-06
*
Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes.
krajcevski
2014-08-06
*
SkPicture: try to no-op away clone().
mtklein
2014-08-06
*
Implement SkFontMgr_Android::onMatchFamilyStyleCharacter.
bungeman
2014-08-06
*
Allow custom blitters to be passed to SkDraw::drawPath
krajcevski
2014-08-06
*
Create struct in GrDrawState to hold key DrawState data.
egdaniel
2014-08-06
*
Remove references to __system_property_get from Skia
djsollen
2014-08-06
*
Fix drawVertices() on GPU when texs=colors=shaders=indices=null
bsalomon
2014-08-06
*
Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"
bungeman
2014-08-06
*
Revert "Calculate rough approximations for nvpr path sizes"
bungeman
2014-08-06
*
Remove ALL font fallback logic from Skia.
djsollen
2014-08-06
*
SkThreadPool and co. are not public.
mtklein
2014-08-06
*
Add support for all compressed formats in KTX file format
krajcevski
2014-08-05
*
Parses sample code provided by Android project. Attempts to keep FontFamily d...
tomhudson
2014-08-05
*
Calculate rough approximations for nvpr path sizes
cdalton
2014-08-05
*
Move functions from GrDrawState.h to GrDrawState.cpp and delete unused functi...
bsalomon
2014-08-05
*
Add ETC1 format to SkTextureCompressor
krajcevski
2014-08-05
*
Don't compare constant color and coverage between GrDrawStates when they are ...
bsalomon
2014-08-05
*
Replace op== with CombineIfPossible in GrDrawState.
bsalomon
2014-08-05
*
Test and generalize font configuration parser
tomhudson
2014-08-05
*
Enable gpu Debug markers if tracing category skia.gpu is enabled
egdaniel
2014-08-04
*
Force linking as C++ library.
mtklein
2014-08-04
*
Adds a GrGLPathRendering class that wraps the NV_path_rendering
cdalton
2014-08-04
*
Don't compare coord change matrices to determine effect compatibility when us...
bsalomon
2014-08-04
*
Remove dependency on std::string
mtklein
2014-08-04
*
SkCanvas interface for drawing a patch.
dandov
2014-08-04
*
Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium...
krajcevski
2014-08-04
*
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
bsalomon
2014-08-04
*
Add ETC1 format to SkTextureCompressor
krajcevski
2014-08-04
*
Exit early when draw can be skipped. Be more robust against abandoned GrContext.
bsalomon
2014-08-04
*
fix missing return in error case for bitmap scaler
humper
2014-08-04
*
Make GrGLProgram be available to GrGLProgramDataManager
kkinnunen
2014-08-03
*
Fix for Chrome Canaries.
jvanverth
2014-08-01
*
Rollback text allocation changes.
jvanverth
2014-08-01
*
Revert of Memory improvements to render_pdfs; better DM pool size defaults (h...
halcanary
2014-08-01
*
Memory improvements to render_pdfs; better DM pool size defaults
halcanary
2014-08-01
*
Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code.
Florin Malita
2014-08-01
[next]