aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
Commit message (Expand)AuthorAge
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* [GPU] when paint has patheffect, it should fallback to path renderGravatar bsalomon@google.com2012-03-26
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* Improved codec link-forcing system by adding Encoder/Decoder creation entry p...Gravatar robertphillips@google.com2012-03-23
* apply imagefilter to all draw callsGravatar reed@google.com2012-03-23
* delay any drawing until first call to onDraw (eases debugging)Gravatar reed@google.com2012-03-22
* Added tracking of frame buffer objects to debug GL interfaceGravatar robertphillips@google.com2012-03-21
* [PDF] Add GM and infrastructure to test drawing shaders with an initial trans...Gravatar vandebo@chromium.org2012-03-21
* Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initi...Gravatar vandebo@chromium.org2012-03-21
* [PDF] Add GM and infrastructure to test drawing shaders with an initial trans...Gravatar vandebo@chromium.org2012-03-21
* Adding CMYK jpeg changes w/o .gyp alterationsGravatar robertphillips@google.com2012-03-20
* reverting to 3437Gravatar robertphillips@google.com2012-03-20
* Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...Gravatar robertphillips@google.com2012-03-20
* Compile with c++0x.Gravatar bungeman@google.com2012-03-19
* Perform degenerate check in device coords in convex path rendererGravatar bsalomon@google.com2012-03-15
* Close an (incidental) memory leak in gmmain.Gravatar tomhudson@google.com2012-03-15
* update testGravatar reed@google.com2012-03-14
* tweak gm bounds to better fit the contentGravatar reed@google.com2012-03-14
* [PDF] Fix some fixed/float-point mismatches for image shaders.Gravatar vandebo@chromium.org2012-03-09
* add more modes/flags to giantbitmap testGravatar reed@google.com2012-03-08
* defer any drawing until our first time, so we don't do it in ourGravatar reed@google.com2012-03-08
* return false if the typeface cannot be foundGravatar reed@google.com2012-03-08
* disable PDF for now, until http://code.google.com/p/skia/issues/detail?id=520Gravatar reed@google.com2012-03-08
* use higher precision (64bit) fixed-point for matrix procGravatar reed@google.com2012-03-07
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* In convex path renderer, translate polygon to origin for fanPt computationGravatar bsalomon@google.com2012-02-23
* Use cheapComputeDirection to determine normal facing in GrAAConvexPathRendererGravatar bsalomon@google.com2012-02-15
* add test for colored text drawing (hopefully gamma corrected)Gravatar reed@google.com2012-02-14
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Set LCD font smoothing to "medium" for gm on Mac, regardless of system settingsGravatar epoger@google.com2012-02-14
* Add path effect GMGravatar bsalomon@google.com2012-02-13
* [GPU]: Handle degenerate quads when computing UV matrix from control pointsGravatar bsalomon@google.com2012-01-31
* Expose '--notexturecache' command line argument to gm.Gravatar twiz@google.com2012-01-31
* Fix degenerate test in convex path renderer Gravatar bsalomon@google.com2012-01-31
* increase height to include entire circle for large radialGravatar reed@google.com2012-01-31
* Add missing SkFloatToScalar() calls to fix the build.Gravatar tomhudson@google.com2012-01-30
* New radial gradient GM to observe banding and dithering effects.Gravatar tomhudson@google.com2012-01-30
* Remove GrAALevel enum, use explicit sample countGravatar bsalomon@google.com2012-01-30
* Adding a flush method to SkCanvasGravatar junov@chromium.org2012-01-30
* Change background color and add paths to convexpaths gmGravatar bsalomon@google.com2012-01-26
* revert 3078Gravatar bsalomon@google.com2012-01-21
* fix interior issues in convex path rendererGravatar bsalomon@google.com2012-01-21
* Stop writing out XPS baselines until we resolve skia issue 455Gravatar epoger@google.com2012-01-18
* Updating gm's usage messageGravatar junov@google.com2012-01-18
* Adding class SkDeferredCanvas for deferred rendering.Gravatar junov@google.com2012-01-18
* if the y-max has neighbors (prev and next) with the same Y values, then theGravatar reed@google.com2012-01-17
* Incorporate changes related to Tom's post-hoc comments on the convex path ren...Gravatar bsalomon@google.com2012-01-17
* Add convex path renderer (disabled)Gravatar bsalomon@google.com2012-01-17
* fix cheapComputeDirection() in the non-convex case to pivot on the y-max pointGravatar reed@google.com2012-01-11