aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
* 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
* Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanlineGravatar reed@google.com2011-03-02
* Sample that exercises complex clipping variations.Gravatar bsalomon@google.com2011-03-02
* #ifdef protect win specific code (e.g. LOGFONT)Gravatar reed@google.com2011-03-02
* remove obsolete generateLineHeightGravatar reed@google.com2011-03-01
* fix bool bug so we can multisample nowGravatar reed@google.com2011-02-24
* use new high-quality blur in samplesGravatar reed@google.com2011-02-18
* add test for pointsGravatar reed@google.com2011-02-17