| Commit message (Expand) | Author | Age |
... | |
* | expose isSubpixel() on the cache, so SkDraw can know if it should expect | reed@google.com | 2012-01-03 |
* | Add flags to GrStencilSettings | bsalomon@google.com | 2012-01-03 |
* | Fix ToUnicode generation bug. | vandebo@chromium.org | 2012-01-03 |
* | Update header comments to more accurately describe behavior of | tomhudson@google.com | 2012-01-03 |
* | Fix return value from SkImageDecoder::DecodeFile(): false even in case of | tomhudson@google.com | 2012-01-03 |
* | experiment #2 for JSON data | mike@reedtribe.org | 2012-01-02 |
* | add experimental class for json | mike@reedtribe.org | 2011-12-31 |
* | Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate... | schenney@chromium.org | 2011-12-29 |
* | Tighten up restrictions on blit width: some shaders assert that they | tomhudson@google.com | 2011-12-29 |
* | Add SkTableColorFilter, as a foundation for several SVG filters | mike@reedtribe.org | 2011-12-28 |
* | Bugfixes to antialiased blitting. | tomhudson@google.com | 2011-12-28 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | New 'blitAntiRect' entry point for blitters, specialized in supersampling | tomhudson@google.com | 2011-12-27 |
* | Protecting changes to the SkPath iteration with an ifdef for Chromium. | schenney@chromium.org | 2011-12-21 |
* | support vertical text and typeface-by-name on Leopard | caryclark@google.com | 2011-12-21 |
* | add unittest for invariants for empty paths, still need to think about | reed@google.com | 2011-12-21 |
* | Unreviewed. Adding a define to enable the old bahevior for SkPath::isEmpty. | schenney@chromium.org | 2011-12-21 |
* | preserve inverseness when stroking | reed@google.com | 2011-12-21 |
* | Coverity: Add a default case in SkPDFShader. CID=101159 | vandebo@chromium.org | 2011-12-21 |
* | Unreviewed. Fixing the Windows build, due to a non definition of M_PI. | schenney@chromium.org | 2011-12-20 |
* | Implement SkColorFilter::asColorMatrix() virtual, and override in | senorblanco@chromium.org | 2011-12-20 |
* | fix 'no static globals' for chromium | caryclark@google.com | 2011-12-20 |
* | fix vertical text on Lion | caryclark@google.com | 2011-12-20 |
* | A software implementation of the Gaussian blur filter, using 3 box blurs. Also | senorblanco@chromium.org | 2011-12-20 |
* | initial impl of SkImageFilters : virtual signature will change! | reed@google.com | 2011-12-20 |
* | Modifying SkPath to store all verbs provided by the user, and to give | schenney@chromium.org | 2011-12-20 |
* | partial fix for vertical text on Lion | caryclark@google.com | 2011-12-19 |
* | remove obsolete printf | reed@google.com | 2011-12-16 |
* | change typeface::purgeall to not assume that the array is empty, as it may | reed@google.com | 2011-12-16 |
* | cleanup font purging functions | caryclark@google.com | 2011-12-16 |
* | fix debug comment | caryclark@google.com | 2011-12-16 |
* | Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap | junov@chromium.org | 2011-12-15 |
* | GCC requires reinterpret_cast rather than static_cast to cast to privately in... | bsalomon@google.com | 2011-12-15 |
* | Make GrStencilState a class to enable future optimizations | bsalomon@google.com | 2011-12-15 |
* | Compile time vertex layout masks | bsalomon@google.com | 2011-12-15 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |
* | add canvas::isDrawingToLayer(), as a fast query for chrome; faster than | reed@google.com | 2011-12-14 |
* | Revert r2872 | bsalomon@google.com | 2011-12-14 |
* | two loops for setting stage descs | bsalomon@google.com | 2011-12-14 |
* | reset cpu shadow of vertex buffer to our usual vb size | bsalomon@google.com | 2011-12-14 |
* | Skip flush functions for disabled stages | bsalomon@google.com | 2011-12-13 |
* | Use a stack variable for hash computation in GrBinHashKey | bsalomon@google.com | 2011-12-12 |
* | skip paint->drawstate sampler copies when there is no texture | bsalomon@google.com | 2011-12-12 |
* | check for empty glyph run and exit early if so. | reed@google.com | 2011-12-12 |
* | Don't update vertex/index buffer twice! | bsalomon@google.com | 2011-12-12 |
* | Access sampler matrices directly, cleanup GrSamplerState::reset()s | bsalomon@google.com | 2011-12-12 |
* | Remove GrDrawState::setSampler, use direct access to sampler | bsalomon@google.com | 2011-12-12 |
* | Remove static initiazled gClampNearest in gpu backend | bsalomon@google.com | 2011-12-12 |
* | add first cut at arithmetic mode | mike@reedtribe.org | 2011-12-10 |
* | Fix inverse union complex clip stencil rules, skip screen filling rectangles | bsalomon@google.com | 2011-12-09 |