1. ab9e2c6 by bsalomon@google.com · 12 years ago
  2. 84ef10f cast to double http://codereview.appspot.com/5645064/ by reed@google.com · 13 years ago
  3. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  4. 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 13 years ago
  5. 2c1eb6f Landing change from http://codereview.appspot.com/5540063/ by epoger@google.com · 13 years ago
  6. dd52caa return -1 if we failed to find by title by mike@reedtribe.org · 13 years ago
  7. 6fc7cc2 Fix Windows build breakage in http://code.google.com/p/skia/source/detail?r=2925 by epoger@google.com · 13 years ago
  8. 6f6e8c3 RETURN key now records default slide for startup by mike@reedtribe.org · 13 years ago
  9. 4d4f281 Fix int->float conversion warning in VS2010 by bsalomon@google.com · 13 years ago
  10. e9f091d Use : as separator between "GM" and slide name in SampleApp. This makes it easier to jump to a GM slide using command line args on windows. by bsalomon@google.com · 13 years ago
  11. e23f194 install drawfilter for the picture playback as well by reed@google.com · 13 years ago
  12. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
  13. f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
  14. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  15. 073c907 use new PurgeFontCache() api by reed@google.com · 13 years ago
  16. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  17. 2072db8 post event to ourself to update the title after our constructor by reed@google.com · 13 years ago
  18. ac7aa1b prefix GM names with "GM " so I know that's what they are. by reed@google.com · 13 years ago
  19. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  20. 6ff8255 Add support for building Android SampleApp. by djsollen@google.com · 13 years ago
  21. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  22. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  23. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  24. fad4510 Move the Android sample app into the android repo. by djsollen@google.com · 13 years ago
  25. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  26. 8301de1 Remove SK_OVERRIDE from func defn by bsalomon@google.com · 13 years ago
  27. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  28. 6151d1d be sure to erase complete (i.e. before the softclip) by mike@reedtribe.org · 13 years ago
  29. 67f11b1 clean up, add test for soft-clip by reed@google.com · 13 years ago
  30. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  31. c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
  32. 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
  33. 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
  34. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  35. 29ffc03 update to use new api (offset -> translate) by reed@google.com · 13 years ago
  36. bb3f4a8 Bug fixes: by suyang1 · 13 years ago
  37. 3bcf8d3 add sample for clipping by reed@google.com · 13 years ago
  38. 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
  39. f12449b Fixed signed/unsigned comparison warnings in empty path gm/sample by bsalomon@google.com · 13 years ago
  40. 1c04bf9 implement region-ops by reed@google.com · 13 years ago
  41. 47ac84e check-point for aaclip by reed@google.com · 13 years ago
  42. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
  43. 3228789 check-point for aaclip by reed@google.com · 13 years ago
  44. 021b405 splitscreen for black and white versions by reed@google.com · 13 years ago
  45. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  46. f3cf942 SampleApp: fixing bad ref counting on non dynamically allocated object by junov@google.com · 13 years ago
  47. e8f0910 Add 'K' to SampleApp to trigger animated perspective rendering by bsalomon@google.com · 13 years ago
  48. 4ee1433 fix INHERITED to match class by reed@google.com · 13 years ago
  49. 1ec27a0 add test for hairlines and xfermodes by reed@google.com · 13 years ago
  50. e4123e9 Revert accidental change to sample code by bsalomon@google.com · 13 years ago
  51. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
  52. 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 13 years ago
  53. b636adf reimage ninepatch-stretch with white bg (for easier printing) by reed@google.com · 13 years ago
  54. 40a3772 update sample to test stretching + and - amounds by reed@google.com · 13 years ago
  55. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
  56. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  57. fa51041 Experimental revert of 2170 to see if the buildbot issues are somehow related. by tomhudson@google.com · 13 years ago
  58. 3299260 Remove compiler warnings (gcc on Linux). codereview.appspot.com/4922052/ by tomhudson@google.com · 13 years ago
  59. 00245c9 test subpixeltext by reed@google.com · 13 years ago
  60. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  61. 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 13 years ago
  62. b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 13 years ago
  63. 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 13 years ago
  64. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  65. 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
  66. 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
  67. f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 13 years ago
  68. db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 13 years ago
  69. 0e0c94c disable test by reed@google.com · 13 years ago
  70. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  71. 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
  72. 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
  73. 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 13 years ago
  74. 1d32978 Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap by junov@google.com · 13 years ago
  75. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  76. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  77. 61d46a0 This new test provides a test case for by junov@google.com · 13 years ago
  78. ceff287 add simple test for writepixels by reed@google.com · 13 years ago
  79. 4a947d2 Fix kernel width calculation in GPU-based Gaussian blur. When converting the by senorblanco@chromium.org · 13 years ago
  80. e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 13 years ago
  81. 8422311 Remove some cruft from SampleApp.cpp by bsalomon@google.com · 13 years ago
  82. 098e96d Add DeviceManager to SampleWindow by bsalomon@google.com · 13 years ago
  83. 2377b52 add more angles, and test lineartext by reed@google.com · 13 years ago
  84. 4de4d60 add sample for 2ptradial where we divide by zero by reed@google.com · 13 years ago
  85. d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
  86. 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
  87. 6757a1a Be sure to call context->flush() before we swapbuffers, otherwise we might miss by mike@reedtribe.org · 13 years ago
  88. 840e9f3 make sure size change posts at sample app startup. by bsalomon@google.com · 13 years ago
  89. f78e78d add option to test 1x1 bitmapshader by reed@google.com · 13 years ago
  90. 13636fe add debugging code for degenerate gradients (to be removed later) by reed@google.com · 13 years ago
  91. 5f068f1 notice if the bitmap failed to load by reed@google.com · 13 years ago
  92. a03c979 fix typo: by reed@google.com · 13 years ago
  93. 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
  94. 57c8d83 revert prev hack around make3DReady by reed@google.com · 13 years ago
  95. c157531 force grcontext to be created at startup by reed@google.com · 13 years ago
  96. 1b195bc fix return value for make_bitmap by reed@google.com · 13 years ago
  97. 3cec4d7 check-point for testing drawBitmap [raster,gpu] -> [raster,gpu] by reed@google.com · 13 years ago
  98. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  99. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  100. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago