- aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
- 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
- fa51041 Experimental revert of 2170 to see if the buildbot issues are somehow related. by tomhudson@google.com · 13 years ago
- 3299260 Remove compiler warnings (gcc on Linux). codereview.appspot.com/4922052/ by tomhudson@google.com · 13 years ago
- 00245c9 test subpixeltext by reed@google.com · 13 years ago
- 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
- 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 13 years ago
- b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 13 years ago
- 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 13 years ago
- ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
- 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
- 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
- f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 13 years ago
- db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 13 years ago
- 0e0c94c disable test by reed@google.com · 13 years ago
- 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
- 921091f Set up global options for SampleApp and now allows SampleApp to request menu items from the slides by yangsu@google.com · 13 years ago
- 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
- 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 13 years ago
- 1d32978 Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap by junov@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
- 61d46a0 This new test provides a test case for by junov@google.com · 13 years ago
- ceff287 add simple test for writepixels by reed@google.com · 13 years ago
- 4a947d2 Fix kernel width calculation in GPU-based Gaussian blur. When converting the by senorblanco@chromium.org · 13 years ago
- e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 13 years ago
- 8422311 Remove some cruft from SampleApp.cpp by bsalomon@google.com · 13 years ago
- 098e96d Add DeviceManager to SampleWindow by bsalomon@google.com · 13 years ago
- 2377b52 add more angles, and test lineartext by reed@google.com · 13 years ago
- 4de4d60 add sample for 2ptradial where we divide by zero by reed@google.com · 13 years ago
- d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
- 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
- 6757a1a Be sure to call context->flush() before we swapbuffers, otherwise we might miss by mike@reedtribe.org · 13 years ago
- 840e9f3 make sure size change posts at sample app startup. by bsalomon@google.com · 13 years ago
- f78e78d add option to test 1x1 bitmapshader by reed@google.com · 13 years ago
- 13636fe add debugging code for degenerate gradients (to be removed later) by reed@google.com · 13 years ago
- 5f068f1 notice if the bitmap failed to load by reed@google.com · 13 years ago
- a03c979 fix typo: by reed@google.com · 13 years ago
- 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
- 57c8d83 revert prev hack around make3DReady by reed@google.com · 13 years ago
- c157531 force grcontext to be created at startup by reed@google.com · 13 years ago
- 1b195bc fix return value for make_bitmap by reed@google.com · 13 years ago
- 3cec4d7 check-point for testing drawBitmap [raster,gpu] -> [raster,gpu] by reed@google.com · 13 years ago
- 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
- 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
- 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
- d935cfb Adding support for shadows when drawing bitmaps with skia gpu device by junov@google.com · 13 years ago
- 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
- ae8a2e5 Modified the iOS pdf data code to use steam.copytoData() by yangsu@google.com · 13 years ago
- 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
- 501775e Added helper methods for changing samples, getting sample titles, and extracting pdf Data by yangsu@google.com · 13 years ago
- d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
- 62b65b0 SampleApp fixes. by Scroggo · 13 years ago
- 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
- 90bb497 inherit from SampleView by mike@reedtribe.org · 13 years ago
- b4490c7 Minor fixes for SampleApp. by Scroggo · 13 years ago
- e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
- a54e2f6 Use SkTouchGesture to handle pinch events in Android SampleApp. by Scroggo · 13 years ago
- af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
- 3e7ff9f Better fix for changing the viewport in sample app. by Scroggo · 13 years ago
- 716a038 Fix the mac build of the SampleApp. by Scroggo · 13 years ago
- 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 13 years ago
- 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
- 137c428 Update baselines for linux-fixed. Make shader text sample/GM work with scalar=fixed. by bsalomon@google.com · 13 years ago
- 3914958 Fix text-as-path with skshader on gpu by bsalomon@google.com · 13 years ago
- e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
- aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
- 76b8274 Correction of texture domain calculation. Review=http://codereview.appspot.com/4517126 by twiz@google.com · 13 years ago
- 1f39421 Added code to enable the pipe module to record to a file by yangsu@google.com · 13 years ago
- 4c295a3 Added 3 new sample tests. http://codereview.appspot.com/4527092/ by yangsu@google.com · 13 years ago
- 81e3d7f update to SampleView by reed@google.com · 13 years ago
- e5ff439 inherit from SampleView by reed@google.com · 13 years ago
- bbb203c Remove unnecessary call to unlock. by Scroggo · 13 years ago
- 1d5aaa8 fix memory leaks by reed@google.com · 13 years ago
- 3272ba8 Show fatbits mode in openGL. http://codereview.appspot.com/4515141/ by Scroggo · 13 years ago
- d9097e0 add by reed@google.com · 13 years ago
- 03c2ef5 inherit from SampleView by reed@google.com · 13 years ago
- 50108cd Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue as by senorblanco@chromium.org · 13 years ago
- dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
- 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
- 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
- e580bc1 Plug a leak in SampleShaderTest. by senorblanco@chromium.org · 13 years ago
- bad8c87 show consistent timings between debug and release by reed@google.com · 13 years ago
- b36334d lockPixels before looking at them in Zoomer by reed@google.com · 13 years ago
- 79b3b7e checkpoint for 8->5 bit reduction by reed@google.com · 13 years ago
- 9e39bb3 code style, inherit from SampleView by reed@google.com · 13 years ago
- 09e3baa add 'h' to tri-toggle font hinting by reed@google.com · 13 years ago
- 869d6d9 Adding a test to sampleapp for texture domain by junov@google.com · 13 years ago
- 66f22fd fix uninitialized var by reed@google.com · 13 years ago
- 176753a add 'n' to tri-toggle bitmap-filter (LERP) on/off/neutral by reed@google.com · 13 years ago
- 04863fa add Convexity enum to SkPath by reed@google.com · 13 years ago
- a6ff4dc add 'p' to toggle on/off testing the pipe by reed@google.com · 13 years ago
- 97c88c2 Add color filters to gpu path. by Scroggo · 13 years ago
- 0faac1e remove some dead code in pipes by reed@google.com · 13 years ago
- 9ac5e22 add by reed@google.com · 14 years ago
- 70b6125 inherit from SampleView by reed@google.com · 14 years ago
- 4aebe4f disable experimental TEST_GPIPE by reed@google.com · 14 years ago
- 961ddb0 update to SampleView by reed@google.com · 14 years ago
- 5fd9243 switch to inheriting from SampleView by mike@reedtribe.org · 14 years ago
- 7a25337 new samples by reed@google.com · 14 years ago