aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
...
* Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...Gravatar bsalomon@google.com2011-11-07
* Move the Android sample app into the android repo.Gravatar djsollen@google.com2011-11-04
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* Remove SK_OVERRIDE from func defnGravatar bsalomon@google.com2011-10-31
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31
* be sure to erase complete (i.e. before the softclip)Gravatar mike@reedtribe.org2011-10-30
* clean up, add test for soft-clipGravatar reed@google.com2011-10-28
* Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...Gravatar bsalomon@google.com2011-10-27
* now we trim the aaclip after building it, to ensure that it has tight boundsGravatar reed@google.com2011-10-27
* Remove warnings (trailing \, signed vs unsigned, parenthesization).Gravatar tomhudson@google.com2011-10-27
* Fix some warnings on VS2010 Gravatar bsalomon@google.com2011-10-24
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* update to use new api (offset -> translate)Gravatar reed@google.com2011-10-13
* Bug fixes:Gravatar suyang12011-10-10
* add sample for clippingGravatar reed@google.com2011-10-10
* Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...Gravatar bsalomon@google.com2011-10-10
* Fixed signed/unsigned comparison warnings in empty path gm/sampleGravatar bsalomon@google.com2011-10-10
* implement region-opsGravatar reed@google.com2011-10-10
* check-point for aaclipGravatar reed@google.com2011-10-06
* Fixup rendering of empty paths (including inverted fills)Gravatar bsalomon@google.com2011-10-05
* check-point for aaclipGravatar reed@google.com2011-10-05
* splitscreen for black and white versionsGravatar reed@google.com2011-09-28
* Simplify specification of default interfaceGravatar bsalomon@google.com2011-09-16
* SampleApp: fixing bad ref counting on non dynamically allocated objectGravatar junov@google.com2011-09-13
* Add 'K' to SampleApp to trigger animated perspective renderingGravatar bsalomon@google.com2011-09-08
* fix INHERITED to match classGravatar reed@google.com2011-09-08
* add test for hairlines and xfermodesGravatar reed@google.com2011-09-08
* Revert accidental change to sample codeGravatar bsalomon@google.com2011-09-07
* Improve gpu path subdiv with perspective, remove tolerance scale, fix commentGravatar bsalomon@google.com2011-09-07
* 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
* update sample to test stretching + and - amoundsGravatar reed@google.com2011-09-06
* Add GrAAHairLinePathRendererGravatar bsalomon@google.com2011-08-30
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* Experimental revert of 2170 to see if the buildbot issues are somehow related.Gravatar tomhudson@google.com2011-08-26
* Remove compiler warnings (gcc on Linux).Gravatar tomhudson@google.com2011-08-25
* test subpixeltextGravatar reed@google.com2011-08-23
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr...Gravatar bsalomon@google.com2011-08-17
* Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers"Gravatar vandebo@chromium.org2011-08-16
* Make GrDrawTarget.h and GrPathRenderer.h be private headersGravatar bsalomon@google.com2011-08-16
* Added Debugger to Sample App, off by defaultGravatar yangsu@google.com2011-08-12
* add serialization to SkLayerRasterizerGravatar reed@google.com2011-08-09
* use common subclass SkPath2DPathEffect, which can be serializedGravatar reed@google.com2011-08-09
* Removed networking dependencies from SampleApp, Pipe now off by defaultGravatar yangsu@google.com2011-08-08
* Added transitions and net pipe to SampleApp, updated gyp filesGravatar yangsu@google.com2011-08-08
* disable testGravatar reed@google.com2011-08-04
* retool SkEvent to own its target ID or target procGravatar reed@google.com2011-08-04
* Set up global options for SampleApp and now allows SampleApp to request menu ...Gravatar yangsu@google.com2011-08-02
* cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its...Gravatar bsalomon@google.com2011-07-29