1. 438aadd add SkMetaData by reed@google.com · 14 years ago
  2. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
  3. 52f57e1 add fling by reed@google.com · 14 years ago
  4. c919200 Add new pdf files to SampleApp xcode proj by bsalomon@google.com · 14 years ago
  5. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 14 years ago
  6. 0fdaa22 Add shaded text sample and gm test. by bsalomon@google.com · 14 years ago
  7. 5782d71 Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context. by bsalomon@google.com · 14 years ago
  8. 72cf492 fix build for scalar==fixed by reed@google.com · 14 years ago
  9. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  10. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago
  11. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  12. 8d84fac Refactor SkCanvas so that backends don't need to override it. by vandebo@chromium.org · 14 years ago
  13. cb34235 fix matrix use in coretext fonthost update gm images to new baseline by reed@android.com · 14 years ago
  14. 562ea92 use statictextviews to display coordinates in unitmapper by reed@android.com · 15 years ago
  15. 9c28525 remove -lfreetype for now by reed@android.com · 15 years ago
  16. e83b532 update with agl by reed@android.com · 15 years ago
  17. e0f13ee default to not showing the (slow) overview slide: hit DELETE to invoke by reed@android.com · 15 years ago
  18. 34245c7 add OVerView slide to samplecode by reed@android.com · 15 years ago
  19. 471403d change projects to just run with curren-os sdk, in prep for snow-lepard by reed@android.com · 15 years ago
  20. e3839f8 require expat to use with animator by reed@android.com · 15 years ago
  21. c4cae85 add BlitRow procs for 32->32, to allow for neon and other optimizations. by reed@android.com · 15 years ago
  22. ed881c2 add neon opts for matrix procs by reed@android.com · 15 years ago
  23. 113244f add tests for extractAlpha by reed@android.com · 15 years ago
  24. 19a89f2 add boolean tests and IF/ELSE/END by reed@android.com · 15 years ago
  25. f56e295 experimental hack to write a forth engine to drive skia by reed@android.com · 15 years ago
  26. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  27. 7a99eb1 add shaderprocs for all-in-one special blits (matrix+sampler) by reed@android.com · 15 years ago
  28. 1c12abe fix gradients with alpha to convert to premul *after* the intermediate color by reed@android.com · 15 years ago
  29. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  30. 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
  31. 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
  32. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  33. ad687ce add sample for mipmaps by reed@android.com · 15 years ago
  34. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  35. bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 15 years ago
  36. 9b46e77 fix dumpcanvas to recurse on pictures and shapes by reed@android.com · 15 years ago
  37. 24cfaa7 update includes for android for gl backend by reed@android.com · 16 years ago
  38. aa5a7db move shapes subclasses into effects by reed@android.com · 16 years ago
  39. 671cd65 add SDL support by reed@android.com · 16 years ago
  40. 149e2f6 add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our by reed@android.com · 16 years ago
  41. ba974cc add sample effects by reed@android.com · 16 years ago
  42. f76bacf add SkSize for dimensions by reed@android.com · 16 years ago
  43. 311c82d fix copyTo to only copy the minimum pixels per row, and to lock the src before by reed@android.com · 16 years ago
  44. d6638e6 add Table apis to SkFontHost need to implement in _win backend by reed@android.com · 16 years ago
  45. a3c0588 add sample for gradients by reed@android.com · 16 years ago
  46. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 16 years ago
  47. 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 · 16 years ago
  48. 3eab80c rename drawable to drawing for now, so we don't collide with animator by reed@android.com · 16 years ago
  49. 8898363 add check/hack to avoid drawing outside of the clip for hairlines by reed@android.com · 16 years ago
  50. ae64551 check-point for drawables (experimental) by reed@android.com · 16 years ago
  51. 49f0ff2 promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect by reed@android.com · 16 years ago
  52. 330578d mac fonts sort of work now by reed@android.com · 16 years ago
  53. c07d23a Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking them 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. bd700c3 add benchmark framework by reed@android.com · 16 years ago
  56. da342a8 update more sample code to new compose shader header by reed@android.com · 16 years ago
  57. 0767e47 add CG imagedecoder (still needs encoding) by reed@android.com · 16 years ago
  58. 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
  59. 2b26cac downgrade project files to 10.4 so more clients can use them by reed@android.com · 16 years ago
  60. 0680d6c use native mac fonthost add 444 and (fake) 565 support in cg by reed@android.com · 16 years ago
  61. aaeab42 forgot these by reed@android.com · 16 years ago
  62. 3d85e7a forgot this file by reed@android.com · 16 years ago
  63. 64ad966 add sampeapp proj by reed@android.com · 16 years ago