aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Formatting only, multi-line call actually fits on one line.Gravatar bungeman@google.com2012-01-03
* Speculative fix to please the skia buildbots. I couldn't repro the failureGravatar senorblanco@chromium.org2012-01-03
* Add null check to createPlatformTextureGravatar bsalomon@google.com2012-01-03
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03
* Fix off-by-one error in assertion; improve coverage_to_exact_alpha()Gravatar tomhudson@google.com2012-01-03
* expose isSubpixel() on the cache, so SkDraw can know if it should expectGravatar reed@google.com2012-01-03
* Add flags to GrStencilSettingsGravatar bsalomon@google.com2012-01-03
* Fix ToUnicode generation bug.Gravatar vandebo@chromium.org2012-01-03
* Update header comments to more accurately describe behavior ofGravatar tomhudson@google.com2012-01-03
* Fix return value from SkImageDecoder::DecodeFile(): false even in case ofGravatar tomhudson@google.com2012-01-03
* experiment #2 for JSON dataGravatar mike@reedtribe.org2012-01-02
* add experimental class for jsonGravatar mike@reedtribe.org2011-12-31
* Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate...Gravatar schenney@chromium.org2011-12-29
* Tighten up restrictions on blit width: some shaders assert that theyGravatar tomhudson@google.com2011-12-29
* Add SkTableColorFilter, as a foundation for several SVG filtersGravatar mike@reedtribe.org2011-12-28
* Bugfixes to antialiased blitting.Gravatar tomhudson@google.com2011-12-28
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* New 'blitAntiRect' entry point for blitters, specialized in supersamplingGravatar tomhudson@google.com2011-12-27
* Protecting changes to the SkPath iteration with an ifdef for Chromium.Gravatar schenney@chromium.org2011-12-21
* support vertical text and typeface-by-name on LeopardGravatar caryclark@google.com2011-12-21
* add unittest for invariants for empty paths, still need to think aboutGravatar reed@google.com2011-12-21
* Unreviewed. Adding a define to enable the old bahevior for SkPath::isEmpty.Gravatar schenney@chromium.org2011-12-21
* preserve inverseness when strokingGravatar reed@google.com2011-12-21
* Coverity: Add a default case in SkPDFShader. CID=101159Gravatar vandebo@chromium.org2011-12-21
* Unreviewed. Fixing the Windows build, due to a non definition of M_PI.Gravatar schenney@chromium.org2011-12-20
* Implement SkColorFilter::asColorMatrix() virtual, and override inGravatar senorblanco@chromium.org2011-12-20
* fix 'no static globals' for chromiumGravatar caryclark@google.com2011-12-20
* fix vertical text on LionGravatar caryclark@google.com2011-12-20
* A software implementation of the Gaussian blur filter, using 3 box blurs. AlsoGravatar senorblanco@chromium.org2011-12-20
* initial impl of SkImageFilters : virtual signature will change!Gravatar reed@google.com2011-12-20
* Modifying SkPath to store all verbs provided by the user, and to giveGravatar schenney@chromium.org2011-12-20
* partial fix for vertical text on LionGravatar caryclark@google.com2011-12-19
* remove obsolete printfGravatar reed@google.com2011-12-16
* change typeface::purgeall to not assume that the array is empty, as it mayGravatar reed@google.com2011-12-16
* cleanup font purging functionsGravatar caryclark@google.com2011-12-16
* fix debug commentGravatar caryclark@google.com2011-12-16
* Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmapGravatar junov@chromium.org2011-12-15
* GCC requires reinterpret_cast rather than static_cast to cast to privately in...Gravatar bsalomon@google.com2011-12-15
* Make GrStencilState a class to enable future optimizationsGravatar bsalomon@google.com2011-12-15
* Compile time vertex layout masksGravatar bsalomon@google.com2011-12-15
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* add canvas::isDrawingToLayer(), as a fast query for chrome; faster thanGravatar reed@google.com2011-12-14
* Revert r2872Gravatar bsalomon@google.com2011-12-14
* two loops for setting stage descsGravatar bsalomon@google.com2011-12-14
* reset cpu shadow of vertex buffer to our usual vb sizeGravatar bsalomon@google.com2011-12-14
* Skip flush functions for disabled stagesGravatar bsalomon@google.com2011-12-13
* Use a stack variable for hash computation in GrBinHashKeyGravatar bsalomon@google.com2011-12-12
* skip paint->drawstate sampler copies when there is no textureGravatar bsalomon@google.com2011-12-12
* check for empty glyph run and exit early if so.Gravatar reed@google.com2011-12-12
* Don't update vertex/index buffer twice! Gravatar bsalomon@google.com2011-12-12