1. ea282db fix warnings from windows by reed@google.com · 15 years ago
  2. a09368c fix bool bug so we can multisample now by reed@google.com · 15 years ago
  3. 57f4969 merge from android tree: by djsollen@google.com · 15 years ago
  4. 3f0260d Cleanup issues related to SkBitmap getSize()/extractSubset(). by wjmaclean@chromium.org · 15 years ago
  5. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 15 years ago
  6. 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
  7. c921843 fixes for some warnings: by reed@google.com · 15 years ago
  8. 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
  9. 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
  10. 2fbc7fa Make SampleApp build on Win32 (still requires glew, this needs to be fixed) by bsalomon@google.com · 15 years ago
  11. c280d11 revert to DeviceRGB colorspace by default, which was changed accidentially by reed@google.com · 15 years ago
  12. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 15 years ago
  13. 62f4659 rev. 637 changed the settings for premultiplied on the info parameter. This by reed@google.com · 15 years ago
  14. 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 15 years ago
  15. 37df17d fix build for linux by reed@google.com · 15 years ago
  16. eeeb5a0 silence some of our startup spew by reed@google.com · 15 years ago
  17. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 15 years ago
  18. 5b9cfd4 Fixing results of incorrect conflict resolution in r646. by wjmaclean@chromium.org · 15 years ago
  19. 0845470 Fixed tab character. by wjmaclean@chromium.org · 15 years ago
  20. 0bde180 Security fixes re getSize(). by wjmaclean@chromium.org · 15 years ago
  21. f2b98d6 merge with changes for GPU backend by reed@android.com · 15 years ago
  22. 0afaf9b Fix precedence error. by agl@chromium.org · 15 years ago
  23. 573a42d fix paraens to avoid warnings by reed@android.com · 15 years ago
  24. 8381e00 add inherit-from-root-transform flag (for fixed-positioning) by reed@android.com · 15 years ago
  25. 940584d don't abort drawing based on layer size by reed@android.com · 16 years ago
  26. 745bfbd add localToGlobal and parents by reed@android.com · 16 years ago
  27. 2bd703b add DEBUG_LAYER_BOUNDS option to show layer bounds by reed@android.com · 16 years ago
  28. da6fb32 more layers extracted from webkit by reed@android.com · 16 years ago
  29. 81dc331 update layers by reed@android.com · 16 years ago
  30. 86d4008 add layers by reed@android.com · 16 years ago
  31. e191b16 update windows port by reed@android.com · 16 years ago
  32. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 16 years ago
  33. 1d15d37 fix rotation around 2nd axis by reed@android.com · 16 years ago
  34. 161b00b add SkEvalCubicInterval by reed@android.com · 16 years ago
  35. a563162 move boundarypatch into utils by reed@android.com · 16 years ago
  36. 2ee7c64 update on boundary patches by reed@android.com · 16 years ago
  37. 879a252 remove check for filtering. Now if the src is opaque, the filtered result by reed@android.com · 16 years ago
  38. 800046e fix new warnings from gcc 4.2 by reed@android.com · 16 years ago
  39. f2afb67 fix base linux build, adding freetype support by reed@android.com · 16 years ago
  40. a8cf0aa use real strtof and snprintf to parse and dump floats by reed@android.com · 16 years ago
  41. a03a701 return noErr in clickhandler, so we can get mousemoved events by reed@android.com · 16 years ago
  42. cf45bf8 update make for nwaycanvas remove obsolete opts_neon dir by reed@android.com · 16 years ago
  43. 29348cb add -forceFilter to bench tool move some utils out of effects/ by reed@android.com · 16 years ago
  44. 32a4249 make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit. by reed@android.com · 16 years ago
  45. 40443b2 fix (aaaargh) white-space by reed@android.com · 16 years ago
  46. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 16 years ago
  47. 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
  48. 8ede492 merge in change from chrome to detect when the byte order for 8888 requires by reed@android.com · 16 years ago
  49. bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 16 years ago
  50. 9b46e77 fix dumpcanvas to recurse on pictures and shapes by reed@android.com · 16 years ago
  51. 9e0c2fc fix break in setConfig() where we always reset the bitmap by reed@android.com · 16 years ago
  52. 25fc5b9 update SDL port to support OpenGL by reed@android.com · 16 years ago
  53. c3a8c5f create offscreen surface so we can set its RGB ordering to match our internals by reed@android.com · 16 years ago
  54. 671cd65 add SDL support by reed@android.com · 16 years ago
  55. ed0bfb0 fix impl of drawPicture by reed@android.com · 16 years ago
  56. f76bacf add SkSize for dimensions by reed@android.com · 16 years ago
  57. 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 16 years ago
  58. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 16 years ago
  59. f523e25 add BitmapBench by reed@android.com · 17 years ago
  60. b50a60c fix formatting issues by reed@android.com · 17 years ago
  61. 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 17 years ago
  62. 0becfc5b add optimization for width==1 bitmaps in shader procs by reed@android.com · 17 years ago
  63. 2b26cac downgrade project files to 10.4 so more clients can use them by reed@android.com · 17 years ago
  64. 0680d6c use native mac fonthost add 444 and (fake) 565 support in cg by reed@android.com · 17 years ago
  65. 6efdc47 first cut at event-based test app by reed@android.com · 17 years ago
  66. 0d55f1e move cg utils out of xcode and into src/include by reed@android.com · 17 years ago
  67. 8a1c16f grab from latest android by reed@android.com · 17 years ago