1. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  2. 29ffc03 update to use new api (offset -> translate) by reed@google.com · 13 years ago
  3. bb3f4a8 Bug fixes: by suyang1 · 13 years ago
  4. 3bcf8d3 add sample for clipping by reed@google.com · 13 years ago
  5. a310826 Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm by bsalomon@google.com · 13 years ago
  6. f12449b Fixed signed/unsigned comparison warnings in empty path gm/sample by bsalomon@google.com · 13 years ago
  7. 1c04bf9 implement region-ops by reed@google.com · 13 years ago
  8. 47ac84e check-point for aaclip by reed@google.com · 13 years ago
  9. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
  10. 3228789 check-point for aaclip by reed@google.com · 13 years ago
  11. 021b405 splitscreen for black and white versions by reed@google.com · 13 years ago
  12. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  13. f3cf942 SampleApp: fixing bad ref counting on non dynamically allocated object by junov@google.com · 13 years ago
  14. e8f0910 Add 'K' to SampleApp to trigger animated perspective rendering by bsalomon@google.com · 13 years ago
  15. 4ee1433 fix INHERITED to match class by reed@google.com · 13 years ago
  16. 1ec27a0 add test for hairlines and xfermodes by reed@google.com · 13 years ago
  17. e4123e9 Revert accidental change to sample code by bsalomon@google.com · 13 years ago
  18. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
  19. 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 13 years ago
  20. b636adf reimage ninepatch-stretch with white bg (for easier printing) by reed@google.com · 13 years ago
  21. 40a3772 update sample to test stretching + and - amounds by reed@google.com · 13 years ago
  22. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
  23. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  24. fa51041 Experimental revert of 2170 to see if the buildbot issues are somehow related. by tomhudson@google.com · 13 years ago
  25. 3299260 Remove compiler warnings (gcc on Linux). codereview.appspot.com/4922052/ by tomhudson@google.com · 13 years ago
  26. 00245c9 test subpixeltext by reed@google.com · 13 years ago
  27. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  28. 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 13 years ago
  29. b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 13 years ago
  30. 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 13 years ago
  31. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  32. 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
  33. 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
  34. f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 13 years ago
  35. db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 13 years ago
  36. 0e0c94c disable test by reed@google.com · 13 years ago
  37. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  38. 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
  39. 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
  40. 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 13 years ago
  41. 1d32978 Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap by junov@google.com · 13 years ago
  42. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  43. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  44. 61d46a0 This new test provides a test case for by junov@google.com · 13 years ago
  45. ceff287 add simple test for writepixels by reed@google.com · 13 years ago
  46. 4a947d2 Fix kernel width calculation in GPU-based Gaussian blur. When converting the by senorblanco@chromium.org · 13 years ago
  47. e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 13 years ago
  48. 8422311 Remove some cruft from SampleApp.cpp by bsalomon@google.com · 13 years ago
  49. 098e96d Add DeviceManager to SampleWindow by bsalomon@google.com · 13 years ago
  50. 2377b52 add more angles, and test lineartext by reed@google.com · 13 years ago
  51. 4de4d60 add sample for 2ptradial where we divide by zero by reed@google.com · 13 years ago
  52. d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
  53. 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
  54. 6757a1a Be sure to call context->flush() before we swapbuffers, otherwise we might miss by mike@reedtribe.org · 13 years ago
  55. 840e9f3 make sure size change posts at sample app startup. by bsalomon@google.com · 13 years ago
  56. f78e78d add option to test 1x1 bitmapshader by reed@google.com · 13 years ago
  57. 13636fe add debugging code for degenerate gradients (to be removed later) by reed@google.com · 13 years ago
  58. 5f068f1 notice if the bitmap failed to load by reed@google.com · 13 years ago
  59. a03c979 fix typo: by reed@google.com · 13 years ago
  60. 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
  61. 57c8d83 revert prev hack around make3DReady by reed@google.com · 13 years ago
  62. c157531 force grcontext to be created at startup by reed@google.com · 13 years ago
  63. 1b195bc fix return value for make_bitmap by reed@google.com · 13 years ago
  64. 3cec4d7 check-point for testing drawBitmap [raster,gpu] -> [raster,gpu] by reed@google.com · 13 years ago
  65. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  66. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  67. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  68. d935cfb Adding support for shadows when drawing bitmaps with skia gpu device by junov@google.com · 13 years ago
  69. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  70. ae8a2e5 Modified the iOS pdf data code to use steam.copytoData() by yangsu@google.com · 13 years ago
  71. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  72. 501775e Added helper methods for changing samples, getting sample titles, and extracting pdf Data by yangsu@google.com · 13 years ago
  73. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  74. 62b65b0 SampleApp fixes. by Scroggo · 13 years ago
  75. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  76. 90bb497 inherit from SampleView by mike@reedtribe.org · 13 years ago
  77. b4490c7 Minor fixes for SampleApp. by Scroggo · 13 years ago
  78. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  79. a54e2f6 Use SkTouchGesture to handle pinch events in Android SampleApp. by Scroggo · 13 years ago
  80. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  81. 3e7ff9f Better fix for changing the viewport in sample app. by Scroggo · 13 years ago
  82. 716a038 Fix the mac build of the SampleApp. by Scroggo · 13 years ago
  83. 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 13 years ago
  84. 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
  85. 137c428 Update baselines for linux-fixed. Make shader text sample/GM work with scalar=fixed. by bsalomon@google.com · 13 years ago
  86. 3914958 Fix text-as-path with skshader on gpu by bsalomon@google.com · 13 years ago
  87. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
  88. aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
  89. 76b8274 Correction of texture domain calculation. Review=http://codereview.appspot.com/4517126 by twiz@google.com · 13 years ago
  90. 1f39421 Added code to enable the pipe module to record to a file by yangsu@google.com · 13 years ago
  91. 4c295a3 Added 3 new sample tests. http://codereview.appspot.com/4527092/ by yangsu@google.com · 13 years ago
  92. 81e3d7f update to SampleView by reed@google.com · 13 years ago
  93. e5ff439 inherit from SampleView by reed@google.com · 13 years ago
  94. bbb203c Remove unnecessary call to unlock. by Scroggo · 13 years ago
  95. 1d5aaa8 fix memory leaks by reed@google.com · 13 years ago
  96. 3272ba8 Show fatbits mode in openGL. http://codereview.appspot.com/4515141/ by Scroggo · 13 years ago
  97. d9097e0 add by reed@google.com · 13 years ago
  98. 03c2ef5 inherit from SampleView by reed@google.com · 13 years ago
  99. 50108cd Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue as by senorblanco@chromium.org · 13 years ago
  100. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago