1. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  2. 3008519 Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 13 years ago
  3. b095140 Change GrSafeUnref / GrSafeRef from static inlines to #defines. Chrome buid is choking on defined but not use warnings. by bsalomon@google.com · 13 years ago
  4. c287a89 Include GrRenderTarget.h in GrContext.h to unblock skia roll due to WK dependency on this include by bsalomon@google.com · 13 years ago
  5. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  6. 0986600 Use gcc intrinsic functions for atomic incr and decr by bsalomon@google.com · 13 years ago
  7. 0a17bec Fix build break in r2136 by bsalomon@google.com · 13 years ago
  8. f7c00f6 Clening up GrBinHashKey. Removing unnecessary streaming capability by junov@google.com · 13 years ago
  9. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  10. 37c4720 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  11. e25c684 Canvas to handle null layer device. http://codereview.appspot.com/4907045/ by bungeman@google.com · 13 years ago
  12. 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 13 years ago
  13. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  14. b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 13 years ago
  15. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  16. 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 13 years ago
  17. 498776a Remove GrContext::drawCustomVertices by bsalomon@google.com · 13 years ago
  18. 178d41e Remove unneeded sk/gr conversion code by bsalomon@google.com · 13 years ago
  19. 37be7b0 Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  20. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  21. bbfa100 Fix header build breakage caused by moving GrGpu.h to src dir by bsalomon@google.com · 13 years ago
  22. 4d3aaaf Move some gpu headers out of the public include dir by bsalomon@google.com · 13 years ago
  23. e0c5787 Add xcodebuild and build to trunk's svn ignore property by bsalomon@google.com · 13 years ago
  24. a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
  25. 7b5e017 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  26. 06546d8 gyp DEPS roll, and remove no-longer-needed msvs_abspath_output flag by epoger@google.com · 13 years ago
  27. a15cf0e whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  28. ab9b658 Stop packaging command-line Mac tools as a bundle. by epoger@google.com · 13 years ago
  29. 8fbc3f0 Add missing function declarations. http://codereview.appspot.com/4904043/ by caryclark@google.com · 13 years ago
  30. 2e7de5a revert r2110, which broke Mac builds by epoger@google.com · 13 years ago
  31. 3f0254d Update gyp so that we no longer need msvs_abspath_output generator flag. by epoger@google.com · 13 years ago
  32. 6015792 Make SkIStream closer to spec, to work with more consumers. by bungeman@google.com · 13 years ago
  33. ff8a166 move setOrigin to protected, as a stop-gap fix for proxy devices. will revert by reed@google.com · 13 years ago
  34. 0be0157 Added samplecode as an include directory for SampleApp.gyp by yangsu@google.com · 13 years ago
  35. 9b77fbd Removed networking dependencies from SampleApp that caused errors by yangsu@google.com · 13 years ago
  36. f3523fb Included dependencies for networked pipe and debugger in SampleApp by yangsu@google.com · 13 years ago
  37. 03016a3 style cleanup by reed@google.com · 13 years ago
  38. bc75483 undef Status to undo the evil that XLib.h has done by reed@google.com · 13 years ago
  39. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  40. 16edff2 style cleanup by reed@google.com · 13 years ago
  41. d7a6fb9 style cleanup by reed@google.com · 13 years ago
  42. f468e47 Write null for any function pointers when using the cross process flag by yangsu@google.com · 13 years ago
  43. 5ed23de [Committed on behalf of scottmg@chromium.org] by senorblanco@chromium.org · 13 years ago
  44. c34d7cf re-get the function-ptr when we unflatten a ProcCoeffXfermode by reed@google.com · 13 years ago
  45. 236d8e1 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  46. a9e586a Add means to release object from ScopedComPtr. by bungeman@google.com · 13 years ago
  47. 208c590 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  48. 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
  49. 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
  50. 633722e Small miter limit check on Gr::drawRect. http://codereview.appspot.com/4838057/ by bungeman@google.com · 13 years ago
  51. e28b917 register 1D and 2D patheffects, so they work when serialized (and piperized) by reed@google.com · 13 years ago
  52. eefe6f1 Fix crash in GrStencilBuffer when it tries to unlock itself but has lost its GrGpu ptr. by bsalomon@google.com · 13 years ago
  53. 8ccaddd Increase default cache size Review URL: http://codereview.appspot.com/4810087/ by bsalomon@google.com · 13 years ago
  54. a44f700 Fix some ref leaks by bsalomon@google.com · 13 years ago
  55. 47ae725 remove bogus (probably copy/paste err) assert. Alpha need not be opaque here, by reed@google.com · 13 years ago
  56. d4777d9 Remove unnecessary header include. by bsalomon@google.com · 13 years ago
  57. f6ff495 Fix sb/rt size computation by bsalomon@google.com · 13 years ago
  58. ab15d61 fix bug in r2077 by bsalomon@google.com · 13 years ago
  59. 9c6e3af Suppress uninit warning. by bsalomon@google.com · 13 years ago
  60. 66f2e33 Port change r2040 to mac by ctguil@chromium.org · 13 years ago
  61. 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago
  62. 14b23c7 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  63. 6e28a47 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  64. 0d10c2e whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  65. 369e966 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  66. 537b809 Whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  67. 3726000 More little improvements to bench_graph_svg.py by epoger@google.com · 13 years ago
  68. 88edf1e Protect much of SkDevice and clarify usage of drawDevice. by bungeman@google.com · 13 years ago
  69. 3f69b54 Fixed Compiler flag error in CocoaSampleApp.gyp by yangsu@google.com · 13 years ago
  70. 22b4724 Whitespace change to trigger buildbot by epoger@google.com · 13 years ago
  71. 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
  72. c71174d Incremental improvements to bench graph generation by epoger@google.com · 13 years ago
  73. 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 13 years ago
  74. f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 13 years ago
  75. db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 13 years ago
  76. f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 13 years ago
  77. 0168afc Make RT & TEX base classes aware of NPOT/min-RT bloated size by bsalomon@google.com · 13 years ago
  78. 2f9462d Fixed error in SkOSMenu by yangsu@google.com · 13 years ago
  79. e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
  80. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  81. 6513cd0 Fail draws when can't get geom into vb/ib. by bsalomon@google.com · 13 years ago
  82. 82866fd Fail path rendering gracefully when vb/ib space alloc fails by bsalomon@google.com · 13 years ago
  83. 3bbee32 ignore alphaBit (and mask) for 32bit images, 'cause that seems to break this by reed@google.com · 13 years ago
  84. 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
  85. c7e6d08 Fix dumb copy/paste error by bsalomon@google.com · 13 years ago
  86. 9181aa8 revert rotated-lcd workaround until I can render gray/lcd+subpixel myself by reed@google.com · 13 years ago
  87. 53d11e0 submit LCD alpha support by caryclark@google.com · 13 years ago
  88. a5a1da8 Handle recursive call into GrResourceCache::purgeAsNeeded by bsalomon@google.com · 13 years ago
  89. 0e0c94c disable test by reed@google.com · 13 years ago
  90. f2164b2 use new SkEvent notion of passing targetID to constructor by reed@google.com · 13 years ago
  91. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  92. 5aa937b Honor fixed width font in Windows. by ctguil@chromium.org · 13 years ago
  93. d7a5c64 whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  94. c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
  95. 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 13 years ago
  96. c49d66b Add glReadBuffer to GrGLInterface. by bsalomon@google.com · 13 years ago
  97. d32c5f5 by bsalomon@google.com · 13 years ago
  98. 901aea5 Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to SampleApp.gyp by yangsu@google.com · 13 years ago
  99. 4737082 Correct check against GR_USE_PLATFORM_CREATE_SAMPLE_COUNT by bsalomon@google.com · 13 years ago
  100. 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 13 years ago