aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add GrRenderTexture cons for gpu dev. Remove factory from gpu device.Gravatar bsalomon@google.com2011-06-17
* Added dependencies for SkPipe in SampleAppGravatar yangsu@google.com2011-06-17
* Minor fixes for SampleApp.Gravatar Scroggo2011-06-17
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...Gravatar bsalomon@google.com2011-06-17
* Modified Pipe Reader to read an atom at a timeGravatar yangsu@google.com2011-06-16
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* First pass at improving temporary tex/rt reuseGravatar bsalomon@google.com2011-06-16
* Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war...Gravatar epoger@google.com2011-06-15
* change GC imagedecoder to use the same colorspace between image and context,Gravatar reed@google.com2011-06-15
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* add SkDataRef (for future use)Gravatar reed@google.com2011-06-14
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/Gravatar Scroggo2011-06-13
* Consider hw render target limit for offscreen supersample and tileGravatar bsalomon@google.com2011-06-13
* add row/col major getters, plus unit-testsGravatar reed@google.com2011-06-13
* move into utilsGravatar reed@google.com2011-06-13
* add 2nd parameter to SkFontHost::NextLogicalFont()Gravatar reed@google.com2011-06-13
* check-point for unifying results between runs and mask backends for aaGravatar reed@google.com2011-06-09
* Make linux sample app work on my laptop. Reviewed at http://codereview.appspo...Gravatar Scroggo2011-06-08
* round Y baseline for text, as we do in the raster caseGravatar reed@google.com2011-06-07
* Increase use of SkMatrix::hasPerspective(), merge in has_perspective().Gravatar tomhudson@google.com2011-06-06
* Attempt to correct issue with fixed point from SkMatrix changes in r1512.Gravatar tomhudson@google.com2011-06-06
* move code inside #ifdef to fix warningGravatar reed@google.com2011-06-06
* Benchmarking suggests that replacing some of the conversions from float to intGravatar tomhudson@google.com2011-06-06
* Add EGL context for Windows.Gravatar bungeman@google.com2011-06-02
* committing http://codereview.appspot.com/4515175/Gravatar caryclark@google.com2011-06-01
* remove dead/abandoned fileGravatar reed@google.com2011-06-01
* initialize fCurrYGravatar reed@google.com2011-06-01
* speed-up SkMatrix::preScale by 3x, by special-casing it instead of just callingGravatar reed@google.com2011-06-01
* remember previous x-offset when we re-enter the runs array. speeds up pathsGravatar reed@google.com2011-05-31
* [PDF] Add pages accessor to SkPDFDocument.Gravatar vandebo@chromium.org2011-05-31
* remove dead codeGravatar reed@google.com2011-05-31
* [PDF] Add plumbing and accessors so that Chrome can record the font types use...Gravatar vandebo@chromium.org2011-05-29
* Removal of obsolete interface, SkMatrixClipObserver.Gravatar twiz@google.com2011-05-26
* draw rotated rects as paths if we're antialiasing, until we extend our rect-aaGravatar reed@google.com2011-05-26
* checkpoint for better 8bit->5bit reduction (disable for now)Gravatar reed@google.com2011-05-26
* balance the call to matrix::flatten from r1414. Formerly both of these wereGravatar reed@google.com2011-05-26
* [PDF] Improve the SkClipStack skipping prefix code.Gravatar vandebo@chromium.org2011-05-25
* [PDF] Reuse the invert function object for xform object masks.Gravatar vandebo@chromium.org2011-05-25
* [PDF] Rename ContentEntryAccessor to ScopedContentEntry.Gravatar vandebo@chromium.org2011-05-24
* [PDF] Fix regression - correct for fInitialTrnasform in form xobjects.Gravatar vandebo@chromium.org2011-05-24
* Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue asGravatar senorblanco@chromium.org2011-05-24
* Cleanup: Use member function isContentEmpty().Gravatar ctguil@chromium.org2011-05-24
* [PDF] Don't draw empty layers.Gravatar vandebo@chromium.org2011-05-24
* [PDF] Add helper class to manage ContentEntry set up and completion.Gravatar vandebo@chromium.org2011-05-24
* [PDF] Add clip support and some optimizations for "complex" xfer modes.Gravatar vandebo@chromium.org2011-05-24
* return the bytes read, not the total providedGravatar reed@google.com2011-05-24
* add copyright noticesGravatar reed@google.com2011-05-24
* Fix a new clang warning:Gravatar thakis@chromium.org2011-05-24
* call notify after we write the kDone verbGravatar reed@google.com2011-05-23