1. a9b7936 Add lua_pictures target to tools.gyp by sglez@google.com · 11 years ago
  2. 5b3e2b9 move skpdiff into tools by zachr@google.com · 11 years ago
  3. 904f86e Revert "migrate skpdiff to tools" by zachr@google.com · 11 years ago
  4. a54aaf7 migrate skpdiff to tools by zachr@google.com · 11 years ago
  5. 6645cde Fix build problem with reverted issue 16948011 by commit-bot@chromium.org · 11 years ago
  6. 7ac13b7 Reverting r10173 due to compile problems by robertphillips@google.com · 11 years ago
  7. 0abc976 Measurement tool for Bounding-Box-Hierarchies. by commit-bot@chromium.org · 11 years ago
  8. 56799e2 Add the lazy decoder from PictureFlags to SkImageDecoder by commit-bot@chromium.org · 11 years ago
  9. 28c27c8 enable shared lib support in linux for lua by zachr@google.com · 11 years ago
  10. bb52288 SkHello for NaCl by borenet@google.com · 11 years ago
  11. 4df1673 Build fix after r9598. by fmalita@google.com · 11 years ago
  12. 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 11 years ago
  13. 826ec81 Small change that eliminates Parse Errors with encoded skps. by commit-bot@chromium.org · 11 years ago
  14. 73d9f1c more paint methods to lua by mike@reedtribe.org · 11 years ago
  15. fb85824 add pdf lib to lua_pictures to fix linker error by mike@reedtribe.org · 11 years ago
  16. 99ac02b SkDocument base for pdf, xps, etc. by reed@google.com · 11 years ago
  17. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  18. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  19. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  20. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  21. 74ce6f0 add dumpops.lua as a sample scraper that just dumps the arguments by reed@google.com · 11 years ago
  22. 1f6aed0 Move SkImage::encode to SkImage_Codec.cpp. by commit-bot@chromium.org · 11 years ago
  23. 1ef08bb use define to work-around localeconf() missingness in android by reed@google.com · 11 years ago
  24. a774adf lua not building on android ??? disabling for now by reed@google.com · 11 years ago
  25. 9bf99c3 fix typo in dependency line (don't name file, just dir) by reed@google.com · 11 years ago
  26. e52d291 add direct_dependencies for picture_utils, and add cflags_cc for android's gypi by reed@google.com · 11 years ago
  27. 04df473 disable lua_pictures tool from make for now by reed@google.com · 11 years ago
  28. dff7e11 add SkLuaCanvas by reed@google.com · 11 years ago
  29. 6843bdb Write/compare against expectations in skimage tool. by scroggo@google.com · 11 years ago
  30. b41ff95 Updates for the skimage tool. by scroggo@google.com · 11 years ago
  31. 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 11 years ago
  32. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 11 years ago
  33. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 11 years ago
  34. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 11 years ago
  35. 7d51930 Make gm use SkFlags. by scroggo@google.com · 11 years ago
  36. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 11 years ago
  37. 2d137b6 Fix Windows build - revert r8056 and r8057 by borenet@google.com · 11 years ago
  38. 663a979 Fix build by borenet@google.com · 11 years ago
  39. 8819d1a Add build condition not to build in iOS an unused lib (failing to build empty lib in iOS). Unreviewed. by edisonn@google.com · 11 years ago
  40. 184487c Collect minidump and print callstack if an app chrashes. by edisonn@google.com · 11 years ago
  41. 31ea339 Convert skhello tool to SkFlags API. by commit-bot@chromium.org · 11 years ago
  42. cc69020 Add a way to monitor cache hits and misses for deferred decoding. by scroggo@google.com · 11 years ago
  43. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 11 years ago
  44. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 11 years ago
  45. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 11 years ago
  46. 8ba9a83 tools.gyp: dependencies in apfabetical order by edisonn@google.com · 12 years ago
  47. ca98b31 Build render_pdfs on buildbot. by edisonn@google.com · 12 years ago
  48. d3d377f Update filter tool to write out paths to .cpp file by robertphillips@google.com · 12 years ago
  49. e3c8ddf Update skdiff. https://codereview.appspot.com/6850115/ by bungeman@google.com · 12 years ago
  50. a09e883 Update filter tool to allow input directory. by djsollen@google.com · 12 years ago
  51. 4a26d9d Add a new PictureRenderer that draws the picture then breaks up into tiles. by scroggo@google.com · 12 years ago
  52. 9313ca4 Adding rtree support to the bench_pictures utility by junov@chromium.org · 12 years ago
  53. c319abe Add utility to convert skp files to pdf files. Code compatible with render_pictures_main.cpp. I could have refactored the code to avoid code duplication, but it does not seem right, and it will overcomplicate the code. by edisonn@google.com · 12 years ago
  54. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  55. 8f338a3 Fix build break. a cpp file was not included in the checkin list. will send to code review and check it in too by edisonn@google.com · 12 years ago
  56. 2a827e8 Add an SKP to PDF rendered. test_pdfs.py will be hooked up in buildbot testing later. by edisonn@google.com · 12 years ago
  57. c7e4a5a Created filter command line tool by robertphillips@google.com · 12 years ago
  58. e21795e Enable automatic rescaling in bench_pictures by borenet@google.com · 12 years ago
  59. bc76611 Fix Android build of render_pictures (Again) by borenet@google.com · 12 years ago
  60. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  61. d966ab9 Add efffects to the list of dependencies for bench_pictures. Required on Android. by edisonn@google.com · 12 years ago
  62. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  63. 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
  64. b00a85b Fixed no GPU build. Not reviewed. by keyar@chromium.org · 12 years ago
  65. 8105846 Changed the gyp file to handle dpendencies via exports. by keyar@chromium.org · 12 years ago
  66. 0612564 The GrContext and the GrFactoryContext are now kept around. by keyar@chromium.org · 12 years ago
  67. 4ea96c5 Dirty commit so Brian can see changes. by keyar@chromium.org · 12 years ago
  68. 163b567 Merged bench_pictures and render_pictures rendering methods. by keyar@chromium.org · 12 years ago
  69. 451bb9f Changed to a class based method in passing around the rendering method for render_pictures. by keyar@chromium.org · 12 years ago
  70. a2333d9 Added pipe as a rendering option for render_pictures. by keyar@chromium.org · 12 years ago
  71. cf6c44c Added a sgpipe benchmark. by keyar@chromium.org · 12 years ago
  72. 006db0f land https://codereview.appspot.com/6349043/ by reed@google.com · 12 years ago
  73. a31b8bb by twiz@google.com · 12 years ago
  74. 1bdf7fe tools/pinspect: quick tool to inspeact the header (and rough validity) of 1 or more picture files by reed@google.com · 12 years ago
  75. 777442d Adding the render_pictures test tool by junov@chromium.org · 12 years ago
  76. 41b46be Fix android build by djsollen@google.com · 12 years ago
  77. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  78. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  79. afcb55c move ports into its own gyp file by caryclark@google.com · 13 years ago
  80. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  81. ccdbd2c create GYP files for these targets: tests, gm, skhello, skimage, skdiff by epoger@google.com · 13 years ago