aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
* 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
* add toggle keys:Gravatar reed@google.com2011-04-05
* Fix crash when codec not found for SampleDecodeGravatar bsalomon@google.com2011-04-01
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* Fix ref leak on GrGpu.Gravatar bsalomon@google.com2011-03-29
* Move zoomer into SampleAppGravatar Scroggo2011-03-24
* add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRefGravatar reed@google.com2011-03-22
* Add a 'fatbits' mode to unix sample app.Gravatar scroggo2011-03-22
* add more styles to showGravatar mike@reedtribe.org2011-03-22
* allow window-subclass to handle dispatching click events (for resize)Gravatar mike@reedtribe.org2011-03-21
* add draw sampleGravatar mike@reedtribe.org2011-03-20
* fix warnings (local storage too small, int->scalar)Gravatar reed@google.com2011-03-18
* add flingGravatar reed@google.com2011-03-16
* Add a sample application that runs on unix.Gravatar scroggo2011-03-15
* Correction of Windows SampleApp build break introduced by r925. Gravatar twiz@google.com2011-03-14
* add tristate toggle 'l' for lcd text drawingGravatar reed@google.com2011-03-11
* Fix warnings of SkScalar -> int conversions, by using SkScalarRound()Gravatar reed@google.com2011-03-10
* Add complex clip gm sample and cleanup unused headers/code in SampleComplexClipGravatar bsalomon@google.com2011-03-10
* Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ...Gravatar bsalomon@google.com2011-03-10
* check-point for kLCD16_Format mask supportGravatar reed@google.com2011-03-10
* add setXYWH to rectsGravatar reed@google.com2011-03-03