1. 9b77fbd Removed networking dependencies from SampleApp that caused errors by yangsu@google.com · 13 years ago
  2. f3523fb Included dependencies for networked pipe and debugger in SampleApp by yangsu@google.com · 13 years ago
  3. 03016a3 style cleanup by reed@google.com · 13 years ago
  4. bc75483 undef Status to undo the evil that XLib.h has done by reed@google.com · 13 years ago
  5. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  6. 16edff2 style cleanup by reed@google.com · 13 years ago
  7. d7a6fb9 style cleanup by reed@google.com · 13 years ago
  8. f468e47 Write null for any function pointers when using the cross process flag by yangsu@google.com · 13 years ago
  9. 5ed23de [Committed on behalf of scottmg@chromium.org] by senorblanco@chromium.org · 13 years ago
  10. c34d7cf re-get the function-ptr when we unflatten a ProcCoeffXfermode by reed@google.com · 13 years ago
  11. 236d8e1 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  12. a9e586a Add means to release object from ScopedComPtr. by bungeman@google.com · 13 years ago
  13. 208c590 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  14. 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
  15. 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
  16. 633722e Small miter limit check on Gr::drawRect. http://codereview.appspot.com/4838057/ by bungeman@google.com · 13 years ago
  17. e28b917 register 1D and 2D patheffects, so they work when serialized (and piperized) by reed@google.com · 13 years ago
  18. eefe6f1 Fix crash in GrStencilBuffer when it tries to unlock itself but has lost its GrGpu ptr. by bsalomon@google.com · 13 years ago
  19. 8ccaddd Increase default cache size Review URL: http://codereview.appspot.com/4810087/ by bsalomon@google.com · 13 years ago
  20. a44f700 Fix some ref leaks by bsalomon@google.com · 13 years ago
  21. 47ae725 remove bogus (probably copy/paste err) assert. Alpha need not be opaque here, by reed@google.com · 13 years ago
  22. d4777d9 Remove unnecessary header include. by bsalomon@google.com · 13 years ago
  23. f6ff495 Fix sb/rt size computation by bsalomon@google.com · 13 years ago
  24. ab15d61 fix bug in r2077 by bsalomon@google.com · 13 years ago
  25. 9c6e3af Suppress uninit warning. by bsalomon@google.com · 13 years ago
  26. 66f2e33 Port change r2040 to mac by ctguil@chromium.org · 13 years ago
  27. 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago
  28. 14b23c7 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  29. 6e28a47 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  30. 0d10c2e whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  31. 369e966 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  32. 537b809 Whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  33. 3726000 More little improvements to bench_graph_svg.py by epoger@google.com · 13 years ago
  34. 88edf1e Protect much of SkDevice and clarify usage of drawDevice. by bungeman@google.com · 13 years ago
  35. 3f69b54 Fixed Compiler flag error in CocoaSampleApp.gyp by yangsu@google.com · 13 years ago
  36. 22b4724 Whitespace change to trigger buildbot by epoger@google.com · 13 years ago
  37. 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
  38. c71174d Incremental improvements to bench graph generation by epoger@google.com · 13 years ago
  39. 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 13 years ago
  40. f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 13 years ago
  41. db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 13 years ago
  42. f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 13 years ago
  43. 0168afc Make RT & TEX base classes aware of NPOT/min-RT bloated size by bsalomon@google.com · 13 years ago
  44. 2f9462d Fixed error in SkOSMenu by yangsu@google.com · 13 years ago
  45. e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
  46. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  47. 6513cd0 Fail draws when can't get geom into vb/ib. by bsalomon@google.com · 13 years ago
  48. 82866fd Fail path rendering gracefully when vb/ib space alloc fails by bsalomon@google.com · 13 years ago
  49. 3bbee32 ignore alphaBit (and mask) for 32bit images, 'cause that seems to break this by reed@google.com · 13 years ago
  50. edc177d Fixes for iOS / Ganesh (consistent fs/vs uni precision decl and don't use stencil-only fbo for clear) by bsalomon@google.com · 13 years ago
  51. c7e6d08 Fix dumb copy/paste error by bsalomon@google.com · 13 years ago
  52. 9181aa8 revert rotated-lcd workaround until I can render gray/lcd+subpixel myself by reed@google.com · 13 years ago
  53. 53d11e0 submit LCD alpha support by caryclark@google.com · 13 years ago
  54. a5a1da8 Handle recursive call into GrResourceCache::purgeAsNeeded by bsalomon@google.com · 13 years ago
  55. 0e0c94c disable test by reed@google.com · 13 years ago
  56. f2164b2 use new SkEvent notion of passing targetID to constructor by reed@google.com · 13 years ago
  57. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  58. 5aa937b Honor fixed width font in Windows. by ctguil@chromium.org · 13 years ago
  59. d7a5c64 whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  60. c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
  61. 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 13 years ago
  62. c49d66b Add glReadBuffer to GrGLInterface. by bsalomon@google.com · 13 years ago
  63. d32c5f5 by bsalomon@google.com · 13 years ago
  64. 901aea5 Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to SampleApp.gyp by yangsu@google.com · 13 years ago
  65. 4737082 Correct check against GR_USE_PLATFORM_CREATE_SAMPLE_COUNT by bsalomon@google.com · 13 years ago
  66. 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 13 years ago
  67. a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 13 years ago
  68. 9b540ce Move SkBitmap members of the skdiff DiffRecord to pointers so that they by tomhudson@google.com · 13 years ago
  69. 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
  70. e938b19 iOS SampleApp menu related changes by yangsu@google.com · 13 years ago
  71. 5987045 iOS Sample App menu implementation http://codereview.appspot.com/4798055/ by yangsu@google.com · 13 years ago
  72. b3d5bc1 Remove unneeded include in SkBitSet. http://codereview.appspot.com/4801072/ by bungeman@google.com · 13 years ago
  73. 68c4d12 Clip GPU blur against clip bounds. Clip the size of the FBOs used for blurs by senorblanco@chromium.org · 13 years ago
  74. 099d22d add roundOut() by reed@google.com · 13 years ago
  75. 1b20280 deprecate SkScalarFloor, SkScalarCeil, SkScalarRound by reed@google.com · 13 years ago
  76. 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 13 years ago
  77. 955bb07 Make WIC encoder lock the bitmap pixels. http://codereview.appspot.com/4832045/ by bungeman@google.com · 13 years ago
  78. 22b4950 Windows image decoder should handle all bitmap formats. by bungeman@google.com · 13 years ago
  79. 030302c Fix comment alignment by bsalomon@google.com · 13 years ago
  80. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  81. 12d177d Cocoa SampleApp files by yangsu@google.com · 13 years ago
  82. dea2f8d Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits() by bsalomon@google.com · 13 years ago
  83. 896d79d whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  84. 04accd3 Add trunk/out to svn:ignore list by bsalomon@google.com · 13 years ago
  85. 71f341a Split texture upload out from onCreateTexture by bsalomon@google.com · 13 years ago
  86. cf9b750 Fix bug in SkMatrix::invert where typemask is not set on inverse when a matrix is inverted into itself. by bsalomon@google.com · 13 years ago
  87. 84b437e update dox for LCD text by reed@google.com · 13 years ago
  88. feee9e8 another whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  89. ab5161f whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  90. 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
  91. aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 13 years ago
  92. 3448e9e disable optimization in Mac debug build by epoger@google.com · 13 years ago
  93. 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 13 years ago
  94. e14490a Move GL headers out of public include dir by bsalomon@google.com · 13 years ago
  95. a7ed3cc Eliminate Linux compile warnings throughout animator/ with variable by tomhudson@google.com · 13 years ago
  96. 221db3c Fix initialization of variables; eliminates warnings on Linux. by tomhudson@google.com · 13 years ago
  97. 5c210c7 Break onEncode() into two functions to avoid clobbering variables with by tomhudson@google.com · 13 years ago
  98. d53bd4a balance destructor's CFRelease with a CFRetain when we get the cgfont by reed@google.com · 13 years ago
  99. 1d32978 Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap by junov@google.com · 13 years ago
  100. 3eba9d3 whitespace commit to trigger buildbot by epoger@google.com · 13 years ago