1. ed881c2 add neon opts for matrix procs by reed@android.com · 15 years ago
  2. 113244f add tests for extractAlpha by reed@android.com · 15 years ago
  3. 19a89f2 add boolean tests and IF/ELSE/END by reed@android.com · 15 years ago
  4. f56e295 experimental hack to write a forth engine to drive skia by reed@android.com · 15 years ago
  5. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  6. b049eab update location of SkNWayCanvas.cpp by reed@android.com · 15 years ago
  7. afb055a update by reed@android.com · 15 years ago
  8. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  9. 83f7bc3 remove conditional build flag for mipmaps by reed@android.com · 15 years ago
  10. 7a99eb1 add shaderprocs for all-in-one special blits (matrix+sampler) by reed@android.com · 15 years ago
  11. 1c12abe fix gradients with alpha to convert to premul *after* the intermediate color by reed@android.com · 15 years ago
  12. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  13. 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
  14. 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
  15. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  16. ad687ce add sample for mipmaps by reed@android.com · 15 years ago
  17. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  18. b34086a add experimental state tracker for opengl by reed@android.com · 15 years ago
  19. 199f108 only call SkDevice::gainFocus() if we're actually drawing to a different device. by reed@android.com · 15 years ago
  20. 829c83c fix odd-pixel bug in mipmap downsamplers (thanks brett) by reed@android.com · 15 years ago
  21. bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 15 years ago
  22. ec3d6e5 update for cache updates by reed@android.com · 15 years ago
  23. 9b46e77 fix dumpcanvas to recurse on pictures and shapes by reed@android.com · 15 years ago
  24. 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 15 years ago
  25. daa200e add unimpl macro to help track bugs by reed@android.com · 15 years ago
  26. 24cfaa7 update includes for android for gl backend by reed@android.com · 15 years ago
  27. 44a6312 call notifyPixelsChanged() when the pages are flipped in pageflippixelref by reed@android.com · 15 years ago
  28. 25fc5b9 update SDL port to support OpenGL by reed@android.com · 15 years ago
  29. aa5a7db move shapes subclasses into effects by reed@android.com · 15 years ago
  30. c3a8c5f create offscreen surface so we can set its RGB ordering to match our internals by reed@android.com · 15 years ago
  31. 437f35e make include search paths relative by reed@android.com · 15 years ago
  32. 366ebeb update relative paths for sample code by reed@android.com · 15 years ago
  33. 2312091 add actual sdl project file by reed@android.com · 15 years ago
  34. b9af1ae add sampleapp_sdl by reed@android.com · 15 years ago
  35. 671cd65 add SDL support by reed@android.com · 15 years ago
  36. 149e2f6 add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our by reed@android.com · 15 years ago
  37. ba974cc add sample effects by reed@android.com · 15 years ago
  38. f76bacf add SkSize for dimensions by reed@android.com · 15 years ago
  39. 311c82d fix copyTo to only copy the minimum pixels per row, and to lock the src before by reed@android.com · 15 years ago
  40. add8808 update for config/ directory by reed@android.com · 15 years ago
  41. d6638e6 add Table apis to SkFontHost need to implement in _win backend by reed@android.com · 15 years ago
  42. 9c97045 import portability fixes from Chrome around floats by reed@android.com · 15 years ago
  43. a3c0588 add sample for gradients by reed@android.com · 15 years ago
  44. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  45. aefd2bc Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller wants to treat the allocats like temp memory (see PictureRecord) by reed@android.com · 15 years ago
  46. 3eab80c rename drawable to drawing for now, so we don't collide with animator by reed@android.com · 15 years ago
  47. 8898363 add check/hack to avoid drawing outside of the clip for hairlines by reed@android.com · 15 years ago
  48. ae64551 check-point for drawables (experimental) by reed@android.com · 15 years ago
  49. 49f0ff2 promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect by reed@android.com · 15 years ago
  50. 330578d mac fonts sort of work now by reed@android.com · 15 years ago
  51. d66efc2 add test for different srcover implementations by reed@android.com · 16 years ago
  52. c07d23a Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking them by reed@android.com · 16 years ago
  53. fc25abd fix warnings by reed@android.com · 16 years ago
  54. 5c80ea1 first pass at clean up of the 3 config files by reed@android.com · 16 years ago
  55. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  56. bd700c3 add benchmark framework by reed@android.com · 16 years ago
  57. da342a8 update more sample code to new compose shader header by reed@android.com · 16 years ago
  58. 0767e47 add CG imagedecoder (still needs encoding) by reed@android.com · 16 years ago
  59. 76aa34b add text to hostapp sample rename duplicate of SkSVGPath.cpp by reed@android.com · 16 years ago
  60. 03ca3d1 move CreateTypefaceFromFile into fonthost porting layer, so we don't force a given port to have mmap access. by reed@android.com · 16 years ago
  61. 2b26cac downgrade project files to 10.4 so more clients can use them by reed@android.com · 16 years ago
  62. 0680d6c use native mac fonthost add 444 and (fake) 565 support in cg by reed@android.com · 16 years ago
  63. aaeab42 forgot these by reed@android.com · 16 years ago
  64. 3d85e7a forgot this file by reed@android.com · 16 years ago
  65. 64ad966 add sampeapp proj by reed@android.com · 16 years ago
  66. 6efdc47 first cut at event-based test app by reed@android.com · 16 years ago
  67. 647254a fixed debug build include directories by cary@android.com · 16 years ago
  68. 0d55f1e move cg utils out of xcode and into src/include by reed@android.com · 16 years ago
  69. 8b92315 forgot these for app by reed@android.com · 16 years ago
  70. 758b129 draft test app to show skia in a window by reed@android.com · 16 years ago
  71. 9fb1731 move core files into core (were in images, but are required for core library) by reed@android.com · 16 years ago
  72. 8a1c16f grab from latest android by reed@android.com · 16 years ago