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
*
Simple GPU based dithering:
krajcevski
2014-06-19
*
Cache the GrEffect used for text rendering in GrBitmapTextContext.
bsalomon
2014-06-19
*
Revert "Fix external SkImageFilter caching with clips."
senorblanco
2014-06-19
*
Check for degenerate edges in cubic->quad conversion called by convex path re...
bsalomon
2014-06-19
*
Reduce texture uploads for font atlas.
jvanverth
2014-06-19
*
Add needed virtual destructors.
bungeman
2014-06-19
*
[PDF] Fix font embedding restrictions.
vandebo
2014-06-19
*
Allow gpu debug markers to be placed by using a GrContext
egdaniel
2014-06-19
*
Revert of remove guarded code - there are no more callers (https://codereview...
reed
2014-06-18
*
Fix external SkImageFilter caching with clips.
senorblanco
2014-06-18
*
remove guarded code - there are no more callers
reed
2014-06-18
*
Modify gpu debug markers to store gpu device markers when a flush occurs.
egdaniel
2014-06-18
*
Remove dashing from gpu veto
egdaniel
2014-06-18
*
Fix last pathops skp bug
caryclark
2014-06-18
*
Clean up DirectWrite typeface cache matching.
bungeman
2014-06-17
*
Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.ch...
mtklein
2014-06-17
*
Fifth attempt to land faster rect blur. Remove unnecessary conditionals from...
humper
2014-06-17
*
Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.
mtklein
2014-06-17
*
Add SSE4 optimization of S32A_Opaque_Blitrow
henrik.smiding
2014-06-17
*
DirectWrite to use PostScript name for PDF.
bungeman
2014-06-17
*
move some headers out of public
reed
2014-06-17
*
hide SkBitmap::Config entirely (behind a flag)
reed
2014-06-17
*
Move SkStringUtils.h to src/core.
mtklein
2014-06-17
*
fix chrome
caryclark
2014-06-17
*
Enabling the canvas bit to turn the clip stack into a flat replace exposed ar...
caryclark
2014-06-17
*
Revert of Temporarily limit x86 SIMD to SSE2 only, to see effect on all bench...
mtklein
2014-06-16
*
Cleaned a repeated if(condition) with the same condition
piotaixr
2014-06-16
*
Perlin noise cleanup.
senorblanco
2014-06-16
*
Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots.
mtklein
2014-06-16
*
stop using SkBitmap::Config
reed
2014-06-14
*
hide virtuals on device for width/height/isopaque
reed
2014-06-14
*
Extract "text align proc" functions as reusable classes
kkinnunen
2014-06-12
*
Randomize seed for SkDiscretePathEffect::filterPath()
rs.prinja
2014-06-12
*
hide Config in SkImageDecoder -- use SkColorType instead
reed
2014-06-12
*
Revert of third try at landing improved blur rect; this time with more correc...
scroggo
2014-06-12
*
Fix tiled perlin noise.
senorblanco
2014-06-12
*
Use vertex attributes for dash effect in gpu
egdaniel
2014-06-12
*
remove GetDeviceConfig/SetDeviceConfig
reed
2014-06-12
*
Use scratch with LATC data if possible
krajcevski
2014-06-12
*
Remove SkPicture pointer from SkPicturePlayback
robertphillips
2014-06-12
*
Add ifdef to not use function pointer that we don't have yet on Chromium??
krajcevski
2014-06-11
*
Allow compressed texture data to be updated.
krajcevski
2014-06-11
*
Fix a number of issues with iOS build.
jvanverth
2014-06-11
*
third try at landing improved blur rect; this time with more correctness
humper
2014-06-11
*
Texture compression unit tests along with a couple of bug fixes
krajcevski
2014-06-11
*
SkNEW as default Create() for SkLazyPtr macros.
mtklein
2014-06-11
*
Remove picture pre-allocation from SkPictureRecorder
robertphillips
2014-06-11
*
Hide chooseFromOneChoice along with Chooser.
scroggo
2014-06-11
*
Add support for glCompressedTexSubImage2D
krajcevski
2014-06-11
*
hide SkImageDecoder::Chooser
reed
2014-06-11
[next]