aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
* Correction of texture domain calculation. Review=http://codereview.appspot.c...Gravatar twiz@google.com2011-06-02
* Added code to enable the pipe module to record to a fileGravatar yangsu@google.com2011-06-01
* Added 3 new sample tests. http://codereview.appspot.com/4527092/Gravatar yangsu@google.com2011-06-01
* update to SampleViewGravatar reed@google.com2011-06-01
* inherit from SampleViewGravatar reed@google.com2011-06-01
* Remove unnecessary call to unlock.Gravatar Scroggo2011-05-31
* fix memory leaksGravatar reed@google.com2011-05-31
* Show fatbits mode in openGL. http://codereview.appspot.com/4515141/Gravatar Scroggo2011-05-25
* addGravatar reed@google.com2011-05-25
* inherit from SampleViewGravatar reed@google.com2011-05-25
* Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue asGravatar senorblanco@chromium.org2011-05-24
* add cross-process option to gpipeGravatar reed@google.com2011-05-23
* Add dual source blending support for proper blending with coverage.Gravatar bsalomon@google.com2011-05-20
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* Plug a leak in SampleShaderTest.Gravatar senorblanco@chromium.org2011-05-19
* show consistent timings between debug and releaseGravatar reed@google.com2011-05-18
* lockPixels before looking at them in ZoomerGravatar reed@google.com2011-05-18
* checkpoint for 8->5 bit reductionGravatar reed@google.com2011-05-18
* code style, inherit from SampleViewGravatar reed@google.com2011-05-18
* add 'h' to tri-toggle font hintingGravatar reed@google.com2011-05-18
* Adding a test to sampleapp for texture domainGravatar junov@google.com2011-05-17
* fix uninitialized varGravatar reed@google.com2011-05-17
* add 'n' to tri-toggle bitmap-filter (LERP) on/off/neutralGravatar reed@google.com2011-05-17
* add Convexity enum to SkPathGravatar reed@google.com2011-05-15
* add 'p' to toggle on/off testing the pipeGravatar reed@google.com2011-05-12
* Add color filters to gpu path.Gravatar Scroggo2011-05-11
* remove some dead code in pipesGravatar reed@google.com2011-05-11
* addGravatar reed@google.com2011-05-05
* inherit from SampleViewGravatar reed@google.com2011-05-05
* disable experimental TEST_GPIPEGravatar reed@google.com2011-05-05
* update to SampleViewGravatar reed@google.com2011-05-05
* switch to inheriting from SampleViewGravatar mike@reedtribe.org2011-05-05
* new samplesGravatar reed@google.com2011-05-04
* update pipe testGravatar reed@google.com2011-05-04
* add debugging test for building SkDescriptorGravatar reed@google.com2011-05-04
* Remove GrContext.h dependence on GrGpu.hGravatar bsalomon@google.com2011-05-02
* fix compileGravatar reed@google.com2011-05-02
* add typefacecacheGravatar reed@google.com2011-05-02
* 4x4 SSAA with improvements in determination of when to apply. Still disabled ...Gravatar bsalomon@google.com2011-05-02
* move end-timer for FPS to afterChildren, so we will have flushed openglGravatar reed@google.com2011-04-25
* Move alpha-ramp AA to GrContext, detect cases when AA is applied via other me...Gravatar bsalomon@google.com2011-04-25
* migrate some samples over to SampleView, for FPS measurementsGravatar reed@google.com2011-04-22
* add 'f' toggle to trigger timer for sample. Must subclass SampleView insteadGravatar mike@reedtribe.org2011-04-22
* fix warningsGravatar reed@google.com2011-04-14
* add mask for paint-bits to layerdrawlooperGravatar mike@reedtribe.org2011-04-14
* addGravatar reed@google.com2011-04-11
* fix drawfilter to match new apiGravatar mike@reedtribe.org2011-04-08
* Fix Two Pt Radial when circles are concentric.Gravatar bsalomon@google.com2011-04-06
* Fix dangling ptr when GrRenderTarget outlives its GrTexture representationGravatar bsalomon@google.com2011-04-05
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05