- dff7e11 add SkLuaCanvas by reed@google.com · 11 years ago
- dd3f365 Add GM to track thin rectangle rendering by robertphillips@google.com · 11 years ago
- 381bb43 add separate impl file for SkFontMgr_fontconfig, so we don't polute by reed@google.com · 11 years ago
- 1d2f631 add bench for blurred rectori case by robertphillips@google.com · 11 years ago
- c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
- e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
- 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
- 6670ab9 Added game-like bench marks by robertphillips@google.com · 11 years ago
- 6843bdb Write/compare against expectations in skimage tool. by scroggo@google.com · 11 years ago
- 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 11 years ago
- 8b7463d remove dead code (SkBitmapSampler) by reed@google.com · 11 years ago
- e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 11 years ago
- aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 11 years ago
- a5e5592 path ops -- fix skp bugs by caryclark@google.com · 11 years ago
- b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 11 years ago
- c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
- 6a98b8c Copy NaCl directory into trunk/platform_tools, adjust paths by borenet@google.com · 11 years ago
- 403b90e Exclude angle dependency on non-angle builds by djsollen@google.com · 12 years ago
- 4b32101 Update DEPS and GYP to use the copy of Android in platform_tools. by djsollen@google.com · 12 years ago
- 879f6c7 Hamfistedly removed core dependence on images by robertphillips@google.com · 12 years ago
- c4ebdb0 Force linking with image decoders for images project. by scroggo@google.com · 12 years ago
- 66560ca path ops -- handle non-finite numbers by caryclark@google.com · 12 years ago
- 76c913d GM: specify that currently used checksums are CityHashes of SkBitmaps by epoger@google.com · 12 years ago
- 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 12 years ago
- d2d9004 fix build : add src\pathops to pathops_unittest by caryclark@google.com · 12 years ago
- 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
- 5d71adf Adding new bench tests for lighting and blur by sugoi@google.com · 12 years ago
- d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 12 years ago
- 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 12 years ago
- 580a172 Added a few bench for some image filters by sugoi@google.com · 12 years ago
- 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 12 years ago
- 8c01431 remove deleted file from gyp by caryclark@google.com · 12 years ago
- a534b84 Add new roundrect GM by commit-bot@chromium.org · 12 years ago
- d971869 Revert accidentally changed msvs settings in r8764. by bsalomon@google.com · 12 years ago
- 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 12 years ago
- 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 12 years ago
- 72993ab silence && || parens clang warning. by bsalomon@google.com · 12 years ago
- f685a22 enable path ops in unit tests by caryclark@google.com · 12 years ago
- 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
- b98e5d0 disabling path ops by caryclark@google.com · 12 years ago
- 866c6e5 Remove exclude of file which no longer exists. by bungeman@google.com · 12 years ago
- 0dc98b2 Enable path ops by caryclark@google.com · 12 years ago
- 8e2962f Add a GM to test ovals with a variety of paint settings, matrices and sizes. by jvanverth@google.com · 12 years ago
- 4c6adf9 Updates to images project. by scroggo@google.com · 12 years ago
- 8c463b0 Add xfermodes2 GM. Tests all xfer modes with two gradient bitmaps by bsalomon@google.com · 12 years ago
- 4775cba Perlin noise adjustments by sugoi@google.com · 12 years ago
- d61ba6e Benchmark to measure SkSurface copy on write performance by junov@chromium.org · 12 years ago
- d638233 add gm to test edge case in drawBitmapRectToRect by reed@google.com · 12 years ago
- ad65a3e path ops work in progress by caryclark@google.com · 12 years ago
- 856b984 Remove freetype dependency from core.gyp by djsollen@google.com · 12 years ago
- f41ca79 Remove freetype dependency from core.gyp by djsollen@google.com · 12 years ago
- 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
- 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
- c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
- d2b1d90 revert path ops unit test until errors are fixed by caryclark@google.com · 12 years ago
- 7abfa49 turn on pathops unit test by caryclark@google.com · 12 years ago
- 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 12 years ago
- 3f17828 Fix the NaCl build. by scroggo@google.com · 12 years ago
- 5a6324e Better fix for the patched build. by scroggo@google.com · 12 years ago
- 9c5f969 Include gif image decoding in images/ on linux. by scroggo@google.com · 12 years ago
- 83165a5 add fontmgr tests, and optional --verboseFontMgr flag (or -vfm) for more output by reed@google.com · 12 years ago
- ba59d64 use commandlineflags for tests/ by commit-bot@chromium.org · 12 years ago
- b41ff95 Updates for the skimage tool. by scroggo@google.com · 12 years ago
- db60de7 shape ops test fixes by caryclark@google.com · 12 years ago
- 66089e4 Make parallel unit testing work on windows by caryclark@google.com · 12 years ago
- 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
- 75e3ca1 Error checking / reporting API by humper@google.com · 12 years ago
- 4961201 saving the old before blowing away by caryclark@google.com · 12 years ago
- d043cce Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. by senorblanco@chromium.org · 12 years ago
- 818b0cc Add implementation of path ops by caryclark@google.com · 12 years ago
- e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
- bde506c Revert Skia to use -02. by djsollen@google.com · 12 years ago
- e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
- d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
- 534cb63 Revert Skia to use -02. by djsollen@google.com · 12 years ago
- 90c240a Move edge GrEffects to locally defined classes. by commit-bot@chromium.org · 12 years ago
- af3b510 Revert Skia to use -02. by commit-bot@chromium.org · 12 years ago
- 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
- 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 12 years ago
- 20edf38 Add GM mixed_xfermodes. This is a work in progress and will be used to test fixes for GPU Xfermodes effects. by bsalomon@google.com · 12 years ago
- d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 12 years ago
- 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 12 years ago
- af0fa6a add gm for experimental fontmgr api by reed@google.com · 12 years ago
- 798c8c4 Move GrGLProgramDesc::Build to new cpp file. by bsalomon@google.com · 12 years ago
- 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
- 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 12 years ago
- 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
- 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
- c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
- 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
- 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
- cb69319 Update gyp\images.gyp for move of SkJpegUtility.h from include\images to src\images (in r8267) by robertphillips@google.com · 12 years ago
- a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 12 years ago
- b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
- 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
- 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 12 years ago
- b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
- d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
- 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 12 years ago