1. f85abda Remove mutual dependency of gr and skgr. http://codereview.appspot.com/5879043/ by bungeman@google.com · 12 years ago
  2. c62923d Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp by epoger@google.com · 12 years ago
  3. 5aab340 Revert r3463, because it broke Linux. by epoger@google.com · 12 years ago
  4. 24878f7 Reset Ganesh TextureDomain after use. by tomhudson@google.com · 12 years ago
  5. aa40558 Delete unix_test_app directory and its contents. by epoger@google.com · 12 years ago
  6. 76d4021 Fix for SampleApp command line parsing issue. by robertphillips@google.com · 12 years ago
  7. 9afc656 delay any drawing until first call to onDraw (eases debugging) by reed@google.com · 12 years ago
  8. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  9. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  10. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  11. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  12. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 12 years ago
  13. f6f123d Added tracking of frame buffer objects to debug GL interface by robertphillips@google.com · 12 years ago
  14. 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  15. f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  16. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  17. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 12 years ago
  18. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  19. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  20. 0ffc56f Reverting Linux compiler complaint patch - again by robertphillips@google.com · 12 years ago
  21. 2badb15 Partial re-delivery of Linux compiler complaint changes. by robertphillips@google.com · 12 years ago
  22. 56d3a23 Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors by reed@google.com · 12 years ago
  23. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  24. 934c570 Add GrDrawTarget::drawIndexedInstance, use in default text context. by bsalomon@google.com · 12 years ago
  25. 2e7f4c8 work in progress by caryclark@google.com · 12 years ago
  26. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  27. b3e40c0 Convert SkMatrix::I() assignments to SkMatrix::reset() calls by bsalomon@google.com · 12 years ago
  28. 55e713c Add temp android modification to the GLSL version check by djsollen@google.com · 12 years ago
  29. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  30. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  31. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  32. 7c3578a Revert r3435, no perf win by bsalomon@google.com · 12 years ago
  33. 4a44b4b inline GrDrawTarget::copyDrawState by bsalomon@google.com · 12 years ago
  34. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  35. d8b599c Add basic support for vertical text into freetype. by djsollen@google.com · 12 years ago
  36. 0b53d59 add optional updateMatrixClip param to getTopDevice(). Chrome should set this by reed@google.com · 12 years ago
  37. 2502772 rebaselin gpu versions by reed@google.com · 12 years ago
  38. d41a1dc rolling back to r3427 by robertphillips@google.com · 12 years ago
  39. 63883bf Forcing buildbots to re-run by robertphillips@google.com · 12 years ago
  40. 34c54e4 Addressed compiler warnings in the Debug GL Interface on Linux. by robertphillips@google.com · 12 years ago
  41. 57e080c Another fix to r3423, reinstate blitter code that was commented out for by tomhudson@google.com · 12 years ago
  42. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 12 years ago
  43. 6c5ccd9 Fix Android, too, by providing cross-platform NULL version of new factory. by tomhudson@google.com · 12 years ago
  44. 20949e2 Remove stale #include. by tomhudson@google.com · 12 years ago
  45. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  46. 26936d0 Make the text context not have to save / restore GrDrawState at each draw. by bsalomon@google.com · 12 years ago
  47. f32a9b6 GPU blit speedup: avoid texture filtering and texture domain when not necessary by junov@chromium.org · 12 years ago
  48. 293a758 [PDF] Fix shaders when the initial transform has a translation. by vandebo@chromium.org · 12 years ago
  49. ce47fec Add libjpeg.gyp that wraps third_party/externals/libjpeg/libjpeg.gyp by epoger@google.com · 12 years ago
  50. 573e8ba Add os_posix gyp variable, nesting variables dicts as needed to do so. by epoger@google.com · 12 years ago
  51. dddf6f6 Skip unnecessary copies in GrPaint operator == by bsalomon@google.com · 12 years ago
  52. f97ef2f Delete 'obsolete' directory, most of whose contents have been there more than a year. by tomhudson@google.com · 12 years ago
  53. 022a3e1 Call reset() in text context rather than set to SkMatrix::I(). Perf improvement in bench. by bsalomon@google.com · 12 years ago
  54. 80e1459 add IRect variant of getBounds() by reed@google.com · 12 years ago
  55. 0beaba5 decal mode babystep by reed@google.com · 12 years ago
  56. f4a9c82 Split GrTextContext into baseclass and subclass by bsalomon@google.com · 12 years ago
  57. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  58. fb2d3c6 forward declare SkRect by reed@google.com · 12 years ago
  59. 86b2e43 add getBounds() helper by reed@google.com · 12 years ago
  60. c329641 update baseline by reed@google.com · 12 years ago
  61. 6983042 update baseline by reed@google.com · 12 years ago
  62. 0435f16 Close a couple of minor memory leaks, add a valgrind suppression file to by tomhudson@google.com · 12 years ago
  63. 6036149 Change vertex buffer size for draw buffer. Hopefully helps with some of the perf regression of r3382 on txt drawing. by bsalomon@google.com · 12 years ago
  64. b8ff633 Fix broken android build by djsollen@google.com · 12 years ago
  65. ff02960 Add CreateFallbackForScript to SkTypeface for Android. by djsollen@google.com · 12 years ago
  66. ae8ae3d Cleanup sample slide for drawTextOnPath by djsollen@google.com · 12 years ago
  67. 1a38d55 Perform degenerate check in device coords in convex path renderer by bsalomon@google.com · 12 years ago
  68. 0724f43 don't clamp the stopScale to 0 unless it originally exceeded the clip. This is by reed@google.com · 12 years ago
  69. 61f2f2c Rebaseline GMs from r3397 by bsalomon@google.com · 12 years ago
  70. 1971317 Allow compiler to optimize applying quadratic UV matrix to verts by bsalomon@google.com · 12 years ago
  71. 7816a4e Close an (incidental) memory leak in gmmain. by tomhudson@google.com · 12 years ago
  72. 601d312 Expand SkMatrix type mask from uint8 to uint32, aligning the struct by tomhudson@google.com · 12 years ago
  73. 49794c0 make commonBitmap un-virtual. That was a leftover from previous subclassing by reed@google.com · 12 years ago
  74. 6005aeb update test by reed@google.com · 12 years ago
  75. 0bc9aed add baselines by reed@google.com · 12 years ago
  76. 45d143d add baselines by reed@google.com · 12 years ago
  77. dc5f76d unittest for kUTF32_TextEncoding by reed@google.com · 12 years ago
  78. e5d7078 add baselines by reed@google.com · 12 years ago
  79. 6b2f7ea tweak gm bounds to better fit the content by reed@google.com · 12 years ago
  80. 68bc6f7 add kUTF32_TextEncoding by reed@google.com · 12 years ago
  81. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 12 years ago
  82. af2313e Disable overly heavy benchmark - 15x slower than any other benchmark by tomhudson@google.com · 12 years ago
  83. bb89cda This update fixes the problem with GLX failing to find a valid configuration on Linux laptops (Issue 513). by robertphillips@google.com · 12 years ago
  84. 71d59a4 Rebaselines from r3382 for bots that completed before bot reset. by bsalomon@google.com · 12 years ago
  85. fb4ce6f Batch path draws. by bsalomon@google.com · 12 years ago
  86. 77613a5 enable fractionalint (64bit) math in bitmap procs by reed@google.com · 12 years ago
  87. 9faea3a add baselines by reed@google.com · 12 years ago
  88. 05ebe1a add baselines by reed@google.com · 12 years ago
  89. 95df622 add baselines by reed@google.com · 12 years ago
  90. 602f227 need to pack the two values into a 32bit long by mike@reedtribe.org · 12 years ago
  91. 9f79ece add build option to revert hairline-clipping fix from 3366 by reed@google.com · 12 years ago
  92. f44f055 Rebaseline for r3374. by bungeman@google.com · 12 years ago
  93. 3aacb41 Use floats for mask table for accuracy. http://codereview.appspot.com/5783099/ by bungeman@google.com · 12 years ago
  94. 73d98aa Fix missing return statement by bsalomon@google.com · 12 years ago
  95. 9780538 Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx/idx request sizes by bsalomon@google.com · 12 years ago
  96. e3d7095 Change interface on GrDrawTarget to reserve vtx/idx space at same time by bsalomon@google.com · 12 years ago
  97. 470f07f promote floats to scalars for the fixed-point build by reed@google.com · 12 years ago
  98. c9fa63c don't draw in constructor (makes debugging harder) by reed@google.com · 12 years ago
  99. 7b18590 add init() method, so we don't draw in our constructor (makes debugging harder) by reed@google.com · 12 years ago
  100. 0a07265 add unittest for rev. 3366 -- clipping antihairlines by reed@google.com · 12 years ago