aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
* 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
* add test for poly2polyGravatar reed@google.com2011-02-17
* add textGravatar reed@google.com2011-02-16
* safeUnref() -> SkSafeUnref()Gravatar bsalomon@google.com2011-02-13
* add 'c' command, which toggles a semi-complex clip (the pink is what has beenGravatar reed@google.com2011-02-10
* safeunref method to SkSafeUnref.Gravatar bsalomon@google.com2011-02-08
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* Add shaded text sample and gm test.Gravatar bsalomon@google.com2011-01-25
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* add dithering to 32bit linear gradientsGravatar reed@google.com2011-01-13
* git-svn-id: http://skia.googlecode.com/svn/trunk@685 2bbb7eff-a529-9590-31e7-...Gravatar reed@google.com2011-01-11
* Make SampleApp build on Win32 (still requires glew, this needs to be fixed)Gravatar bsalomon@google.com2011-01-05
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* fix matrix use in coretext fonthostGravatar reed@android.com2010-07-22
* updatesGravatar reed@android.com2010-05-17
* updatesGravatar reed@android.com2010-04-22
* add unittests for map()Gravatar reed@android.com2010-02-24
* add localToGlobal and parentsGravatar reed@android.com2010-02-24
* add tests for translate, concat, scaleGravatar reed@android.com2010-02-24
* add DEBUG_LAYER_BOUNDS option to show layer boundsGravatar reed@android.com2010-02-24