| Commit message (Expand) | Author | Age |
... | |
* | Fix Two Pt Radial when circles are concentric. | bsalomon@google.com | 2011-04-06 |
* | Fix dangling ptr when GrRenderTarget outlives its GrTexture representation | bsalomon@google.com | 2011-04-05 |
* | Adds read pixels to GrTexture and GrRenderTarget | bsalomon@google.com | 2011-04-05 |
* | add toggle keys: | reed@google.com | 2011-04-05 |
* | Fix crash when codec not found for SampleDecode | bsalomon@google.com | 2011-04-01 |
* | Add GrResource base class for ibs, texs, vbs, etc. | bsalomon@google.com | 2011-03-30 |
* | Fix ref leak on GrGpu. | bsalomon@google.com | 2011-03-29 |
* | Move zoomer into SampleApp | Scroggo | 2011-03-24 |
* | add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRef | reed@google.com | 2011-03-22 |
* | Add a 'fatbits' mode to unix sample app. | scroggo | 2011-03-22 |
* | add more styles to show | mike@reedtribe.org | 2011-03-22 |
* | allow window-subclass to handle dispatching click events (for resize) | mike@reedtribe.org | 2011-03-21 |
* | add draw sample | mike@reedtribe.org | 2011-03-20 |
* | fix warnings (local storage too small, int->scalar) | reed@google.com | 2011-03-18 |
* | add fling | reed@google.com | 2011-03-16 |
* | Add a sample application that runs on unix. | scroggo | 2011-03-15 |
* | Correction of Windows SampleApp build break introduced by r925. | twiz@google.com | 2011-03-14 |
* | add tristate toggle 'l' for lcd text drawing | reed@google.com | 2011-03-11 |
* | Fix warnings of SkScalar -> int conversions, by using SkScalarRound() | reed@google.com | 2011-03-10 |
* | Add complex clip gm sample and cleanup unused headers/code in SampleComplexClip | bsalomon@google.com | 2011-03-10 |
* | Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ... | bsalomon@google.com | 2011-03-10 |
* | check-point for kLCD16_Format mask support | reed@google.com | 2011-03-10 |
* | add setXYWH to rects | reed@google.com | 2011-03-03 |
* | Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanline | reed@google.com | 2011-03-02 |
* | Sample that exercises complex clipping variations. | bsalomon@google.com | 2011-03-02 |
* | #ifdef protect win specific code (e.g. LOGFONT) | reed@google.com | 2011-03-02 |
* | remove obsolete generateLineHeight | reed@google.com | 2011-03-01 |
* | fix bool bug so we can multisample now | reed@google.com | 2011-02-24 |
* | use new high-quality blur in samples | reed@google.com | 2011-02-18 |
* | add test for points | reed@google.com | 2011-02-17 |
* | add test for poly2poly | reed@google.com | 2011-02-17 |
* | add text | reed@google.com | 2011-02-16 |
* | safeUnref() -> SkSafeUnref() | bsalomon@google.com | 2011-02-13 |
* | add 'c' command, which toggles a semi-complex clip (the pink is what has been | reed@google.com | 2011-02-10 |
* | safeunref method to SkSafeUnref. | bsalomon@google.com | 2011-02-08 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | Add shaded text sample and gm test. | bsalomon@google.com | 2011-01-25 |
* | Rev the GrContext interface. Context has draw* functions that take a new GrPa... | bsalomon@google.com | 2011-01-21 |
* | Remove notion of default rendertarget. This doesn't map well to usage pattern... | bsalomon@google.com | 2011-01-18 |
* | add dithering to 32bit linear gradients | reed@google.com | 2011-01-13 |
* | git-svn-id: http://skia.googlecode.com/svn/trunk@685 2bbb7eff-a529-9590-31e7-... | reed@google.com | 2011-01-11 |
* | Make SampleApp build on Win32 (still requires glew, this needs to be fixed) | bsalomon@google.com | 2011-01-05 |
* | add gpu backend (not hooked up yet) | reed@google.com | 2010-12-22 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | fix matrix use in coretext fonthost | reed@android.com | 2010-07-22 |
* | updates | reed@android.com | 2010-05-17 |
* | updates | reed@android.com | 2010-04-22 |
* | add unittests for map() | reed@android.com | 2010-02-24 |
* | add localToGlobal and parents | reed@android.com | 2010-02-24 |
* | add tests for translate, concat, scale | reed@android.com | 2010-02-24 |