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
*
Dynamically create stencil buffer when needed.
bsalomon
2015-02-23
*
Use D3D11 backend for ANGLE when available.
bsalomon
2015-02-23
*
Default path renderer batch
joshualitt
2015-02-23
*
Remove SkFontHost includes and friends.
bungeman
2015-02-23
*
Revert of non-aa rects batch (patchset #6 id:90001 of https://codereview.chro...
joshualitt
2015-02-23
*
non-aa rects batch
joshualitt
2015-02-23
*
Swap render target instead of creating a new gpu device for surface copy-on-w...
kkinnunen
2015-02-22
*
remove dead code from sampleapp, trim bad asserts
reed
2015-02-21
*
[SVGDevice] Text whitespace unittest
fmalita
2015-02-20
*
PDF: remove unnecessary mutexes.
halcanary
2015-02-20
*
Implement onMatchFamilyStyleCharacter for DirectWrite.
bungeman
2015-02-20
*
Remove historical assert in AAConvexPathRenderer
joshualitt
2015-02-20
*
Make SkPixelRef::isLocked() debug-only, remove related dead code.
mtklein
2015-02-20
*
Port GrGLCaps over to use SkTHash.
mtklein
2015-02-20
*
Fix layer hoisting bug in SkCanvas::drawPicture path
robertphillips
2015-02-20
*
PDF: Now threadsafe!
halcanary
2015-02-20
*
Round stencil buffers dims up to next pow2 when allowed
bsalomon
2015-02-20
*
This uses quad approximations of the outer and inner paths describing a strok...
caryclark
2015-02-20
*
PDF : New factory function for SkPDFDevice
halcanary
2015-02-20
*
PDF: remove unused SkPDFDevice::setDCTEncoder()
halcanary
2015-02-20
*
Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (...
reed
2015-02-19
*
PDF: Remove SkPDFDeviceFlattener
halcanary
2015-02-19
*
Remove unused parameters to SkDocument::CreatePDF
halcanary
2015-02-19
*
Make SkPixelRef::isLocked() debug-only, remove related dead code.
mtklein
2015-02-19
*
Rename onGetPixelsEnum back to onGetPixels.
scroggo
2015-02-19
*
[SkSVGDevice] Fix whitespace text handling
fmalita
2015-02-19
*
use geometric ave for choosing mip level
reed
2015-02-19
*
Handle the case when the GrResourceCache timestamp wraps.
bsalomon
2015-02-19
*
gm to test hairlines which fill RenderTarget
joshualitt
2015-02-19
*
Recycle stencil buffers across render targets.
bsalomon
2015-02-19
*
Revert of notify resource caches when pixelref genID goes stale (patchset #4 ...
mtklein
2015-02-19
*
PDF: why do we have flags no one uses (or can use)?
mtklein
2015-02-19
*
Allow resources' unique keys to be changed.
bsalomon
2015-02-19
*
notify resource caches when pixelref genID goes stale
reed
2015-02-19
*
Clarify desired behavior of FontConfigTypeface::LegacyCreateTypeface.
bungeman
2015-02-19
*
move SkPDFD*.h from include to src
halcanary
2015-02-19
*
Rename GrContentKey to GrUniqueKey
bsalomon
2015-02-19
*
Do not clear the source device in SkGpuDevice::drawDevice
kkinnunen
2015-02-19
*
Avoid wrong memory access due to double substitution and %%
kkinnunen
2015-02-19
*
Fixing possible out of bound memory access
sugoi
2015-02-19
*
Remove FontConfigTypeface::getFamilyName().
bungeman
2015-02-18
*
Pass Rendertarget into context.
joshualitt
2015-02-18
*
Use uint16s for texture coordinates when rendering text.
jvanverth
2015-02-18
*
PDF: Add (low-memory) SkPDFBitmap class
halcanary
2015-02-18
*
Update DirectWrite streams to SkStreamAsset.
bungeman
2015-02-18
*
Remove Chromium staging in SkDrawCommand
robertphillips
2015-02-18
*
Make SkImage::getTexture() const
kkinnunen
2015-02-18
*
Revert of Use uint16s for texture coordinates when rendering text. (patchset ...
reed
2015-02-17
*
Use an array of nonpurgeable resources in GrResourceCache
bsalomon
2015-02-17
*
zlib/pdf: remove HaveFlate(), depend on preprocessor defines
halcanary
2015-02-17
[next]