2012-01-04 |
djsollen@google.com | Allow 0 as a valid text size in SkPaint. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
reed@google.com | implement dithering for vertical grads (was a todo:) |
commit | commitdiff | tree | snapshot |
2012-01-04 |
bungeman@google.com | drawPosText with center or right align skips every... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
mike@reedtribe.org | add count(), fix bad llist logic in remove() |
commit | commitdiff | tree | snapshot |
2012-01-04 |
mike@reedtribe.org | add Object::remove, some dox, leak debugging code |
commit | commitdiff | tree | snapshot |
2012-01-04 |
schenney@chromium.org | Removing path drawing gm tests that produce either... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
senorblanco... | Improve the quality of color matrix filters by using... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
bungeman@google.com | Formatting only, multi-line call actually fits on one... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
senorblanco... | Disable colormatrix GM test, since it's failing on... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
schenney@chromium.org | Build fix. Forgot to update gyp. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
schenney@chromium.org | Removing unnecessary gm tests. Unreviewed but approved... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
senorblanco... | Speculative fix to please the skia buildbots. I couldn... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
bsalomon@google.com | Add null check to createPlatformTexture |
commit | commitdiff | tree | snapshot |
2012-01-03 |
senorblanco... | Implement the color matrix filter in Ganesh. Also... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
tomhudson@google.com | Fix off-by-one error in assertion; improve coverage_to_... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
reed@google.com | expose isSubpixel() on the cache, so SkDraw can know... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
bsalomon@google.com | Add flags to GrStencilSettings |
commit | commitdiff | tree | snapshot |
2012-01-03 |
vandebo@chromium.org | Fix ToUnicode generation bug. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
reed@google.com | add helper drawSizeBounds to show the GM's size |
commit | commitdiff | tree | snapshot |
2012-01-03 |
tomhudson@google.com | Update header comments to more accurately describe... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
tomhudson@google.com | Fix return value from SkImageDecoder::DecodeFile()... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
mike@reedtribe.org | experiment #2 for JSON data |
commit | commitdiff | tree | snapshot |
2011-12-31 |
mike@reedtribe.org | add experimental class for json |
commit | commitdiff | tree | snapshot |
2011-12-30 |
mike@reedtribe.org | add optional --forceBWtext to gm, forcing all text... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
epoger@google.com | Add tool that downloads gm baseline images from the... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
schenney@chromium.org | Fix problems with SampleApp Fuzzer due to issues in... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
tomhudson@google.com | Tighten up restrictions on blit width: some shaders... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
epoger@google.com | Commit base-macmini gm baselines that are similar to... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
mike@reedtribe.org | Add SkTableColorFilter, as a foundation for several... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
mike@reedtribe.org | add SK_OVERRIDE |
commit | commitdiff | tree | snapshot |
2011-12-28 |
mike@reedtribe.org | return -1 if we failed to find by title |
commit | commitdiff | tree | snapshot |
2011-12-28 |
tomhudson@google.com | Fix fixed-point antialiased clipping GM; upload baselines. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
epoger@google.com | Add number-of-missing-baseline-images report to gm |
commit | commitdiff | tree | snapshot |
2011-12-28 |
tomhudson@google.com | Bugfixes to antialiased blitting. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
epoger@google.com | Fix Windows build breakage in code.google.com/p/skia... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
tomhudson@google.com | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); |
commit | commitdiff | tree | snapshot |
2011-12-27 |
mike@reedtribe.org | RETURN key now records default slide for startup |
commit | commitdiff | tree | snapshot |
2011-12-27 |
tomhudson@google.com | New 'blitAntiRect' entry point for blitters, specialize... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
schenney@chromium.org | Protecting changes to the SkPath iteration with an... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
reed@google.com | add move-close-move and move-close-move-close to the... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
caryclark@google.com | support vertical text and typeface-by-name on Leopard |
commit | commitdiff | tree | snapshot |
2011-12-21 |
reed@google.com | add unittest for invariants for empty paths, still... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
schenney@chromium.org | Unreviewed. Adding a define to enable the old bahevior... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
reed@google.com | declare IsVariationSelector to be inline, to fix warning |
commit | commitdiff | tree | snapshot |
2011-12-21 |
reed@google.com | preserve inverseness when stroking |
commit | commitdiff | tree | snapshot |
2011-12-21 |
reed@google.com | add SkUnichar_IsVariationSelector() |
commit | commitdiff | tree | snapshot |
2011-12-21 |
tomhudson@google.com | New gm to test anti-aliased clipping. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
vandebo@chromium.org | Coverity: Add a default case in SkPDFShader. CID=101159 |
commit | commitdiff | tree | snapshot |
2011-12-20 |
schenney@chromium.org | Unreviewed. Fixing the Windows build, due to a non... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
schenney@chromium.org | Unreviewed changes to the gm tests for paths. Each... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
senorblanco... | Disable colorfilter GM for now, since it causes Debug... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
senorblanco... | Implement SkColorFilter::asColorMatrix() virtual, and... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
caryclark@google.com | fix 'no static globals' for chromium |
commit | commitdiff | tree | snapshot |
2011-12-20 |
reed@google.com | add baselines for macpro |
commit | commitdiff | tree | snapshot |
2011-12-20 |
caryclark@google.com | fix vertical text on Lion |
commit | commitdiff | tree | snapshot |
2011-12-20 |
senorblanco... | A software implementation of the Gaussian blur filter... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
schenney@chromium.org | Fixing PathTest. It was always broken in the convexity... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
reed@google.com | initial impl of SkImageFilters : virtual signature... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
schenney@chromium.org | Fixing the build for FIXED tests. PathTest was incorrec... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
schenney@chromium.org | Modifying SkPath to store all verbs provided by the... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
reed@google.com | can't pass const to setPixels :( |
commit | commitdiff | tree | snapshot |
2011-12-20 |
epoger@google.com | whitespace change to tri |
commit | commitdiff | tree | snapshot |
2011-12-20 |
reed@google.com | defer creating offscreen until our first draw (so our... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
epoger@google.com | Commit base-macmini-lion-float gm baselines that are... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
caryclark@google.com | partial fix for vertical text on Lion |
commit | commitdiff | tree | snapshot |
2011-12-16 |
reed@google.com | sk_float_round isn't a function, so call this instead... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2011-12-16 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2011-12-16 |
epoger@google.com | Delete temporary files I accidentally committed previously |
commit | commitdiff | tree | snapshot |
2011-12-16 |
reed@google.com | remove obsolete printf |
commit | commitdiff | tree | snapshot |
2011-12-16 |
epoger@google.com | GM baselines that we already had for SnowLeopard, and... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
reed@google.com | change typeface::purgeall to not assume that the array... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
caryclark@google.com | cleanup font purging functions |
commit | commitdiff | tree | snapshot |
2011-12-16 |
caryclark@google.com | fix debug comment |
commit | commitdiff | tree | snapshot |
2011-12-15 |
epoger@google.com | whitespace commit to trigger buildbots |
commit | commitdiff | tree | snapshot |
2011-12-15 |
junov@chromium.org | Exposing the isImmutable/setImmutable API of SkPixelRef... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
bsalomon@google.com | GCC requires reinterpret_cast rather than static_cast... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
bsalomon@google.com | Make GrStencilState a class to enable future optimizations |
commit | commitdiff | tree | snapshot |
2011-12-15 |
epoger@google.com | whitespace commit to trigger android buildbot |
commit | commitdiff | tree | snapshot |
2011-12-15 |
bsalomon@google.com | Compile time vertex layout masks |
commit | commitdiff | tree | snapshot |
2011-12-15 |
djsollen@google.com | Fix android build and cleanup references to SkMMapStream |
commit | commitdiff | tree | snapshot |
2011-12-15 |
caryclark@google.com | add optional manual global initialization |
commit | commitdiff | tree | snapshot |
2011-12-14 |
reed@google.com | add canvas::isDrawingToLayer(), as a fast query for... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
caryclark@google.com | move ports into its own gyp file |
commit | commitdiff | tree | snapshot |
2011-12-14 |
bsalomon@google.com | Revert r2872 |
commit | commitdiff | tree | snapshot |
2011-12-14 |
bsalomon@google.com | two loops for setting stage descs |
commit | commitdiff | tree | snapshot |
2011-12-14 |
bsalomon@google.com | reset cpu shadow of vertex buffer to our usual vb size |
commit | commitdiff | tree | snapshot |
2011-12-13 |
bsalomon@google.com | Skip flush functions for disabled stages |
commit | commitdiff | tree | snapshot |
2011-12-13 |
bsalomon@google.com | Make null gl a top level config in bench |
commit | commitdiff | tree | snapshot |
2011-12-13 |
epoger@google.com | whitespace commit to try performance graph upload |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Use a stack variable for hash computation in GrBinHashKey |
commit | commitdiff | tree | snapshot |
2011-12-12 |
reed@google.com | fix positioning for scalar=fixed, still need to fix... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
reed@google.com | try to make it draw correctly in fixed point |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | skip paint->drawstate sampler copies when there is... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
reed@google.com | check for empty glyph run and exit early if so. |
commit | commitdiff | tree | snapshot |
2011-12-12 |
epoger@google.com | whitespace commit to try performance graph upload |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Don't update vertex/index buffer twice! |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Access sampler matrices directly, cleanup GrSamplerStat... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Fix int->float conversion warning in VS2010 |
commit | commitdiff | tree | snapshot |
2011-12-12 |
bsalomon@google.com | Remove GrDrawState::setSampler, use direct access to... |
commit | commitdiff | tree | snapshot |
next |