aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* Improved codec link-forcing system by adding Encoder/Decoder creation entry p...Gravatar robertphillips@google.com2012-03-23
* Glyph advances from generateAdvance do not always match generateMetrics results.Gravatar bungeman@google.com2012-03-23
* Update GetAdvancedTypefaceMetrics API in usually-unbuilt files.Gravatar tomhudson@google.com2012-03-23
* apply imagefilter to all draw callsGravatar reed@google.com2012-03-23
* [PDF] Fix font metric array initialization.Gravatar vandebo@chromium.org2012-03-23
* Initialize margin, which was being used uninitialized in compute_bounds()Gravatar tomhudson@google.com2012-03-23
* Remove circular dependency of views and animator.Gravatar bungeman@google.com2012-03-23
* fix clang compilation warningGravatar bsalomon@google.com2012-03-22
* [PDF] Move most of the headers to be private.Gravatar vandebo@chromium.org2012-03-22
* Extended debug GL interface to include tracking of render buffersGravatar robertphillips@google.com2012-03-22
* Remove mutual dependency of gr and skgr.Gravatar bungeman@google.com2012-03-22
* Move unix_test_app/main.cpp to src/views/unix/skia_unix.cppGravatar epoger@google.com2012-03-22
* Reset Ganesh TextureDomain after use.Gravatar tomhudson@google.com2012-03-22
* Move SkBitSet to utils.Gravatar vandebo@chromium.org2012-03-21
* Utils must not depend on Views.Gravatar bungeman@google.com2012-03-21
* Revert "[PDF] Move most of the headers to be private."Gravatar vandebo@chromium.org2012-03-21
* [PDF] Move most of the headers to be private.Gravatar vandebo@chromium.org2012-03-21
* Re-attempting Linux debug GL interface compiler complaint fix.Gravatar robertphillips@google.com2012-03-21
* Added tracking of frame buffer objects to debug GL interfaceGravatar robertphillips@google.com2012-03-21
* Revert "[PDF] Move most of the headers to be private."Gravatar vandebo@chromium.org2012-03-21
* [PDF] Move most of the headers to be private.Gravatar vandebo@chromium.org2012-03-21
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Reverting Linux compiler complaint patch - againGravatar robertphillips@google.com2012-03-21
* Partial re-delivery of Linux compiler complaint changes.Gravatar robertphillips@google.com2012-03-21
* Move SkClampRange into src/effects, where it isn't being advertised asGravatar tomhudson@google.com2012-03-20
* Add GrDrawTarget::drawIndexedInstance, use in default text context.Gravatar bsalomon@google.com2012-03-20
* Adding CMYK jpeg changes w/o .gyp alterationsGravatar robertphillips@google.com2012-03-20
* Convert SkMatrix::I() assignments to SkMatrix::reset() callsGravatar bsalomon@google.com2012-03-20
* Add temp android modification to the GLSL version checkGravatar djsollen@google.com2012-03-20
* reverting to 3437Gravatar robertphillips@google.com2012-03-20
* Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...Gravatar robertphillips@google.com2012-03-20
* Fix scaling issue when drawing text on a path.Gravatar djsollen@google.com2012-03-20
* Revert r3435, no perf winGravatar bsalomon@google.com2012-03-19
* inline GrDrawTarget::copyDrawStateGravatar bsalomon@google.com2012-03-19
* Compile with c++0x.Gravatar bungeman@google.com2012-03-19
* Add basic support for vertical text into freetype.Gravatar djsollen@google.com2012-03-19
* add optional updateMatrixClip param to getTopDevice(). Chrome should set thisGravatar reed@google.com2012-03-19
* rolling back to r3427Gravatar robertphillips@google.com2012-03-19
* Addressed compiler warnings in the Debug GL Interface on Linux.Gravatar robertphillips@google.com2012-03-19
* Another fix to r3423, reinstate blitter code that was commented out forGravatar tomhudson@google.com2012-03-19
* Added debug GL Interface. This interface tracks various GL objects in order t...Gravatar robertphillips@google.com2012-03-19
* Fix Android, too, by providing cross-platform NULL version of new factory.Gravatar tomhudson@google.com2012-03-19
* Remove stale #include.Gravatar tomhudson@google.com2012-03-19
* (SSE2) acceleration for rectangular opaque erases.Gravatar tomhudson@google.com2012-03-19
* Make the text context not have to save / restore GrDrawState at each draw.Gravatar bsalomon@google.com2012-03-19
* GPU blit speedup: avoid texture filtering and texture domain when not necessaryGravatar junov@chromium.org2012-03-16
* [PDF] Fix shaders when the initial transform has a translation.Gravatar vandebo@chromium.org2012-03-16
* Call reset() in text context rather than set to SkMatrix::I(). Perf improveme...Gravatar bsalomon@google.com2012-03-16
* add IRect variant of getBounds()Gravatar reed@google.com2012-03-16