aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* 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
* add optoinal bytesRead argument (output) to playback()Gravatar reed@google.com2011-05-23
* add cross-process option to gpipeGravatar reed@google.com2011-05-23
* Expose SkComposeShader as SK_API.Gravatar ctguil@chromium.org2011-05-20
* Add Mesa as a GL backend.Gravatar bungeman@google.com2011-05-19
* Fix windows color orderGravatar bsalomon@google.com2011-05-19
* [PDF] Implement clear xfermode with a mask instead of pushing the clip down.Gravatar vandebo@chromium.org2011-05-18
* [PDF] Fix windows compile warning.Gravatar vandebo@chromium.org2011-05-18
* move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so thatGravatar reed@google.com2011-05-18
* encode current LCD orientation and order into font-cache-keyGravatar reed@google.com2011-05-18
* add more keysGravatar reed@google.com2011-05-17
* [PDF] Improve path effect and drawPath(prePathMatrix) support.Gravatar vandebo@chromium.org2011-05-17
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* Add GL context creation for X so that gm can run GPU on Linux.Gravatar bungeman@google.com2011-05-17
* separate coverage stages from color stages.Gravatar bsalomon@google.com2011-05-16
* fully expand the initialization for rect (android compiler didn't like {0})Gravatar reed@google.com2011-05-16
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* Change getConvexity() to now compute it if the value is set to kUnkown.Gravatar reed@google.com2011-05-16