aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
* 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
* More variable initializations and curly braces to avoid Linux compilerGravatar tomhudson@google.com2011-07-29
* Fixing the ignore transform flag in Ganesh with mask filter and drawBitmapGravatar junov@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Manually update copyright notices in files that defied the automated processGravatar epoger@google.com2011-07-28
* This new test provides a test case for Gravatar junov@google.com2011-07-28
* add simple test for writepixelsGravatar reed@google.com2011-07-27
* Fix kernel width calculation in GPU-based Gaussian blur. When converting theGravatar senorblanco@chromium.org2011-07-18
* More GPU blur fixes.Gravatar senorblanco@chromium.org2011-07-15
* Remove some cruft from SampleApp.cppGravatar bsalomon@google.com2011-07-14
* Add DeviceManager to SampleWindowGravatar bsalomon@google.com2011-07-14
* add more angles, and test lineartextGravatar reed@google.com2011-07-13
* add sample for 2ptradial where we divide by zeroGravatar reed@google.com2011-07-08
* Replace reference parameter with pointer so that we can pass NULLGravatar tomhudson@google.com2011-07-08
* Fix div by zero in GPU degenerate radials (and add sample and gm baselines)Gravatar bsalomon@google.com2011-07-07
* Be sure to call context->flush() before we swapbuffers, otherwise we might missGravatar mike@reedtribe.org2011-07-07
* make sure size change posts at sample app startup.Gravatar bsalomon@google.com2011-07-06
* add option to test 1x1 bitmapshaderGravatar reed@google.com2011-07-06
* add debugging code for degenerate gradients (to be removed later)Gravatar reed@google.com2011-07-06
* notice if the bitmap failed to loadGravatar reed@google.com2011-07-06
* fix typo:Gravatar reed@google.com2011-07-06
* always use grcontext to get the bits to the screenGravatar reed@google.com2011-07-06
* revert prev hack around make3DReadyGravatar reed@google.com2011-07-06
* force grcontext to be created at startupGravatar reed@google.com2011-07-06
* fix return value for make_bitmapGravatar reed@google.com2011-07-06