aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* remove dead/abandoned fileGravatar reed@google.com2011-06-01
* Clean up the gyp files to reflect some files that were removed and/or renamed.Gravatar senorblanco@chromium.org2011-06-01
* Added code to enable the pipe module to record to a fileGravatar yangsu@google.com2011-06-01
* initialize fCurrYGravatar reed@google.com2011-06-01
* Added a sample pipe reader app that uses File I/O for playbackGravatar yangsu@google.com2011-06-01
* Fixup utils.gyp.Gravatar bungeman@google.com2011-06-01
* Make gyp VC project debug configuration /DEBUG.Gravatar bungeman@google.com2011-06-01
* Added 3 new sample tests. http://codereview.appspot.com/4527092/Gravatar yangsu@google.com2011-06-01
* add MatrixBench.cppGravatar reed@google.com2011-06-01
* 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. (2)Gravatar bungeman@google.com2011-06-01
* update to SampleViewGravatar reed@google.com2011-06-01
* inherit from SampleViewGravatar reed@google.com2011-06-01
* Add gyp for bench and make run on Windows.Gravatar bungeman@google.com2011-05-31
* Rename some global symbols defined by glu's libtess which conflict with theGravatar senorblanco@chromium.org2011-05-31
* 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