aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* This update fixes the problem with GLX failing to find a valid configuration ...Gravatar robertphillips@google.com2012-03-14
* Batch path draws.Gravatar bsalomon@google.com2012-03-14
* enable fractionalint (64bit) math in bitmap procsGravatar reed@google.com2012-03-14
* need to pack the two values into a 32bit longGravatar mike@reedtribe.org2012-03-14
* add build option to revert hairline-clipping fix from 3366Gravatar reed@google.com2012-03-13
* Use floats for mask table for accuracy.Gravatar bungeman@google.com2012-03-13
* Fix missing return statementGravatar bsalomon@google.com2012-03-13
* Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx...Gravatar bsalomon@google.com2012-03-13
* Change interface on GrDrawTarget to reserve vtx/idx space at same timeGravatar bsalomon@google.com2012-03-13
* if we are extending past our clip in antihairlines, don't draw that lastGravatar reed@google.com2012-03-12
* detect all masks, and don't use masksuperblitter with thoseGravatar reed@google.com2012-03-12