1. 5bdef29 GrContextFactory can now expose the GLContext it is using. by keyar@chromium.org · 12 years ago
  2. 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 12 years ago
  3. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  4. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  5. 50ccb0a Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
  6. 96cbd2c Revert "Add a method to atomic add." by scroggo@google.com · 12 years ago
  7. e3f84f3 Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
  8. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  9. d1dc920 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
  10. 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
  11. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  12. 30140a4 Enable typeface from stream test for Mac. by bungeman@google.com · 12 years ago
  13. 7b57892 ~glyphcache_globals needs to actually delete its cache by reed@google.com · 12 years ago
  14. a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 12 years ago
  15. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 12 years ago
  16. beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 12 years ago
  17. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 12 years ago
  18. 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 12 years ago
  19. 6093e65 dd DrawPathTest to gyp add regression tests for bug 533 by mike@reedtribe.org · 13 years ago
  20. 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
  21. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  22. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago
  23. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
  24. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  25. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 13 years ago
  26. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 13 years ago
  27. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  28. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 13 years ago
  29. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  30. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  31. c52b192 add unittest for sk_memset16 and sk_memset32 by mike@reedtribe.org · 13 years ago
  32. ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago
  33. 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
  34. afcb55c move ports into its own gyp file by caryclark@google.com · 13 years ago
  35. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  36. d230e3e add test for isFinite by reed@google.com · 13 years ago
  37. 37f3ae0 add unittest for save/restore by reed@google.com · 13 years ago
  38. 3d60812 don't quickReject bitmaps if there is a looper or other possible bounds-modifier by reed@google.com · 13 years ago
  39. beb7fe1 [PDF] Optimize W-array generation with respect to subsetted fonts and add test. by vandebo@chromium.org · 13 years ago
  40. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  41. c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
  42. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  43. 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
  44. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
  45. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  46. d92780b Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday. by bsalomon@google.com · 13 years ago
  47. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  48. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago
  49. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  50. 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago
  51. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  52. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  53. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  54. dcab3a1 Alternate approach to enabling PDF in gm (gyp changes) by epoger@google.com · 13 years ago
  55. fc1539a Experimental framework for fast quadratic subdivision density computation code. by tomhudson@google.com · 13 years ago
  56. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago
  57. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  58. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  59. 125002a update SkMatrix44 by reed@google.com · 13 years ago
  60. ccdbd2c create GYP files for these targets: tests, gm, skhello, skimage, skdiff by epoger@google.com · 13 years ago