aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
Commit message (Expand)AuthorAge
...
* expand internal subclasses into separate filesGravatar reed@google.com2012-07-30
* Share code in various SkGPipeCanvas::drawBitmap_ calls.Gravatar scroggo@google.com2012-07-30
* check-point for image/surface workGravatar mike@reedtribe.org2012-07-29
* In SkGPipe, only serialize SkTypefaces in cross process mode.Gravatar scroggo@google.com2012-07-27
* Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps.Gravatar scroggo@google.com2012-07-26
* Remove texture/mask setters on GrPaintGravatar bsalomon@google.com2012-07-26
* Add flag to skip pipe on select GMsGravatar borenet@google.com2012-07-20
* Disable bitmapcopy gm on AndroidGravatar borenet@google.com2012-07-20
* #include "SkTemplates.h"Gravatar reed@google.com2012-07-20
* add SkPaint::getPosTextPath(), with gm to test itGravatar reed@google.com2012-07-20
* Clean up the use of AutoScratchTexture in the gaussian blur and morphologyGravatar senorblanco@chromium.org2012-07-18
* Fixed simpleaaclip gm - it wasn't showing xor caseGravatar robertphillips@google.com2012-07-17
* don't add circles on chopped cubicsGravatar reed@google.com2012-07-13
* Fixed calling SkIntToScalar on a float errorGravatar robertphillips@google.com2012-07-13
* Improved clarity of complexclip GMGravatar robertphillips@google.com2012-07-13
* Added annotation for gm's -wp flagGravatar chudy@google.com2012-07-12
* Altered complexclip GM to test out saveLayer w/ a bound and clippingGravatar robertphillips@google.com2012-07-12
* Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stackGravatar robertphillips@google.com2012-07-11
* Forced GrClip to always have conservative boundsGravatar robertphillips@google.com2012-07-11
* Change TextContext handling of stages and draw targets; this allows us toGravatar tomhudson@google.com2012-07-11
* add SkPath::contains(x, y)Gravatar mike@reedtribe.org2012-07-11
* Added pdf implementation of conical gradient.Gravatar rileya@google.com2012-07-10
* Preserve convex control point polygon in cubic->quadratic approximationGravatar bsalomon@google.com2012-07-10
* r4511 with handling for the Mac-specific CAN_IMAGE_PDF pathGravatar robertphillips@google.com2012-07-10
* In SkGPipe, set a limit on the amount of flattenables cached.Gravatar scroggo@google.com2012-07-09
* Added conical gradient to gm gradients test, and added two variants of that t...Gravatar rileya@google.com2012-07-09
* Ensure that SkDeferredCanvas::onCreateCompatibleDevice unrefs its temp device.Gravatar scroggo@google.com2012-07-03
* Another fix for drawing bitmaps through an SkGPipe that share pixelrefs.Gravatar scroggo@google.com2012-07-03
* fix SkFixed buildGravatar reed@google.com2012-07-03
* add gm for hittesting pathsGravatar mike@reedtribe.org2012-07-03
* Provide static global initializers for SkColorTable and SkComposeShader.Gravatar scroggo2012-07-02
* Fix buildbot.Gravatar scroggo@google.com2012-07-02
* Properly handle extracted bitmaps in cross process/shared addr space SkGPipe.Gravatar scroggo@google.com2012-07-02
* Only skip pipe playback for blurs GM in FIXED mode.Gravatar scroggo@google.com2012-06-29
* Disable pipe playback on android for composeshader GM.Gravatar scroggo@google.com2012-06-29
* Allow composeshader GM to run PDF.Gravatar scroggo@google.com2012-06-29
* Create a new GM to exercise ComposeShader.Gravatar scroggo@google.com2012-06-29
* Disable pipe for bitmapfilters gm on Android.Gravatar scroggo@google.com2012-06-28
* Turn off the blurs GM for Pipe playback.Gravatar scroggo@google.com2012-06-28
* Fix SkGPipe drawing, and turn it on by default.Gravatar scroggo@google.com2012-06-28
* Altered SkInstCnt to print out atexitGravatar robertphillips@google.com2012-06-27
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)Gravatar robertphillips@google.com2012-06-27
* don't leak filtersGravatar reed@google.com2012-06-27
* add dump for SkWStream inst-leaksGravatar reed@google.com2012-06-26
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* Re-enable gm fontscaler for AndroidGravatar borenet@google.com2012-06-26
* Temporarily disable failing GM tests on AndroidGravatar borenet@google.com2012-06-25
* Raster implementation of diffuse and specular lighting filters. Externally,Gravatar senorblanco@chromium.org2012-06-22
* change gm option from -config to --config, to match the double-dash conventio...Gravatar reed@google.com2012-06-22
* Revert r4259Gravatar borenet@google.com2012-06-15