1. f86ab84 cleanup font purging functions by caryclark@google.com · 13 years ago
  2. b052129 Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap by junov@chromium.org · 13 years ago
  3. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  4. 7c20293 add canvas::isDrawingToLayer(), as a fast query for chrome; faster than by reed@google.com · 13 years ago
  5. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  6. 1e266f8 Remove GrDrawState::setSampler, use direct access to sampler by bsalomon@google.com · 13 years ago
  7. 1fadb20 Remove static initiazled gClampNearest in gpu backend by bsalomon@google.com · 13 years ago
  8. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  9. 59204b4 Closing fd for mmap after mapping succeeds. by djsollen@google.com · 13 years ago
  10. 07dd2bf Add support for GL_ANGLE_texture_usage by bsalomon@google.com · 13 years ago
  11. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  12. 982cb87 add SK_OVERRIDE, move subclass impls of virtuals into .cpp by reed@google.com · 13 years ago
  13. 7716afb add SK_OVERRIDEs by reed@google.com · 13 years ago
  14. 75d939b add SK_OVERRIDEs, move impl of virtuals into .cpp by reed@google.com · 13 years ago
  15. 59ccef6 add more SK_OVERRIDEs update dox for SkEmptyShader by reed@google.com · 13 years ago
  16. 43d7484 don't specify default parameter values when overriding a method by reed@google.com · 13 years ago
  17. 5ae777d rename sk_float_isNaN to sk_float_isnan to match related functions by reed@google.com · 13 years ago
  18. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  19. 9791291 Prep for GrDrawState as a class Part 2 by bsalomon@google.com · 13 years ago
  20. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  21. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  22. c2f8e9a make _isnan windows specific by reed@google.com · 13 years ago
  23. 61873a5 add sk_float_isfinite to mask platform differences by reed@google.com · 13 years ago
  24. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  25. a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
  26. f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
  27. 05fffdc Doxygen configuration file, documentation and minor cleanup on blitters. by tomhudson@google.com · 13 years ago
  28. b44cd65 Fix Paint == comparison on Android. by djsollen@google.com · 13 years ago
  29. eedef25 Remove suffixes from SK_wGL macros by bsalomon@google.com · 13 years ago
  30. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 13 years ago
  31. 06711bd Move SkGLCanvas.h to obsolete, delete from gyp by bsalomon@google.com · 13 years ago
  32. ea6805d add 2nd _ to __OpenBSD_ by reed@google.com · 13 years ago
  33. 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 13 years ago
  34. d80a509 replacing Gr* with Sk* in SkTArray.h by junov@chromium.org · 13 years ago
  35. 3138d36 Add more Unix platforms on which Skia for Chromium has been built, by reed@google.com · 13 years ago
  36. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  37. 1271d78 add bytes() to SkTDArray, which returns the number of bytes in the array, by reed@google.com · 13 years ago
  38. 01224d5 Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see by tomhudson@google.com · 13 years ago
  39. c9d9337 define SK_OVERRIDE based on windows compiler, not windows platform (for mingw) by reed@google.com · 13 years ago
  40. b1277c9 Fix mac debug asserts by bsalomon@google.com · 13 years ago
  41. 6a2134e Fix build by bsalomon@google.com · 13 years ago
  42. 0442380 Add hints for static analysis about when we intend to crash by bsalomon@google.com · 13 years ago
  43. 4ee8aea fix mac warnings http://codereview.appspot.com/5431053/ by caryclark@google.com · 13 years ago
  44. 259210c add SK_OVERRIDE by mike@reedtribe.org · 13 years ago
  45. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
  46. 1f6b4ae remove GetGammaFlag from SkFontHost prep for retooling of gamma support by reed@google.com · 13 years ago
  47. 54c782c add SetFlags for command line control http://codereview.appspot.com/5416047/ by caryclark@google.com · 13 years ago
  48. f788feb use a define for the shift amount for the hinting bits by reed@google.com · 13 years ago
  49. b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 13 years ago
  50. 8426058 ensure we never change the text_encoding of the master paint, since it is used by reed@google.com · 13 years ago
  51. 8ef3fd0 Add support for GL_CHROMIUM_flipy by bsalomon@google.com · 13 years ago
  52. bc4b654 assert that resources used with ctx are owned by the ctx by bsalomon@google.com · 13 years ago
  53. a85449d Resubmit 2717 w/ fix workaround OS X GL bug. by bsalomon@google.com · 13 years ago
  54. 484be2b Revert 2717 by bsalomon@google.com · 13 years ago
  55. 5c56e34 Recommit r2714 with clip fix by bsalomon@google.com · 13 years ago
  56. e1d3127 Revert 2714 for debugging of test failure by bsalomon@google.com · 13 years ago
  57. 598a1ff Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate texture on ANGLE by bsalomon@google.com · 13 years ago
  58. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  59. d54c857 remove obsolete SK_USE_RUNTIME_GLOBALS by reed@google.com · 13 years ago
  60. e303fcf add SkXfermode::IsMode() and use that in SkDevice by mike@reedtribe.org · 13 years ago
  61. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
  62. 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
  63. 39698b1 Add paging support for handle based typefaces. by bungeman@google.com · 13 years ago
  64. f7b5c1e Add getContext to GrResouce by bsalomon@google.com · 13 years ago
  65. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 13 years ago
  66. f64b1a2 Remove GL functions only used in fixed pipe by bsalomon@google.com · 13 years ago
  67. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  68. f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
  69. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 13 years ago
  70. ae0fb05 Add default param to SkDevice::writePixels b/c WK is relying on old signature. (Function will be made protected once WK calls the Canvas version) by bsalomon@google.com · 13 years ago
  71. 0ba52fc Filter out draws to non-PMA configs that won't blend correctly by bsalomon@google.com · 13 years ago
  72. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  73. 44da42e have paint's measure calls respect vertical by reed@google.com · 13 years ago
  74. e7160bf Fix convert to bool warning in VS http://codereview.appspot.com/5371051/ by bsalomon@google.com · 13 years ago
  75. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  76. 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 13 years ago
  77. 62b0968 Speed up GrDrawState handling. by tomhudson@google.com · 13 years ago
  78. 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago
  79. 073c907 use new PurgeFontCache() api by reed@google.com · 13 years ago
  80. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 13 years ago
  81. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  82. 6245ab7 fix prev. change for __OpenBSD__ by reed@google.com · 13 years ago
  83. 36645d2 Remove old and GL-specific defines from GrUserConfig.h comments by bsalomon@google.com · 13 years ago
  84. 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago
  85. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  86. 85b505b Add support for GL_ARB_texture_swizzle by bsalomon@google.com · 13 years ago
  87. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  88. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  89. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  90. 64c4fe4 More removal of texture fUploadByteCount and rename fFormat to fConfig for consistency. by bsalomon@google.com · 13 years ago
  91. 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
  92. 15356a6 experimental -- add SkImageFilter to paint. Not called yet. by reed@google.com · 13 years ago
  93. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  94. daba14b Line-endings only change (some windows line-endings snuck in) by bsalomon@google.com · 13 years ago
  95. 910267d Make SkDevice::onReadPixels take a const& rather than const* by bsalomon@google.com · 13 years ago
  96. 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
  97. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  98. 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
  99. cad8176 remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block) by reed@google.com · 13 years ago
  100. 210ce00 add getDeviceSize() so callers won't need to call getDevice() so much by reed@google.com · 13 years ago