| Commit message (Expand) | Author | Age |
... | |
* | test subpixeltext | reed@google.com | 2011-08-23 |
* | Make GrGLInterface a per-GrContext refcounted object rather than a global | bsalomon@google.com | 2011-08-19 |
* | Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr... | bsalomon@google.com | 2011-08-17 |
* | Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" | vandebo@chromium.org | 2011-08-16 |
* | Make GrDrawTarget.h and GrPathRenderer.h be private headers | bsalomon@google.com | 2011-08-16 |
* | Added Debugger to Sample App, off by default | yangsu@google.com | 2011-08-12 |
* | add serialization to SkLayerRasterizer | reed@google.com | 2011-08-09 |
* | use common subclass SkPath2DPathEffect, which can be serialized | reed@google.com | 2011-08-09 |
* | Removed networking dependencies from SampleApp, Pipe now off by default | yangsu@google.com | 2011-08-08 |
* | Added transitions and net pipe to SampleApp, updated gyp files | yangsu@google.com | 2011-08-08 |
* | disable test | reed@google.com | 2011-08-04 |
* | retool SkEvent to own its target ID or target proc | reed@google.com | 2011-08-04 |
* | Set up global options for SampleApp and now allows SampleApp to request menu ... | yangsu@google.com | 2011-08-02 |
* | cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its... | bsalomon@google.com | 2011-07-29 |
* | More variable initializations and curly braces to avoid Linux compiler | tomhudson@google.com | 2011-07-29 |
* | Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap | junov@google.com | 2011-07-28 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Manually update copyright notices in files that defied the automated process | epoger@google.com | 2011-07-28 |
* | This new test provides a test case for | junov@google.com | 2011-07-28 |
* | add simple test for writepixels | reed@google.com | 2011-07-27 |
* | Fix kernel width calculation in GPU-based Gaussian blur. When converting the | senorblanco@chromium.org | 2011-07-18 |
* | More GPU blur fixes. | senorblanco@chromium.org | 2011-07-15 |
* | Remove some cruft from SampleApp.cpp | bsalomon@google.com | 2011-07-14 |
* | Add DeviceManager to SampleWindow | bsalomon@google.com | 2011-07-14 |
* | add more angles, and test lineartext | reed@google.com | 2011-07-13 |
* | add sample for 2ptradial where we divide by zero | reed@google.com | 2011-07-08 |
* | Replace reference parameter with pointer so that we can pass NULL | tomhudson@google.com | 2011-07-08 |
* | Fix div by zero in GPU degenerate radials (and add sample and gm baselines) | bsalomon@google.com | 2011-07-07 |
* | Be sure to call context->flush() before we swapbuffers, otherwise we might miss | mike@reedtribe.org | 2011-07-07 |
* | make sure size change posts at sample app startup. | bsalomon@google.com | 2011-07-06 |
* | add option to test 1x1 bitmapshader | reed@google.com | 2011-07-06 |
* | add debugging code for degenerate gradients (to be removed later) | reed@google.com | 2011-07-06 |
* | notice if the bitmap failed to load | reed@google.com | 2011-07-06 |
* | fix typo: | reed@google.com | 2011-07-06 |
* | always use grcontext to get the bits to the screen | reed@google.com | 2011-07-06 |
* | revert prev hack around make3DReady | reed@google.com | 2011-07-06 |
* | force grcontext to be created at startup | reed@google.com | 2011-07-06 |
* | fix return value for make_bitmap | reed@google.com | 2011-07-06 |
* | check-point for testing drawBitmap [raster,gpu] -> [raster,gpu] | reed@google.com | 2011-07-06 |
* | Reverting r1775 at Mike and Brian's request | epoger@google.com | 2011-07-01 |
* | Fixing several issues with rendering blurred bitmaps with Ganesh | junov@google.com | 2011-06-30 |
* | Parse SampleApp command line for a test name. If an argument is passed to | senorblanco@chromium.org | 2011-06-28 |
* | Adding support for shadows when drawing bitmaps with skia gpu device | junov@google.com | 2011-06-27 |
* | remove drawShape from canvas api | reed@google.com | 2011-06-27 |
* | Modified the iOS pdf data code to use steam.copytoData() | yangsu@google.com | 2011-06-24 |
* | replace detach/getStream apis on dynamicwstream with SkData | reed@google.com | 2011-06-24 |
* | Added helper methods for changing samples, getting sample titles, and extract... | yangsu@google.com | 2011-06-24 |
* | Unify handleTouch and handleClick in SampleApp. | Scroggo | 2011-06-22 |
* | SampleApp fixes. | Scroggo | 2011-06-21 |
* | Add a way to save to PDF in SampleApp on Android and elsewhere. | Scroggo | 2011-06-21 |