aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
...
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* Converted AAClips SampleApp slide to GM:simpleaaclipGravatar robertphillips@google.com2012-05-22
* Fix type errors and a few warnings for Visual Studio 2010 64-bit build.Gravatar tomhudson@google.com2012-05-17
* Updated AAClips Sample slide and complexclip2 GM to exercise AA clippingGravatar robertphillips@google.com2012-05-15
* Fixes for Windows Release compiler complaints (overflow in const arith)Gravatar robertphillips@google.com2012-05-14
* Debug Windows compiler complaint fixesGravatar robertphillips@google.com2012-05-14
* remove (unused) reference to SkStrokePathEffectGravatar reed@google.com2012-05-10
* Fixed some fixed point build Windows compiler complaintsGravatar robertphillips@google.com2012-05-08
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Added "--list" command line option to SampleAppGravatar robertphillips@google.com2012-05-03
* Made "Clip" sample use AA clippingGravatar robertphillips@google.com2012-05-03
* show contains and intersects predicates in sampleGravatar reed@google.com2012-05-02
* Fixed usage info for SampleApp's msaa flagGravatar robertphillips@google.com2012-05-02
* Fixed minor Release & fixed point compiler warnings on LinuxGravatar robertphillips@google.com2012-04-25
* In SampleWindow, pass ownership of menus to SkWindow, so it can safelyGravatar scroggo@google.com2012-04-18
* Addressed more Windows compiler complaint issuesGravatar robertphillips@google.com2012-04-16
* Tear down Gr stuff before GL context in SampleAppGravatar bsalomon@google.com2012-04-10
* Minor bug fix in SampleAppGravatar robertphillips@google.com2012-04-10
* safely handle null blur filterGravatar reed@google.com2012-04-09
* Add MSAA option to SampleAppGravatar bsalomon@google.com2012-04-06
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Revert 3857 (which was committed from wrong tree)Gravatar bsalomon@google.com2012-04-03
* Fix GL attach/detach in Mac SampleAppGravatar bsalomon@google.com2012-04-03
* Redelivering r3555 to re-add run-time switching between ANGLE and native opengl Gravatar robertphillips@google.com2012-04-02
* Reverting r3555Gravatar robertphillips@google.com2012-03-30
* Added run-time switching between OpenGL & ANGLE in SampleAppGravatar robertphillips@google.com2012-03-30
* Remove unused static functions from SampleApp and effectsGravatar djsollen@google.com2012-03-29
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* disable GPU blur on small pathsGravatar bsalomon@google.com2012-03-28
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Fix for SampleApp command line parsing issue.Gravatar robertphillips@google.com2012-03-22
* 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
* Fix scaling issue when drawing text on a path.Gravatar djsollen@google.com2012-03-20
* Cleanup sample slide for drawTextOnPathGravatar djsollen@google.com2012-03-15
* don't draw in constructor (makes debugging harder)Gravatar reed@google.com2012-03-12
* add init() method, so we don't draw in our constructor (makes debugging harder)Gravatar reed@google.com2012-03-12
* Annotate overridden functions with SK_OVERRIDE in OverView class.Gravatar bsalomon@google.com2012-03-08
* cast to doubleGravatar reed@google.com2012-02-16
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Expose functionality to purge the GPU texture cache while running SampleApp.Gravatar twiz@google.com2012-01-27
* Landing change from http://codereview.appspot.com/5540063/Gravatar epoger@google.com2012-01-18
* return -1 if we failed to find by titleGravatar mike@reedtribe.org2011-12-28
* Fix Windows build breakage in http://code.google.com/p/skia/source/detail?r=2925Gravatar epoger@google.com2011-12-28
* RETURN key now records default slide for startupGravatar mike@reedtribe.org2011-12-27
* Fix int->float conversion warning in VS2010Gravatar bsalomon@google.com2011-12-12
* Use : as separator between "GM" and slide name in SampleApp. This makes it ea...Gravatar bsalomon@google.com2011-12-09