1. 983297e Roll gyp and add librarian settings (now supported). by bungeman@google.com · 13 years ago
  2. 8b5abec Set window build flags (warn level 4, release optimization options, pdbs in release builds) by bsalomon@google.com · 13 years ago
  3. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  4. 1fac5ca Revert 2289. GLSL version detection not robust enough. May think we don't have GLSL 1.50 support based on OpenGL version. We have to look at the available extensions, not just GL version. by bsalomon@google.com · 13 years ago
  5. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago
  6. 21fa067 Add missing header SkTArray.h to core.gyp by bsalomon@google.com · 13 years ago
  7. ab97397 add gm test for drawing hairlines (and varying thin lines) in xfermodes by reed@google.com · 13 years ago
  8. 8f78fec Change AdditionalOptions to a list from a string. This fixes compilation errors by seanpaul@google.com · 13 years ago
  9. 1134f98 Refactor the bench and common gyp/gypi files to allow for building bench within by seanpaul@google.com · 13 years ago
  10. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  11. 8966d01 remove nonexistent files from gyps and make AdditionalOptions a list rather than str by bsalomon@google.com · 13 years ago
  12. 8c2fe99 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 13 years ago
  13. b670525 add gm test for ninepatch stretching pdf output incorrect, so not checked in. by reed@google.com · 13 years ago
  14. 973b879 Remove unneeded #define by bsalomon@google.com · 13 years ago
  15. 542f585 Fix file name in gyp (wasn't caught b/c of windows case insensitivity) by bsalomon@google.com · 13 years ago
  16. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
  17. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  18. 30db599 add new test for complex clips by reed@google.com · 13 years ago
  19. b6ddf7a add more samples by reed@google.com · 13 years ago
  20. 3008519 Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 13 years ago
  21. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  22. 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 13 years ago
  23. b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 13 years ago
  24. 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 13 years ago
  25. 498776a Remove GrContext::drawCustomVertices by bsalomon@google.com · 13 years ago
  26. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  27. 4d3aaaf Move some gpu headers out of the public include dir by bsalomon@google.com · 13 years ago
  28. ab9b658 Stop packaging command-line Mac tools as a bundle. by epoger@google.com · 13 years ago
  29. 0be0157 Added samplecode as an include directory for SampleApp.gyp by yangsu@google.com · 13 years ago
  30. 9b77fbd Removed networking dependencies from SampleApp that caused errors by yangsu@google.com · 13 years ago
  31. f3523fb Included dependencies for networked pipe and debugger in SampleApp by yangsu@google.com · 13 years ago
  32. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  33. 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago
  34. 3f69b54 Fixed Compiler flag error in CocoaSampleApp.gyp by yangsu@google.com · 13 years ago
  35. 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
  36. 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 13 years ago
  37. f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 13 years ago
  38. db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 13 years ago
  39. f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 13 years ago
  40. 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 13 years ago
  41. 901aea5 Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to SampleApp.gyp by yangsu@google.com · 13 years ago
  42. 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 13 years ago
  43. a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 13 years ago
  44. 12d177d Cocoa SampleApp files by yangsu@google.com · 13 years ago
  45. 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
  46. aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 13 years ago
  47. 3448e9e disable optimization in Mac debug build by epoger@google.com · 13 years ago
  48. e14490a Move GL headers out of public include dir by bsalomon@google.com · 13 years ago
  49. b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
  50. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  51. 61d46a0 This new test provides a test case for by junov@google.com · 13 years ago
  52. 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago
  53. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  54. d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 13 years ago
  55. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  56. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  57. 58007d7 Add debug symbols to Windows static libraries by epoger@google.com · 13 years ago
  58. 1936f26 Add tinybitmap gm and windows baselines. by bsalomon@google.com · 13 years ago
  59. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
  60. e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 13 years ago
  61. 25df888 add bench for building blurs by reed@google.com · 13 years ago
  62. 4de4d60 add sample for 2ptradial where we divide by zero by reed@google.com · 13 years ago
  63. 5835722 little bit of gyp cleanup (fixes windows build of sktime_unix) by bsalomon@google.com · 13 years ago
  64. 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
  65. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  66. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  67. ea5dfa8 merge of SkiOSSampleApp into SampleApp, still a work in progress by epoger@google.com · 13 years ago
  68. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  69. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  70. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  71. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  72. 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 13 years ago
  73. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  74. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  75. dcab3a1 Alternate approach to enabling PDF in gm (gyp changes) by epoger@google.com · 13 years ago
  76. fc1539a Experimental framework for fast quadratic subdivision density computation code. by tomhudson@google.com · 13 years ago
  77. fe5afe5 Make images properly depend on utils. http://codereview.appspot.com/4629068/ by bungeman@google.com · 13 years ago
  78. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  79. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  80. 6b9580c Allow override of skia_scalar gyp variable using GYP_DEFINES by epoger@google.com · 13 years ago
  81. 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 13 years ago
  82. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  83. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  84. 10a9465 Revert the changes to gyp/images.gyp in r1654, as apparently they're by senorblanco@chromium.org · 13 years ago
  85. 52bbe14 Remove some files from views.gyp that already being compiled into utils.gyp by senorblanco@chromium.org · 13 years ago
  86. 643b007 add strokes.cpp by mike@reedtribe.org · 13 years ago
  87. 0264276 Added FileReaderApp to experimental and it's corresponding gyp file by yangsu@google.com · 13 years ago
  88. b092140 Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture. by Scroggo · 13 years ago
  89. 06b4da1 Added dependencies for SkPipe in SampleApp by yangsu@google.com · 13 years ago
  90. 5f802c1 Gyp files for Cocoa Debugger and Simple Cocoa App by yangsu@google.com · 13 years ago
  91. b1b721a remove libpng and zlib from third_party http://codereview.appspot.com/4571077 by epoger@google.com · 13 years ago
  92. 48d5d8e Put Matirx and Scalar benches into gyp. by bungeman@google.com · 13 years ago
  93. 7495ac1 remove trunk/gyp/gyp_skia (it was replaced a while back by trunk/gyp_skia) by epoger@google.com · 13 years ago
  94. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago
  95. 8a12c04 fix all_dependent_settings gyp bug (affected Mac only) by epoger@google.com · 13 years ago
  96. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  97. 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 13 years ago
  98. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  99. 25e9283 fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party by epoger@google.com · 13 years ago
  100. 38a9134 add libpng source to repo and make Unix build use it by epoger@google.com · 13 years ago