aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* Split GrTextContext into baseclass and subclassGravatar bsalomon@google.com2012-03-16
* add getBounds() helperGravatar reed@google.com2012-03-15
* Change vertex buffer size for draw buffer. Hopefully helps with some of the p...Gravatar bsalomon@google.com2012-03-15
* Fix broken android buildGravatar djsollen@google.com2012-03-15
* Add CreateFallbackForScript to SkTypeface for Android.Gravatar djsollen@google.com2012-03-15
* Perform degenerate check in device coords in convex path rendererGravatar bsalomon@google.com2012-03-15
* don't clamp the stopScale to 0 unless it originally exceeded the clip. This isGravatar reed@google.com2012-03-15
* Allow compiler to optimize applying quadratic UV matrix to vertsGravatar bsalomon@google.com2012-03-15
* tweak gm bounds to better fit the contentGravatar reed@google.com2012-03-14
* add kUTF32_TextEncodingGravatar reed@google.com2012-03-14
* Fix four memory leaks uncovered by valgrinding gm tests.Gravatar vandebo@chromium.org2012-03-14