| 2 days ago |
commit-bot... | Remove the fno-rtti excluders now that fno-rtti is... master |
commit | commitdiff | tree |
| 3 days ago |
skia.committer... | Sanitizing source files in Housekeeper-Nightly |
commit | commitdiff | tree |
| 3 days ago |
reed@google.com | use define to work-around localeconf() missingness... |
commit | commitdiff | tree |
| 3 days ago |
reed@google.com | lua not building on android ??? disabling for now |
commit | commitdiff | tree |
| 3 days ago |
reed@google.com | fix typo in dependency line (don't name file, just... |
commit | commitdiff | tree |
| 3 days ago |
reed@google.com | add direct_dependencies for picture_utils, and add... |
commit | commitdiff | tree |
| 3 days ago |
reed@google.com | disable lua_pictures tool from make for now |
commit | commitdiff | tree |
| 3 days ago |
reed@google.com | add SkLuaCanvas |
commit | commitdiff | tree |
| 4 days ago |
robertphillips... | Add GM to track thin rectangle rendering |
commit | commitdiff | tree |
| 5 days ago |
reed@google.com | add separate impl file for SkFontMgr_fontconfig, so... |
commit | commitdiff | tree |
| 5 days ago |
robertphillips... | add bench for blurred rectori case |
commit | commitdiff | tree |
| 5 days ago |
commit-bot... | API modifications needed to upstream Android font changes. |
commit | commitdiff | tree |
| 9 days ago |
robertphillips... | Reverting 9083 & 9084 due to Android failures |
commit | commitdiff | tree |
| 9 days ago |
commit-bot... | API modifications needed to upstream Android font changes. |
commit | commitdiff | tree |
| 9 days ago |
robertphillips... | Added game-like bench marks |
commit | commitdiff | tree |
| 10 days ago |
scroggo@google.com | Write/compare against expectations in skimage tool. |
commit | commitdiff | tree |
| 10 days ago |
epoger@google.com | Re-land r9059 with empty cityhash.gyp, instead of delet... |
commit | commitdiff | tree |
| 10 days ago |
reed@google.com | remove dead code (SkBitmapSampler) |
commit | commitdiff | tree |
| 10 days ago |
epoger@google.com | Roll out r9059 to unbreak bots |
commit | commitdiff | tree |
| 10 days ago |
epoger@google.com | Remove third-party cityhash, unused since r8992 |
commit | commitdiff | tree |
| 11 days ago |
caryclark@google.com | path ops -- fix skp bugs |
commit | commitdiff | tree |
| 11 days ago |
commit-bot... | XPS ttc handling. |
commit | commitdiff | tree |
| 12 days ago |
commit-bot... | Mask orientation and layout correctly. |
commit | commitdiff | tree |
| 13 days ago |
borenet@google.com | Copy NaCl directory into trunk/platform_tools, adjust... |
commit | commitdiff | tree |
| 2013-05-03 |
djsollen@google.com | Exclude angle dependency on non-angle builds |
commit | commitdiff | tree |
| 2013-05-02 |
djsollen@google.com | Update DEPS and GYP to use the copy of Android in platf... |
commit | commitdiff | tree |
| 2013-05-02 |
robertphillips... | Hamfistedly removed core dependence on images |
commit | commitdiff | tree |
| 2013-05-01 |
scroggo@google.com | Force linking with image decoders for images project. |
commit | commitdiff | tree |
| 2013-04-26 |
caryclark@google.com | path ops -- handle non-finite numbers |
commit | commitdiff | tree |
| 2013-04-26 |
epoger@google.com | GM: specify that currently used checksums are CityHashe... |
commit | commitdiff | tree |
| 2013-04-25 |
scroggo@google.com | Updates to skimage tool to use it for testing. |
commit | commitdiff | tree |
| 2013-04-25 |
caryclark@google.com | fix build : add src\pathops to pathops_unittest |
commit | commitdiff | tree |
| 2013-04-25 |
caryclark@google.com | path ops : make it real |
commit | commitdiff | tree |
| 2013-04-24 |
sugoi@google.com | Adding new bench tests for lighting and blur |
commit | commitdiff | tree |
| 2013-04-24 |
edisonn@google.com | Encode images with DCTDecode (JPEG) in PDFs if it makes... |
commit | commitdiff | tree |
| 2013-04-23 |
bungeman@google.com | ARGB image encoder for checksums. |
commit | commitdiff | tree |
| 2013-04-23 |
sugoi@google.com | Added a few bench for some image filters |
commit | commitdiff | tree |
| 2013-04-22 |
commit-bot... | Fix gyp files to allow ninja to build 64 bit on Mac. |
commit | commitdiff | tree |
| 2013-04-22 |
caryclark@google.com | remove deleted file from gyp |
commit | commitdiff | tree |
| 2013-04-22 |
commit-bot... | Add new roundrect GM |
commit | commitdiff | tree |
| 2013-04-22 |
bsalomon@google.com | Revert accidentally changed msvs settings in r8764. |
commit | commitdiff | tree |
| 2013-04-22 |
caryclark@google.com | path ops : add support for inverse fill |
commit | commitdiff | tree |
| 2013-04-19 |
reed@google.com | add SkDataTable, to efficiently store an immutable... |
commit | commitdiff | tree |
| 2013-04-19 |
bsalomon@google.com | silence && || parens clang warning. |
commit | commitdiff | tree |
| 2013-04-19 |
caryclark@google.com | enable path ops in unit tests |
commit | commitdiff | tree |
| 2013-04-18 |
bsalomon@google.com | Expand modulate, add, subtract, extract component glsl... |
commit | commitdiff | tree |
| 2013-04-18 |
caryclark@google.com | disabling path ops |
commit | commitdiff | tree |
| 2013-04-18 |
bungeman@google.com | Remove exclude of file which no longer exists. |
commit | commitdiff | tree |
| 2013-04-18 |
caryclark@google.com | Enable path ops |
commit | commitdiff | tree |
| 2013-04-18 |
jvanverth@google.com | Add a GM to test ovals with a variety of paint settings... |
commit | commitdiff | tree |
| 2013-04-17 |
scroggo@google.com | Updates to images project. |
commit | commitdiff | tree |
| 2013-04-17 |
bsalomon@google.com | Add xfermodes2 GM. Tests all xfer modes with two gradie... |
commit | commitdiff | tree |
| 2013-04-17 |
sugoi@google.com | Perlin noise adjustments |
commit | commitdiff | tree |
| 2013-04-17 |
junov@chromium.org | Benchmark to measure SkSurface copy on write performance |
commit | commitdiff | tree |
| 2013-04-16 |
reed@google.com | add gm to test edge case in drawBitmapRectToRect |
commit | commitdiff | tree |
| 2013-04-15 |
caryclark@google.com | path ops work in progress |
commit | commitdiff | tree |
| 2013-04-15 |
djsollen@google.com | Remove freetype dependency from core.gyp |
commit | commitdiff | tree |
| 2013-04-15 |
djsollen@google.com | Remove freetype dependency from core.gyp |
commit | commitdiff | tree |
| 2013-04-13 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree |
| 2013-04-12 |
robertphillips... | Add testing of optimizations to GM |
commit | commitdiff | tree |
| 2013-04-12 |
robertphillips... | Reverting r8654 |
commit | commitdiff | tree |
| 2013-04-12 |
robertphillips... | Add testing of optimizations to GM |
commit | commitdiff | tree |
| 2013-04-12 |
caryclark@google.com | revert path ops unit test until errors are fixed |
commit | commitdiff | tree |
| 2013-04-12 |
caryclark@google.com | turn on pathops unit test |
commit | commitdiff | tree |
| 2013-04-12 |
epoger@google.com | rename SkBitmapChecksummer as SkBitmapHasher, and prepa... |
commit | commitdiff | tree |
| 2013-04-11 |
scroggo@google.com | Fix the NaCl build. |
commit | commitdiff | tree |
| 2013-04-11 |
scroggo@google.com | Better fix for the patched build. |
commit | commitdiff | tree |
| 2013-04-11 |
scroggo@google.com | Include gif image decoding in images/ on linux. |
commit | commitdiff | tree |
| 2013-04-11 |
reed@google.com | add fontmgr tests, and optional --verboseFontMgr flag... |
commit | commitdiff | tree |
| 2013-04-11 |
commit-bot... | use commandlineflags for tests/ |
commit | commitdiff | tree |
| 2013-04-11 |
scroggo@google.com | Updates for the skimage tool. |
commit | commitdiff | tree |
| 2013-04-11 |
caryclark@google.com | shape ops test fixes |
commit | commitdiff | tree |
| 2013-04-10 |
caryclark@google.com | Make parallel unit testing work on windows |
commit | commitdiff | tree |
| 2013-04-09 |
bsalomon@google.com | Reland of 8525 with fix for case when GrRT outlives... |
commit | commitdiff | tree |
| 2013-04-09 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree |
| 2013-04-08 |
humper@google.com | Error checking / reporting API |
commit | commitdiff | tree |
| 2013-04-08 |
caryclark@google.com | saving the old before blowing away |
commit | commitdiff | tree |
| 2013-04-08 |
senorblanco... | Allow single-pass filters (which use asNewEffect()... |
commit | commitdiff | tree |
| 2013-04-08 |
caryclark@google.com | Add implementation of path ops |
commit | commitdiff | tree |
| 2013-04-05 |
sugoi@google.com | New SVG turbulence in Skia |
commit | commitdiff | tree |
| 2013-04-04 |
djsollen@google.com | Revert Skia to use -02. |
commit | commitdiff | tree |
| 2013-04-03 |
bsalomon@google.com | Revert 8525,8526 pending investigation of bench_picture... |
commit | commitdiff | tree |
| 2013-04-03 |
bsalomon@google.com | Remove GrTexture::releaseRenderTarget() and add GrSurfa... |
commit | commitdiff | tree |
| 2013-04-02 |
djsollen@google.com | Revert Skia to use -02. |
commit | commitdiff | tree |
| 2013-04-02 |
commit-bot... | Move edge GrEffects to locally defined classes. |
commit | commitdiff | tree |
| 2013-04-02 |
commit-bot... | Revert Skia to use -02. |
commit | commitdiff | tree |
| 2013-04-02 |
edisonn@google.com | resubmit https://code.google.com/p/skia/source/detail... |
commit | commitdiff | tree |
| 2013-04-02 |
bungeman@google.com | Name table iterator. |
commit | commitdiff | tree |
| 2013-04-01 |
bsalomon@google.com | Add GM mixed_xfermodes. This is a work in progress... |
commit | commitdiff | tree |
| 2013-04-01 |
commit-bot... | Add Xfermode bench. Also clear before rendering in... |
commit | commitdiff | tree |
| 2013-03-28 |
junov@chromium.org | Adding unit test for verifying copy on write in SkSurfa... |
commit | commitdiff | tree |
| 2013-03-28 |
reed@google.com | add gm for experimental fontmgr api |
commit | commitdiff | tree |
| 2013-03-27 |
bsalomon@google.com | Move GrGLProgramDesc::Build to new cpp file. |
commit | commitdiff | tree |
| 2013-03-27 |
bsalomon@google.com | Move GrGLProgram::Desc out of GrGLProgram. |
commit | commitdiff | tree |
| 2013-03-26 |
bsalomon@google.com | Replace edge types with GrEdgeEffect. |
commit | commitdiff | tree |
| 2013-03-25 |
robertphillips... | Reverting r8376, r8373 and r8371 due to Android shader... |
commit | commitdiff | tree |
| 2013-03-25 |
sugoi@google.com | New SVG turbulence in Skia |
commit | commitdiff | tree |
| 2013-03-25 |
bsalomon@google.com | Move nested class GrDrawTarget::Caps out as GrDrawTarge... |
commit | commitdiff | tree |
| 2013-03-23 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree |
| 2013-03-22 |
commit-bot... | Move oval rendering code to GrOvalRenderer. |
commit | commitdiff | tree |
| next |