aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
...
* New benchmark for SkMatrix::computeType().Gravatar tomhudson@google.com2011-06-24
* Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and ...Gravatar yangsu@google.com2011-06-24
* add (replacing SkDataRef)Gravatar reed@google.com2011-06-24
* rename public SkDataRef to SkDataGravatar reed@google.com2011-06-24
* Added platform specific includesGravatar yangsu@google.com2011-06-23
* add copyToData() to dyanamicwstreamGravatar reed@google.com2011-06-23
* Wrap SkStreams in IStreams instead of copying data around.Gravatar bungeman@google.com2011-06-23
* Unify handleTouch and handleClick in SampleApp.Gravatar Scroggo2011-06-22
* Add support for 8 bits/component glyphs, toGravatar caryclark@google.com2011-06-22
* Fix a batch of coverity defects, uninitialized class fields.Gravatar vandebo@chromium.org2011-06-21
* Fix some problems detected by coverity.Gravatar vandebo@chromium.org2011-06-21
* Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed ...Gravatar bsalomon@google.com2011-06-21
* Add option in flattening to write factory names inline, as we are recording.Gravatar reed@google.com2011-06-21
* change string read/write to store length as full 32-bit value. This simplifiesGravatar reed@google.com2011-06-21
* Add a way to save to PDF in SampleApp on Android and elsewhere.Gravatar Scroggo2011-06-21
* Changed mac specific files to use ApplicationServices rather than CarbonGravatar yangsu@google.com2011-06-21
* update doxGravatar reed@google.com2011-06-21
* Add GrRenderTexture cons for gpu dev. Remove factory from gpu device.Gravatar bsalomon@google.com2011-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
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* Improvements to the SampleApp (primarily Android).Gravatar Scroggo2011-06-15
* style and warningsGravatar reed@google.com2011-06-14
* add SkDataRef (for future use)Gravatar reed@google.com2011-06-14
* Updates to the Android SampleAppGravatar djsollen@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
* #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOATGravatar epoger@google.com2011-06-09
* Make linux sample app work on my laptop. Reviewed at http://codereview.appspo...Gravatar Scroggo2011-06-08
* add SkFixedFloorToFixedGravatar reed@google.com2011-06-07
* Add EGL context for Windows.Gravatar bungeman@google.com2011-06-02
* remove unneeded check for thumb. see http://codereview.appspot.com/4539048/Gravatar reed@google.com2011-06-02
* speed-up SkMatrix::preScale by 3x, by special-casing it instead of just callingGravatar reed@google.com2011-06-01
* Add gyp for bench and make run on Windows.Gravatar bungeman@google.com2011-05-31
* [PDF] Add pages accessor to SkPDFDocument.Gravatar vandebo@chromium.org2011-05-31
* Port the SampleApp (raster) to Android.Gravatar Scroggo2011-05-31
* Add more SK_API declarations to fix Chrome.Gravatar vandebo@chromium.org2011-05-30
* [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
* [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
* [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
* Warn when an SkScalar is passed into SkIntToScalar() (converted twice)Gravatar epoger@google.com2011-05-24