aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* remember previous x-offset when we re-enter the runs array. speeds up pathsGravatar reed@google.com2011-05-31
* remove dump printfGravatar reed@google.com2011-05-31
* make this work again: ./gyp_skia && make SampleAppGravatar epoger@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
* Remove unnecessary call to unlock.Gravatar Scroggo2011-05-31
* fix memory leaksGravatar reed@google.com2011-05-31
* remove dead codeGravatar reed@google.com2011-05-31
* split skia.gyp into separate gypfile for each source dirGravatar epoger@google.com2011-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
* Fix copy/paste bug that checks same stencil field twice in isDisabled().Gravatar bsalomon@google.com2011-05-27
* make --replay be the default. Now --noreplay will disable testing through a p...Gravatar reed@google.com2011-05-26
* retool without shapes, which are broken/experimentalGravatar reed@google.com2011-05-26
* Removal of obsolete interface, SkMatrixClipObserver.Gravatar twiz@google.com2011-05-26
* remove self-modifying matrix code, which can't work with pictures, and will b...Gravatar reed@google.com2011-05-26
* dynamically allocate the pixels, so they can be referened when drawn into a p...Gravatar reed@google.com2011-05-26
* we don't checkin baselines for pdf yetGravatar reed@google.com2011-05-26
* add gpu baselines for linuxGravatar reed@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
* Show fatbits mode in openGL. http://codereview.appspot.com/4515141/Gravatar Scroggo2011-05-25
* This change eliminates a potential memory leak and itGravatar junov@google.com2011-05-25
* addGravatar reed@google.com2011-05-25
* inherit from SampleViewGravatar reed@google.com2011-05-25
* Rename glu libtess symbols. When enabled in WebKit, the internal_glu libtessGravatar senorblanco@chromium.org2011-05-25
* [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
* Stores index.html in the output (diff) directory rather than in the currentGravatar tomhudson@google.com2011-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
* Rebase GM tool for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-24
* [PDF] Add clip support and some optimizations for "complex" xfer modes.Gravatar vandebo@chromium.org2011-05-24
* Fixes performance for texture domain uniform uploadGravatar junov@google.com2011-05-24
* Warn when an SkScalar is passed into SkIntToScalar() (converted twice)Gravatar epoger@google.com2011-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
* add optoinal bytesRead argument (output) to playback()Gravatar reed@google.com2011-05-23
* fix warningsGravatar reed@google.com2011-05-23
* pass correct size to read(buffer, ...) testsGravatar 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
* Fix unnitialized memory in Sk2DPathEffect. The SkDescriptor checksumGravatar senorblanco@chromium.org2011-05-20