1. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  2. 7288c49 Fix a warning in libtess in Release builds; define NDEBUG in Release on all by senorblanco@chromium.org · 13 years ago
  3. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  4. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  5. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  6. 9f169a4 Add gyp variable to disable OSAA by bsalomon@google.com · 13 years ago
  7. 150d284 Add code path to SW rasterize paths and upload as a mask texture by bsalomon@google.com · 13 years ago
  8. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  9. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  10. 70ccffe Android: disable static global initializers by digit@google.com · 13 years ago
  11. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  12. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  13. c52b192 add unittest for sk_memset16 and sk_memset32 by mike@reedtribe.org · 13 years ago
  14. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  15. a0b0c12 Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enable by senorblanco@chromium.org · 13 years ago
  16. b369bce Disable colormatrix GM test, since it's failing on win32 float release. by senorblanco@chromium.org · 13 years ago
  17. 5cf448f Build fix. Forgot to update gyp. by schenney@chromium.org · 13 years ago
  18. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  19. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  20. 5fbb4dc support vertical text and typeface-by-name on Leopard by caryclark@google.com · 13 years ago
  21. ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago
  22. 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
  23. ef279d3 New gm to test anti-aliased clipping. by tomhudson@google.com · 13 years ago
  24. 5b2d8b7 Disable colorfilter GM for now, since it causes Debug Fixed builds to assert. by senorblanco@chromium.org · 13 years ago
  25. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  26. ae814c7 A software implementation of the Gaussian blur filter, using 3 box blurs. Also by senorblanco@chromium.org · 13 years ago
  27. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  28. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  29. 62b24b1 Fix android build and cleanup references to SkMMapStream by djsollen@google.com · 13 years ago
  30. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  31. afcb55c move ports into its own gyp file by caryclark@google.com · 13 years ago
  32. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  33. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  34. 086e535 Make GrGLShaderVar objects aware of whether they are uniform, varying, or by tomhudson@google.com · 13 years ago
  35. d230e3e add test for isFinite by reed@google.com · 13 years ago
  36. 44360bc Changes to the android gyp system to build without RTTI and exceptions. by djsollen@google.com · 13 years ago
  37. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  38. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 13 years ago
  39. 06711bd9 Move SkGLCanvas.h to obsolete, delete from gyp by bsalomon@google.com · 13 years ago
  40. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  41. e805535 add test for shader text w/ and w/o lcd (and w/ and w/o opaque) by reed@google.com · 13 years ago
  42. 37f3ae0 add unittest for save/restore by reed@google.com · 13 years ago
  43. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  44. 897e66c Add windowscodecs.lib to images.gyp by bsalomon@google.com · 13 years ago
  45. 3d60812 don't quickReject bitmaps if there is a looper or other possible bounds-modifier by reed@google.com · 13 years ago
  46. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  47. 0069aa5 add commented line to try to add additional warnings by reed@google.com · 13 years ago
  48. 39698b1 Add paging support for handle based typefaces. by bungeman@google.com · 13 years ago
  49. cc58651 add bench for shader+blitMask by reed@google.com · 13 years ago
  50. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  51. 410e9dc New SkMutex benchmark - used when we suspected mutex performance issues; by tomhudson@google.com · 13 years ago
  52. beb7fe1 [PDF] Optimize W-array generation with respect to subsetted fonts and add test. by vandebo@chromium.org · 13 years ago
  53. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  54. 14debba add test gm for vertical text by reed@google.com · 13 years ago
  55. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  56. b76b34e add initial gyp to build freetype lib (problems with cflags not showing up in xcode) by reed@google.com · 13 years ago
  57. 5a412e5 Build fix; unreviewed. by senorblanco@chromium.org · 13 years ago
  58. 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago
  59. 318cf92 Cleanup for the Android build. by djsollen@google.com · 13 years ago
  60. 24babf4 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  61. 6ff8255 Add support for building Android SampleApp. by djsollen@google.com · 13 years ago
  62. 85b505b Add support for GL_ARB_texture_swizzle by bsalomon@google.com · 13 years ago
  63. ce1d9e2 Back out fontscaler gm, as it seems to show up a gpu issue. by bungeman@google.com · 13 years ago
  64. 0f0c288 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  65. fad4510 Move the Android sample app into the android repo. by djsollen@google.com · 13 years ago
  66. 3839ca1 Update the Skia gyp files to use the external android sources. by djsollen@google.com · 13 years ago
  67. 51c2fa7 Fix for missing file from previous CL that broke the build. by djsollen@google.com · 13 years ago
  68. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  69. 6e5a45c add bench for building the font cache by reed@google.com · 13 years ago
  70. 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
  71. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  72. 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
  73. 57c4957 add bench for building aaclips by reed@google.com · 13 years ago
  74. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  75. 05d63ae add initial bench for drawVertices by reed@google.com · 13 years ago
  76. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  77. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 13 years ago
  78. 71dd3e0 New benchmark for blitRect based on call frequency observed while scrolling by tomhudson@google.com · 13 years ago
  79. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
  80. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  81. 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
  82. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  83. ffa11bb Move a bunch of headers from include/gpu to src/gpu. Delete some unused files. by bsalomon@google.com · 13 years ago
  84. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  85. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  86. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
  87. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago
  88. 4d5cb45 Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile against 10.5 if needed by bsalomon@google.com · 13 years ago
  89. c2188cf add SkRasterClip by reed@google.com · 13 years ago
  90. bb3f4a8 Bug fixes: by suyang1 · 13 years ago
  91. 719fd04 add SkAAClip.cpp by reed@google.com · 13 years ago
  92. 3bcf8d3 add sample for clipping by reed@google.com · 13 years ago
  93. e05cc8e explicitly set opt level for mac-release delete obsolete FPS bench by reed@google.com · 13 years ago
  94. 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
  95. 0f1541f Mac does not like empty projects. by bungeman@google.com · 13 years ago
  96. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  97. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
  98. a30bc82 Remove nonexistant header from gyp file by bsalomon@google.com · 13 years ago
  99. 7deaa3b Update common_conditions to make sure there is a slash in VS2008. by bungeman@google.com · 13 years ago
  100. 983297e Roll gyp and add librarian settings (now supported). by bungeman@google.com · 13 years ago