2013-06-02 |
robertphillips... | Disable colortype GM due to crash |
commit | commitdiff | tree | snapshot |
2013-06-02 |
robertphillips... | N7 performance trigger rebaselines after skp update |
commit | commitdiff | tree | snapshot |
2013-06-01 |
skia.committer... | Sanitizing source files in Housekeeper-Nightly |
commit | commitdiff | tree | snapshot |
2013-05-31 |
reed@google.com | fix another int -- float warning |
commit | commitdiff | tree | snapshot |
2013-05-31 |
reed@google.com | skip_picture in colortype gm for now |
commit | commitdiff | tree | snapshot |
2013-05-31 |
reed@google.com | use SkIntToScalar to fix warning |
commit | commitdiff | tree | snapshot |
2013-05-31 |
reed@google.com | start a wrapper for color fonts |
commit | commitdiff | tree | snapshot |
2013-05-31 |
djsollen@google.com | prepare skia for shared library build on android |
commit | commitdiff | tree | snapshot |
2013-05-31 |
djsollen@google.com | prepare skia for shared library build on android |
commit | commitdiff | tree | snapshot |
2013-05-31 |
reed@google.com | sort the glyphID arrays |
commit | commitdiff | tree | snapshot |
2013-05-31 |
edisonn@google.com | Remove SK_API, from SkTSet. the template is not public. |
commit | commitdiff | tree | snapshot |
2013-05-31 |
senorblanco... | Implement SkXfermode image filter. This required changi... |
commit | commitdiff | tree | snapshot |
2013-05-31 |
rmistry@google.com | All SKP files in Google Storage have been updated.... |
commit | commitdiff | tree | snapshot |
2013-05-31 |
reed@google.com | bump picture version since SkPath has changed (conics) |
commit | commitdiff | tree | snapshot |
2013-05-31 |
scroggo@google.com | Read and write pixel offset when serializing bitmaps. |
commit | commitdiff | tree | snapshot |
2013-05-31 |
scroggo@google.com | Fix iOS build. |
commit | commitdiff | tree | snapshot |
2013-05-31 |
scroggo@google.com | Fix build. |
commit | commitdiff | tree | snapshot |
2013-05-31 |
scroggo@google.com | Separate core and images project. |
commit | commitdiff | tree | snapshot |
2013-05-31 |
robertphillips... | Add atlasing option to GameBench bench |
commit | commitdiff | tree | snapshot |
2013-05-31 |
humper@google.com | fix warnings on MacOS 10.6 |
commit | commitdiff | tree | snapshot |
2013-05-31 |
humper@google.com | More general GM for testing bitmap filtering, including... |
commit | commitdiff | tree | snapshot |
2013-05-31 |
humper@google.com | specialize bicubic filtering for scale-only |
commit | commitdiff | tree | snapshot |
2013-05-30 |
bsalomon@google.com | Mark picture record benches as non-rendering. |
commit | commitdiff | tree | snapshot |
2013-05-30 |
reed@google.com | add script to scrape glyph usage in drawText calls |
commit | commitdiff | tree | snapshot |
2013-05-30 |
epoger@google.com | rebaseline.py: use argparse command-line flags for... |
commit | commitdiff | tree | snapshot |
2013-05-30 |
reed@google.com | Revert "add asserts to point<-->verb helpers" |
commit | commitdiff | tree | snapshot |
2013-05-30 |
reed@google.com | add asserts to point<-->verb helpers |
commit | commitdiff | tree | snapshot |
2013-05-30 |
skia.committer... | Sanitizing source files in Housekeeper-Nightly |
commit | commitdiff | tree | snapshot |
2013-05-29 |
senorblanco... | Speculative fix for Tegra-based Androids: don't try... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
bsalomon@google.com | Replace GrDrawState::AutoDeviceCoordDraw with GrDrawSta... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
senorblanco... | Provide a GPU implementation of SkArithmeticMode, using... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
scroggo@google.com | Use macros for new and delete in SkTemplates.h |
commit | commitdiff | tree | snapshot |
2013-05-29 |
reed@google.com | use SkStream factory for files, and check for null... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
junov@chromium.org | Moving updateClipConservativelyUsingBounds into SkCanvas |
commit | commitdiff | tree | snapshot |
2013-05-29 |
senorblanco... | Revert "Provide a GPU implementation of SkArithmeticMod... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
senorblanco... | Provide a GPU implementation of SkArithmeticMode, using... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
reed@google.com | add != operator for SkTDArray |
commit | commitdiff | tree | snapshot |
2013-05-29 |
scroggo@google.com | Use updated signature for decode in empty decoder. |
commit | commitdiff | tree | snapshot |
2013-05-29 |
epoger@google.com | Refactor rebaseline.py into functions ; no behavioral... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
reed@google.com | use integer math instead of float per-pixel. about... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
reed@google.com | cast enum to float to fix (really bad) warning |
commit | commitdiff | tree | snapshot |
2013-05-29 |
reed@google.com | extend SkBenchmark to allow a bench to return a duratio... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
bungeman@google.com | Fix cmykjpeg test to check if file was found. |
commit | commitdiff | tree | snapshot |
2013-05-29 |
bungeman@google.com | Change SkStream. |
commit | commitdiff | tree | snapshot |
2013-05-29 |
commit-bot... | Remove dependency of gsutil to download ndk |
commit | commitdiff | tree | snapshot |
2013-05-29 |
robertphillips... | First pass at Comment API |
commit | commitdiff | tree | snapshot |
2013-05-29 |
bsalomon@google.com | Get correct GLVersion for Mesa to avoid GrContext creat... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
skia.committer... | Sanitizing source files in Housekeeper-Nightly |
commit | commitdiff | tree | snapshot |
2013-05-28 |
reed@google.com | use DEF_BENCH |
commit | commitdiff | tree | snapshot |
2013-05-28 |
senorblanco... | Fix alpha computation in SkArithmeticMode. |
commit | commitdiff | tree | snapshot |
2013-05-28 |
junov@chromium.org | Build fix |
commit | commitdiff | tree | snapshot |
2013-05-28 |
junov@chromium.org | Changing SkDeferredCanvas to use factories for creation |
commit | commitdiff | tree | snapshot |
2013-05-28 |
commit-bot... | Make GrContext track the current matrix, render target... |
commit | commitdiff | tree | snapshot |
2013-05-28 |
scroggo@google.com | Reland 'Add path utils, plus a test for it.' |
commit | commitdiff | tree | snapshot |
2013-05-28 |
reed@google.com | don't unref() null (from typeface::create) you gunky |
commit | commitdiff | tree | snapshot |
2013-05-28 |
reed@google.com | use inttoscalar to fix warning |
commit | commitdiff | tree | snapshot |
2013-05-28 |
reed@google.com | use explicit conversion for int->scalar |
commit | commitdiff | tree | snapshot |
2013-05-28 |
reed@google.com | add new gm for bicubic filtering |
commit | commitdiff | tree | snapshot |
2013-05-28 |
epoger@google.com | Split GM json schema out of display_json_results.py... |
commit | commitdiff | tree | snapshot |
2013-05-28 |
robertphillips... | Decrease GPU drawn brightness for < 1 pixel wide/high... |
commit | commitdiff | tree | snapshot |
2013-05-28 |
commit-bot... | check texture is not NULL to aovid segmentation fault... |
commit | commitdiff | tree | snapshot |
2013-05-25 |
skia.committer... | Sanitizing source files in Housekeeper-Nightly |
commit | commitdiff | tree | snapshot |
2013-05-24 |
djsollen@google.com | Android specific changes that are upstreamed from the... |
commit | commitdiff | tree | snapshot |
2013-05-24 |
commit-bot... | fix slowness of getImageData() for CanvasRenderingConte... |
commit | commitdiff | tree | snapshot |
2013-05-24 |
commit-bot... | Fix degenerate and near-degenerate hairlines on the gpu |
commit | commitdiff | tree | snapshot |
2013-05-24 |
scroggo@google.com | Revert "Add path utils, plus a test for it." |
commit | commitdiff | tree | snapshot |
2013-05-24 |
scroggo@google.com | Add path utils, plus a test for it. |
commit | commitdiff | tree | snapshot |
2013-05-24 |
junov@chromium.org | Adding setSurface public API method to SkDeferredCanvas |
commit | commitdiff | tree | snapshot |
2013-05-24 |
scroggo@google.com | Revert "Patch to prevent chromium breakage until the... |
commit | commitdiff | tree | snapshot |
2013-05-24 |
senorblanco... | Remove SkImageFilter::getInputResult(), since its retur... |
commit | commitdiff | tree | snapshot |
2013-05-24 |
reed@google.com | Add flag to gradients to interpolate colors in premul... |
commit | commitdiff | tree | snapshot |
2013-05-24 |
commit-bot... | Move SkDrawLooper implementation to its own file. |
commit | commitdiff | tree | snapshot |
2013-05-24 |
epoger@google.com | GM: create GmResultDigest that encapsulates digest... |
commit | commitdiff | tree | snapshot |
2013-05-24 |
skia.committer... | Sanitizing source files in Housekeeper-Nightly |
commit | commitdiff | tree | snapshot |
2013-05-23 |
reed@google.com | don't reference missing header |
commit | commitdiff | tree | snapshot |
2013-05-23 |
reed@google.com | clone of https://codereview.chromium.org/15316014/... |
commit | commitdiff | tree | snapshot |
2013-05-23 |
reed@google.com | use SkScalar instead of int for loops, to avoid warning... |
commit | commitdiff | tree | snapshot |
2013-05-23 |
reed@google.com | don't overclamp cubics (see skbug.com/1316) |
commit | commitdiff | tree | snapshot |
2013-05-23 |
reed@google.com | add comment |
commit | commitdiff | tree | snapshot |
2013-05-23 |
reed@google.com | use Descriptor struct to encapsulate all the common... |
commit | commitdiff | tree | snapshot |
2013-05-23 |
reed@google.com | use SK_OVERRIDE and DEF_GM |
commit | commitdiff | tree | snapshot |
2013-05-23 |
commit-bot... | remove outdated debugging code now that we no longer... |
commit | commitdiff | tree | snapshot |
2013-05-23 |
robertphillips... | Fix bug in SkAutoSMalloc::reset |
commit | commitdiff | tree | snapshot |
2013-05-23 |
robertphillips... | Fix compiler error/warning in r9255 |
commit | commitdiff | tree | snapshot |
2013-05-23 |
robertphillips... | Add printing of SkColorFilter-derived classes to debugger |
commit | commitdiff | tree | snapshot |
2013-05-23 |
robertphillips... | Rebaseline performance triggers |
commit | commitdiff | tree | snapshot |
2013-05-23 |
robertphillips... | Remove offsetcanvas from debugger |
commit | commitdiff | tree | snapshot |
2013-05-23 |
skia.committer... | Sanitizing source files in Housekeeper-Nightly |
commit | commitdiff | tree | snapshot |
2013-05-22 |
robertphillips... | Reverting r9245 due to Chrome breakage |
commit | commitdiff | tree | snapshot |
2013-05-22 |
commit-bot... | Mark SkDrawPictureCallback with SK_API, so that it... |
commit | commitdiff | tree | snapshot |
2013-05-22 |
reed@google.com | use macro to encapsulate building get_mtname() speciali... |
commit | commitdiff | tree | snapshot |
2013-05-22 |
reed@google.com | expand SkLua to handle creation of its own State |
commit | commitdiff | tree | snapshot |
2013-05-22 |
senorblanco... | Remove SkImageFilter::getInputResult(), since its retur... |
commit | commitdiff | tree | snapshot |
2013-05-22 |
reed@google.com | fix int -> bool warning |
commit | commitdiff | tree | snapshot |
2013-05-22 |
reed@google.com | add dumpops.lua as a sample scraper that just dumps... |
commit | commitdiff | tree | snapshot |
2013-05-22 |
djsollen@google.com | Update bench expectations for nexus7 on tabl_hsfi.skp... |
commit | commitdiff | tree | snapshot |
2013-05-22 |
bsalomon@google.com | Make GrGLProgramDesc's key variable length by compactin... |
commit | commitdiff | tree | snapshot |
2013-05-22 |
reed@google.com | move all flag bits up by 1, to accomodate new flag... |
commit | commitdiff | tree | snapshot |
2013-05-22 |
reed@google.com | add kBicubicFilterBitmap_Flag to paint, just for testin... |
commit | commitdiff | tree | snapshot |
2013-05-22 |
bsalomon@google.com | Add return param to SkAutoSMalloc::reset() that indicat... |
commit | commitdiff | tree | snapshot |
next |