1. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
  2. c1c5b15 add include/core to header path for release build by reed@google.com · 13 years ago
  3. fc29629 Replace GrStringBuilder with SkString. First step in cleaning up the shader generator. Slight performance hit when creating a new shader (<10% of total shader gen time on my Windows box is spent in building our string before handing it to GL). Much of this can be recovered by better usage pattern of SkString in coming revisions. by bsalomon@google.com · 13 years ago
  4. cbbc21c update for glshaders-not-2 by reed@google.com · 13 years ago
  5. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 13 years ago
  6. 5eb158d use SkClampRange to speedup clamp iterators speeds up linear gradients 4x by reed@google.com · 13 years ago
  7. 3eb2914 Add GrTexture.cpp to legacy project files by bsalomon@google.com · 13 years ago
  8. f987d1b Remove dependence on platform GL headers. Remove code that attempts to infer GL function pointers on various platforms. Instead add platform-specific implementations for Windows and Mac. (GLX coming) by bsalomon@google.com · 13 years ago
  9. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 13 years ago
  10. 438aadd add SkMetaData by reed@google.com · 13 years ago
  11. 11f0b51 Fix ref leak on GrGpu. by bsalomon@google.com · 13 years ago
  12. dfe75bc Add way to determine at link time what path renderer will be used. by bsalomon@google.com · 13 years ago
  13. 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 13 years ago
  14. 0f31ca7 by twiz@google.com · 13 years ago
  15. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 13 years ago
  16. 52f57e1 add fling by reed@google.com · 13 years ago
  17. 59a190b by twiz@google.com · 13 years ago
  18. eb3828e Remove deleted GrApi.h from gpu xcode project by bsalomon@google.com · 13 years ago
  19. c919200 Add new pdf files to SampleApp xcode proj by bsalomon@google.com · 13 years ago
  20. 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 · 13 years ago
  21. 77f0c8b remove SkRefCnt.cpp by reed@google.com · 14 years ago
  22. ffca400 Make a separate path renderer object. Move enum types to GrTypes.h by bsalomon@google.com · 14 years ago
  23. 5c3d147 add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that by reed@google.com · 14 years ago
  24. 6034c50 by bsalomon@google.com · 14 years ago
  25. 11a5ff3 use new high-quality blur in samples by reed@google.com · 14 years ago
  26. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  27. 1c13c96 Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer both GrBufferAllocPool to manage reserved and set-to-array vertex and index data. by bsalomon@google.com · 14 years ago
  28. c93a17f fix mac build (don't need typedef struct foo foo) by reed@google.com · 14 years ago
  29. 3636ed5 embed a refdict inside SkDevice udate unittests to test refdict's destructor by reed@google.com · 14 years ago
  30. 0fdaa22 Add shaded text sample and gm test. by bsalomon@google.com · 14 years ago
  31. 324f1bb fix release build by reed@google.com · 14 years ago
  32. 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
  33. 42ab7ea Cleanup including of GL headers and provide way to include custom headers, extension getter. by bsalomon@google.com · 14 years ago
  34. 6bc2f5d add SSE2 opt files to xcode by reed@google.com · 14 years ago
  35. 72cf492 fix build for scalar==fixed by reed@google.com · 14 years ago
  36. e9557f9 Fix bug where createTexture may bind a texture to GL without ever updating fHWState.fTexture (when texture is not bound to FBO). by bsalomon@google.com · 14 years ago
  37. dc731fd merge in gpu changes to gradientshaders by reed@google.com · 14 years ago
  38. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  39. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago
  40. 1f08698 add SkFlate.cpp by reed@google.com · 14 years ago
  41. eca4836 add by reed@android.com · 14 years ago
  42. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  43. 8d84fac Refactor SkCanvas so that backends don't need to override it. by vandebo@chromium.org · 14 years ago
  44. 49099b2 move SkMallocPixelRef into its own .cpp file, rather than embedding it by reed@android.com · 14 years ago
  45. cb34235 fix matrix use in coretext fonthost update gm images to new baseline by reed@android.com · 14 years ago
  46. 562ea92 use statictextviews to display coordinates in unitmapper by reed@android.com · 15 years ago
  47. 9c28525 remove -lfreetype for now by reed@android.com · 15 years ago
  48. e83b532 update with agl by reed@android.com · 15 years ago
  49. ca80a64 add impl for memset32 by reed@android.com · 15 years ago
  50. 909994f new scanconversion technique by reed@android.com · 15 years ago
  51. e0f13ee default to not showing the (slow) overview slide: hit DELETE to invoke by reed@android.com · 15 years ago
  52. 34245c7 add OVerView slide to samplecode by reed@android.com · 15 years ago
  53. 471403d change projects to just run with curren-os sdk, in prep for snow-lepard by reed@android.com · 15 years ago
  54. e3839f8 require expat to use with animator by reed@android.com · 15 years ago
  55. fb32294 add xcode project by reed@android.com · 15 years ago
  56. c4cae85 add BlitRow procs for 32->32, to allow for neon and other optimizations. by reed@android.com · 15 years ago
  57. ed881c2 add neon opts for matrix procs by reed@android.com · 15 years ago
  58. 113244f add tests for extractAlpha by reed@android.com · 15 years ago
  59. 19a89f2 add boolean tests and IF/ELSE/END by reed@android.com · 15 years ago
  60. f56e295 experimental hack to write a forth engine to drive skia by reed@android.com · 15 years ago
  61. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  62. b049eab update location of SkNWayCanvas.cpp by reed@android.com · 15 years ago
  63. afb055a update by reed@android.com · 15 years ago
  64. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  65. 83f7bc3 remove conditional build flag for mipmaps by reed@android.com · 15 years ago
  66. 7a99eb1 add shaderprocs for all-in-one special blits (matrix+sampler) by reed@android.com · 15 years ago
  67. 1c12abe fix gradients with alpha to convert to premul *after* the intermediate color by reed@android.com · 15 years ago
  68. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  69. 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
  70. 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
  71. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  72. ad687ce add sample for mipmaps by reed@android.com · 15 years ago
  73. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  74. b34086a add experimental state tracker for opengl by reed@android.com · 15 years ago
  75. 199f108 only call SkDevice::gainFocus() if we're actually drawing to a different device. by reed@android.com · 15 years ago
  76. 829c83c fix odd-pixel bug in mipmap downsamplers (thanks brett) by reed@android.com · 15 years ago
  77. bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 15 years ago
  78. ec3d6e5 update for cache updates by reed@android.com · 15 years ago
  79. 9b46e77 fix dumpcanvas to recurse on pictures and shapes by reed@android.com · 15 years ago
  80. 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 15 years ago
  81. daa200e add unimpl macro to help track bugs by reed@android.com · 15 years ago
  82. 24cfaa7 update includes for android for gl backend by reed@android.com · 15 years ago
  83. 44a6312 call notifyPixelsChanged() when the pages are flipped in pageflippixelref by reed@android.com · 15 years ago
  84. 25fc5b9 update SDL port to support OpenGL by reed@android.com · 15 years ago
  85. aa5a7db move shapes subclasses into effects by reed@android.com · 15 years ago
  86. c3a8c5f create offscreen surface so we can set its RGB ordering to match our internals by reed@android.com · 15 years ago
  87. 437f35e make include search paths relative by reed@android.com · 15 years ago
  88. 366ebeb update relative paths for sample code by reed@android.com · 15 years ago
  89. 2312091 add actual sdl project file by reed@android.com · 15 years ago
  90. b9af1ae add sampleapp_sdl by reed@android.com · 15 years ago
  91. 671cd65 add SDL support by reed@android.com · 15 years ago
  92. 149e2f6 add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our by reed@android.com · 15 years ago
  93. ba974cc add sample effects by reed@android.com · 15 years ago
  94. f76bacf add SkSize for dimensions by reed@android.com · 15 years ago
  95. 311c82d fix copyTo to only copy the minimum pixels per row, and to lock the src before by reed@android.com · 15 years ago
  96. add8808 update for config/ directory by reed@android.com · 15 years ago
  97. d6638e6 add Table apis to SkFontHost need to implement in _win backend by reed@android.com · 15 years ago
  98. 9c97045 import portability fixes from Chrome around floats by reed@android.com · 15 years ago
  99. a3c0588 add sample for gradients by reed@android.com · 15 years ago
  100. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago