1. c921843 fixes for some warnings: by reed@google.com · 14 years ago
  2. 21b0a2b enable sse2 source in makefile by reed@google.com · 14 years ago
  3. 6bc2f5d add SSE2 opt files to xcode by reed@google.com · 14 years ago
  4. 272e754 use -O2 for release, -g for debug (so we can get symbols for gdb) by reed@google.com · 14 years ago
  5. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
  6. 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 14 years ago
  7. 37df17d fix build for linux by reed@google.com · 14 years ago
  8. 7876114 require lpng12 for gm tool (since Mac encoder tweaks the results for colorspace "correction") by reed@google.com · 14 years ago
  9. eeeb5a0 silence some of our startup spew by reed@google.com · 14 years ago
  10. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  11. d642329 remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but, by reed@google.com · 14 years ago
  12. 0770044 add option to write PDFs from gm by reed@google.com · 14 years ago
  13. 179d616 update for GPU backend by reed@android.com · 14 years ago
  14. 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
  15. 8459d4e Initial PDF backend commit: directories, build rules, primitives by vandebo@chromium.org · 14 years ago
  16. cf4ac25 force 10.4 SDK for macs, as the font porter there needs those APIs by reed@android.com · 14 years ago
  17. 7911e27 add FPSBench.cpp by reed@android.com · 14 years ago
  18. fd9714e add png to makefile for linux by reed@android.com · 14 years ago
  19. dfee579 add SK_ENABLE_LIBPNG to force reference to PNG codec by reed@android.com · 14 years ago
  20. 6413e79 add skhello for simple hello-world sample code by reed@android.com · 14 years ago
  21. 4e75355 More SSE2-ification; fix for gcc -msse2. by senorblanco@chromium.org · 15 years ago
  22. 4aa910e Makefile fix: Fix gm build for Linux. by senorblanco@chromium.org · 15 years ago
  23. f2afb67 fix base linux build, adding freetype support by reed@android.com · 15 years ago
  24. 34e8580 update by reed@android.com · 15 years ago
  25. 4d85059 add benchmark for repeat-tile bitmaps by reed@android.com · 15 years ago
  26. cf45bf8 update make for nwaycanvas remove obsolete opts_neon dir by reed@android.com · 15 years ago
  27. ed7bd9b add opts files to the make by reed@android.com · 15 years ago
  28. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  29. ee0eb01 add new make target "all", to build all known targets by reed@android.com · 15 years ago
  30. 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
  31. 1a2fec5 add gm for shader tilemodes by reed@android.com · 15 years ago
  32. 42309d4 add gm for gradients by reed@android.com · 15 years ago
  33. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  34. dd0ac28 more progress on golden-master test suite (not finished yet) 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. 6a5a266 add SkSize for dimensions by reed@android.com · 15 years ago
  37. 4226396 add BitmapCopyTest. Still need to consider the src==no_config case by reed@android.com · 15 years ago
  38. af45979 add skiamge (in tools/) that decodes and encodes images by reed@android.com · 15 years ago
  39. 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 15 years ago
  40. c4d4090 move SkUserConfig.h into include/config/ so it can be replaced by changing the 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. 57b799e rename tests/main to testmain.cpp by reed@android.com · 15 years ago
  43. 953ce8d rename bench's main to benchmain.cpp, to avoid multiple files with same name by reed@android.com · 15 years ago
  44. 6c924ad add -pict option to bench, which draws everything through a picture, and then by reed@android.com · 15 years ago
  45. 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 15 years ago
  46. 6f8491b Initial implementation of polygon trianagulation. It seems to be robust and passes the associated tests, by turk@google.com · 15 years ago
  47. 5e5adfd migrate more legacy unittests into tests/ SkParse yet to be cleaned up by reed@android.com · 15 years ago
  48. 0650c6c Move SkTSort.h back to private, and instead allow in the makefile for tests to by reed@android.com · 15 years ago
  49. d66efc2 add test for different srcover implementations by reed@android.com · 15 years ago
  50. 5755a2a Unit test and bug fixes for cubic Bezier clipping. by turk@google.com · 15 years ago
  51. 3abec1d add initial unittests for Path by reed@android.com · 15 years ago
  52. a396a16 add tests (unittests) to Makefile move SkTSort.h into public includes by reed@android.com · 15 years ago
  53. 3a859a0 draft of Text benchmark by reed@android.com · 16 years ago
  54. a21ff6f add png to bench files by reed@android.com · 16 years ago
  55. f523e25 add BitmapBench by reed@android.com · 16 years ago
  56. 1b4c815 don't add in png-codec for the mac build by reed@android.com · 16 years ago
  57. fb21016 Move libpng file into app, rather than the libskia, so it doesn't get optimized by reed@android.com · 16 years ago
  58. 7b830a1 update makefile for newly moved Factories by reed@android.com · 16 years ago
  59. 9db6087 oops, add images_files.mk rename options with prefix SKIA_ by reed@android.com · 16 years ago
  60. 4c7d3d6 make help - shows options in makefile add optional image-encoding to bench by reed@android.com · 16 years ago
  61. 018d2a2 add -lpthread by reed@android.com · 16 years ago
  62. c990603 make these compile w/o SK_CAN_USE_FLOAT by reed@android.com · 16 years ago
  63. 4cb8bd1 add crude Makefile (someone please help!) by reed@android.com · 16 years ago