1. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 14 years ago
  2. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 14 years ago
  3. b4490c7 Minor fixes for SampleApp. by Scroggo · 14 years ago
  4. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 14 years ago
  5. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 14 years ago
  6. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 14 years ago
  7. 5a23424 Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/ by Scroggo · 14 years ago
  8. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 14 years ago
  9. 8260a89 move into utils by reed@google.com · 14 years ago
  10. aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 14 years ago
  11. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 14 years ago
  12. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 14 years ago
  13. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 14 years ago
  14. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 14 years ago
  15. 08270cb remove reference to fContext by reed@google.com · 14 years ago
  16. 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 14 years ago
  17. 92e0f22 Edge antialiasing for convex shapes in Ganesh by senorblanco@chromium.org · 14 years ago
  18. 205ddd7 Disable MSAA in SkOsWindow on mac and windows by bsalomon@google.com · 14 years ago
  19. 2dbd044 Minor fixes to get SampleApp's OpenGL path not to crash on Linux. Initialize by senorblanco@chromium.org · 14 years ago
  20. 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 14 years ago
  21. 68ac0df code style by mike@reedtribe.org · 14 years ago
  22. 95bae39 move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on all by reed@google.com · 14 years ago
  23. 91408cc fix warnings code style by reed@google.com · 14 years ago
  24. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 14 years ago
  25. f5848e4 Fix wrong class name used when unregistering class for dummy window in SkOsWindow_win.cpp by bsalomon@google.com · 14 years ago
  26. 0f185c2 Move zoomer into SampleApp by Scroggo · 14 years ago
  27. 08526c0 Add a 'fatbits' mode to unix sample app. by scroggo · 14 years ago
  28. b66365f Updates to the unix sample app. by scroggo · 14 years ago
  29. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
  30. b52bb9b Remove dependence on glew for creating SkOSWindow_Win's GL ctx. by bsalomon@google.com · 14 years ago
  31. b7e9aee Add a sample application that runs on unix. by scroggo · 15 years ago
  32. cd9d69b Upstreaming changes from android. by djsollen@google.com · 15 years ago
  33. 5ba2d5b Fix warnings of SkScalar -> int conversions, by using SkScalarRound() by reed@google.com · 15 years ago
  34. 498a623 Remove offscreen GL support from SampleApp and SkOSWindow. This never worked anywhere but Mac and it doesn't work there anymore. by bsalomon@google.com · 15 years ago
  35. bf4338c Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpath uninit warnings by bsalomon@google.com · 15 years ago
  36. 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 · 15 years ago
  37. ea282db fix warnings from windows by reed@google.com · 15 years ago
  38. a09368c fix bool bug so we can multisample now by reed@google.com · 15 years ago
  39. 57f4969 merge from android tree: by djsollen@google.com · 15 years ago
  40. 3f0260d Cleanup issues related to SkBitmap getSize()/extractSubset(). by wjmaclean@chromium.org · 15 years ago
  41. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 15 years ago
  42. 18908aa When we create the GL context and FBO on mac for the GM test also setup the viewport and clear the stencil. by bsalomon@google.com · 15 years ago
  43. c921843 fixes for some warnings: by reed@google.com · 15 years ago
  44. 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 · 15 years ago
  45. 2e7b43d Remove notion of default rendertarget. This doesn't map well to usage patterns outside sample app. Make binding between SkGpuDevice and a GrRenderTarget more explicit. Create method on GrContext to wrap the current target in the 3D API with a GrRenderTarget. by bsalomon@google.com · 15 years ago
  46. 2fbc7fa Make SampleApp build on Win32 (still requires glew, this needs to be fixed) by bsalomon@google.com · 15 years ago
  47. c280d11 revert to DeviceRGB colorspace by default, which was changed accidentially by reed@google.com · 15 years ago
  48. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 15 years ago
  49. 62f4659 rev. 637 changed the settings for premultiplied on the info parameter. This by reed@google.com · 15 years ago
  50. 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 15 years ago
  51. 37df17d fix build for linux by reed@google.com · 15 years ago
  52. eeeb5a0 silence some of our startup spew by reed@google.com · 15 years ago
  53. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 15 years ago
  54. 5b9cfd4 Fixing results of incorrect conflict resolution in r646. by wjmaclean@chromium.org · 15 years ago
  55. 0845470 Fixed tab character. by wjmaclean@chromium.org · 15 years ago
  56. 0bde180 Security fixes re getSize(). by wjmaclean@chromium.org · 15 years ago
  57. f2b98d6 merge with changes for GPU backend by reed@android.com · 15 years ago
  58. 0afaf9b Fix precedence error. by agl@chromium.org · 15 years ago
  59. 573a42d fix paraens to avoid warnings by reed@android.com · 15 years ago
  60. 8381e00 add inherit-from-root-transform flag (for fixed-positioning) by reed@android.com · 15 years ago
  61. 940584d don't abort drawing based on layer size by reed@android.com · 16 years ago
  62. 745bfbd add localToGlobal and parents by reed@android.com · 16 years ago
  63. 2bd703b add DEBUG_LAYER_BOUNDS option to show layer bounds by reed@android.com · 16 years ago
  64. da6fb32 more layers extracted from webkit by reed@android.com · 16 years ago
  65. 81dc331 update layers by reed@android.com · 16 years ago
  66. 86d4008 add layers by reed@android.com · 16 years ago
  67. e191b16 update windows port by reed@android.com · 16 years ago
  68. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 16 years ago
  69. 1d15d37 fix rotation around 2nd axis by reed@android.com · 16 years ago
  70. 161b00b add SkEvalCubicInterval by reed@android.com · 16 years ago
  71. a563162 move boundarypatch into utils by reed@android.com · 16 years ago
  72. 2ee7c64 update on boundary patches by reed@android.com · 16 years ago
  73. 879a252 remove check for filtering. Now if the src is opaque, the filtered result by reed@android.com · 16 years ago
  74. 800046e fix new warnings from gcc 4.2 by reed@android.com · 16 years ago
  75. f2afb67 fix base linux build, adding freetype support by reed@android.com · 16 years ago
  76. a8cf0aa use real strtof and snprintf to parse and dump floats by reed@android.com · 16 years ago
  77. a03a701 return noErr in clickhandler, so we can get mousemoved events by reed@android.com · 16 years ago
  78. cf45bf8 update make for nwaycanvas remove obsolete opts_neon dir by reed@android.com · 16 years ago
  79. 29348cb add -forceFilter to bench tool move some utils out of effects/ by reed@android.com · 16 years ago
  80. 32a4249 make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit. by reed@android.com · 16 years ago
  81. 40443b2 fix (aaaargh) white-space by reed@android.com · 16 years ago
  82. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 16 years ago
  83. a545a55 fix config check to include SkColorPriv.h so we don't get the warning w/o need by reed@android.com · 16 years ago
  84. 8ede492 merge in change from chrome to detect when the byte order for 8888 requires by reed@android.com · 16 years ago
  85. bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 16 years ago
  86. 9b46e77 fix dumpcanvas to recurse on pictures and shapes by reed@android.com · 16 years ago
  87. 9e0c2fc fix break in setConfig() where we always reset the bitmap by reed@android.com · 16 years ago
  88. 25fc5b9 update SDL port to support OpenGL by reed@android.com · 16 years ago
  89. c3a8c5f create offscreen surface so we can set its RGB ordering to match our internals by reed@android.com · 16 years ago
  90. 671cd65 add SDL support by reed@android.com · 16 years ago
  91. ed0bfb0 fix impl of drawPicture by reed@android.com · 16 years ago
  92. f76bacf add SkSize for dimensions by reed@android.com · 16 years ago
  93. 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 16 years ago
  94. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 16 years ago
  95. f523e25 add BitmapBench by reed@android.com · 17 years ago
  96. b50a60c fix formatting issues by reed@android.com · 17 years ago
  97. 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 17 years ago
  98. 0becfc5b add optimization for width==1 bitmaps in shader procs by reed@android.com · 17 years ago
  99. 2b26cac downgrade project files to 10.4 so more clients can use them by reed@android.com · 17 years ago
  100. 0680d6c use native mac fonthost add 444 and (fake) 565 support in cg by reed@android.com · 17 years ago