aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
Commit message (Expand)AuthorAge
* use drawBitmapNine instead of SkNinePatch utilsGravatar reed@google.com2011-09-07
* reimage ninepatch-stretch with white bg (for easier printing)Gravatar reed@google.com2011-09-06
* add gm test for ninepatch stretchingGravatar reed@google.com2011-09-06
* fix pictures to not skip-over clip ops that might expand the clipGravatar reed@google.com2011-08-29
* Add revisions to complexclip2.cpp from code review. Checkin windows baselines.Gravatar bsalomon@google.com2011-08-29
* add new test for complex clipsGravatar reed@google.com2011-08-29
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Move multiple calls to random() out of parameter lists so that theGravatar tomhudson@google.com2011-08-25
* Fix gm/bitmapscroll.cpp to actually draw in both Debug and Release modes.Gravatar epoger@google.com2011-08-22
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Slightly improve visuals of bitmapscroll test in gmGravatar epoger@google.com2011-07-25
* Exit SkBitmap::scrollRect() early if width <= 0Gravatar epoger@google.com2011-07-25
* add --match to the help textGravatar reed@google.com2011-07-25
* reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE...Gravatar reed@google.com2011-07-25
* fix gradients_degenerate test case for SKIA_SCALAR_IS_FIXEDGravatar epoger@google.com2011-07-21
* Add tinybitmap gm and windows baselines.Gravatar bsalomon@google.com2011-07-18
* flip Y in uploads to bottom-up textures (and add gm test)Gravatar bsalomon@google.com2011-07-18
* Change true and false to 1 and 0 in macros that are used to conditionally com...Gravatar bsalomon@google.com2011-06-29
* create bitmaps from pdf output for comparison purposes (mac only at the moment)Gravatar reed@google.com2011-06-29
* Create new lcdtext page within gmGravatar epoger@google.com2011-06-28
* add test for degenerate 2point gradients (needs pdf and gpu fixes)Gravatar reed@google.com2011-06-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* roll back r1705Gravatar epoger@google.com2011-06-24
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* Add additional source types to xfer mode test.Gravatar vandebo@chromium.org2011-06-24
* disable gpu tests when scalar==fixed,Gravatar reed@google.com2011-06-20
* addGravatar mike@reedtribe.org2011-06-18
* -replay tests are only run if forward rendering succeeded.Gravatar tomhudson@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* Update baselines for linux-fixed. Make shader text sample/GM work with scalar...Gravatar bsalomon@google.com2011-06-14
* Fix text-as-path with skshader on gpuGravatar bsalomon@google.com2011-06-13
* When user specifies an output path with -w, only output files from mainGravatar tomhudson@google.com2011-06-09
* 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
* 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
* Rebase GM tool for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-24
* Warn when an SkScalar is passed into SkIntToScalar() (converted twice)Gravatar epoger@google.com2011-05-24
* Fix gm tests for fixed point.Gravatar bungeman@google.com2011-05-20
* Fix clipping in StrokeRectGM test for fixed point.Gravatar bungeman@google.com2011-05-19
* fix assertion failure in Skia_Linux_Fixed_Debug buildGravatar epoger@google.com2011-05-19
* Fix tests with incorrect swizzle.Gravatar bungeman@google.com2011-05-18
* Fixed color bleeding issue when drawing a sub region of a bitmap with filteri...Gravatar junov@google.com2011-05-16
* PDF Device should report non-transformed size for width and height.Gravatar ctguil@chromium.org2011-04-29
* Propagate return values from compare() up to main() so we can return 0 if allGravatar tomhudson@google.com2011-04-26
* Allocate a bitmap on the stack in xfermodes.cpp to work around a limitationGravatar tomhudson@google.com2011-04-26