1. ea5dfa8 merge of SkiOSSampleApp into SampleApp, still a work in progress by epoger@google.com · 13 years ago
  2. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  3. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  4. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  5. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  6. 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 13 years ago
  7. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  8. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  9. dcab3a1 Alternate approach to enabling PDF in gm (gyp changes) by epoger@google.com · 13 years ago
  10. fc1539a Experimental framework for fast quadratic subdivision density computation code. by tomhudson@google.com · 13 years ago
  11. fe5afe5 Make images properly depend on utils. http://codereview.appspot.com/4629068/ by bungeman@google.com · 13 years ago
  12. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  13. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  14. 6b9580c Allow override of skia_scalar gyp variable using GYP_DEFINES by epoger@google.com · 13 years ago
  15. 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 13 years ago
  16. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  17. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  18. 10a9465 Revert the changes to gyp/images.gyp in r1654, as apparently they're by senorblanco@chromium.org · 13 years ago
  19. 52bbe14 Remove some files from views.gyp that already being compiled into utils.gyp by senorblanco@chromium.org · 13 years ago
  20. 643b007 add strokes.cpp by mike@reedtribe.org · 13 years ago
  21. 0264276 Added FileReaderApp to experimental and it's corresponding gyp file by yangsu@google.com · 13 years ago
  22. b092140 Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture. by Scroggo · 13 years ago
  23. 06b4da1 Added dependencies for SkPipe in SampleApp by yangsu@google.com · 13 years ago
  24. 5f802c1 Gyp files for Cocoa Debugger and Simple Cocoa App by yangsu@google.com · 13 years ago
  25. b1b721a remove libpng and zlib from third_party http://codereview.appspot.com/4571077 by epoger@google.com · 13 years ago
  26. 48d5d8e Put Matirx and Scalar benches into gyp. by bungeman@google.com · 13 years ago
  27. 7495ac1 remove trunk/gyp/gyp_skia (it was replaced a while back by trunk/gyp_skia) by epoger@google.com · 13 years ago
  28. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago
  29. 8a12c04 fix all_dependent_settings gyp bug (affected Mac only) by epoger@google.com · 13 years ago
  30. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  31. 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 13 years ago
  32. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  33. 25e9283 fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party by epoger@google.com · 13 years ago
  34. 38a9134 add libpng source to repo and make Unix build use it by epoger@google.com · 13 years ago
  35. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  36. c8cc60c move SkMatrix44 by reed@google.com · 13 years ago
  37. 125002a update SkMatrix44 by reed@google.com · 13 years ago
  38. 73f8399 Define SK_CAN_USE_FLOAT in gyp build, just like Makefile build by epoger@google.com · 13 years ago
  39. e02b68c Remove SkTableMaskFilter.cpp from gyp build, because it was breaking for skia_scalar=fixed (and it was not being exercised by the old Makefile anyway) by epoger@google.com · 13 years ago
  40. 5189a4e add skia_scalar switch to gyp script by epoger@google.com · 13 years ago
  41. e7ccdb3 revert to manually imported gyp source (from SVN externals) by epoger@google.com · 13 years ago
  42. be9ad4e Higher resolution timers for bench. http://codereview.appspot.com/4548090/ by bungeman@google.com · 13 years ago
  43. 1e8e056 Some final cleanups leading up to The Official Switch to Gyp by epoger@google.com · 13 years ago
  44. f8db093 Make gyp_skia script use third_party/externals/gyp instead of the deprecated by epoger@google.com · 13 years ago
  45. c39f175 fix gm build on Mac see http://codereview.appspot.com/4571044/ by epoger@google.com · 13 years ago
  46. 161933b fix bench and gm targets on Linux see http://codereview.appspot.com/4530104 by epoger@google.com · 13 years ago
  47. 55bfd45 Turn off optimization on VC debug builds. http://codereview.appspot.com/4568052/ by bungeman@google.com · 13 years ago
  48. 0a030cd fix gyp-generated xcode project files for SampleApp and other targets by epoger@google.com · 13 years ago
  49. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  50. ccdbd2c create GYP files for these targets: tests, gm, skhello, skimage, skdiff by epoger@google.com · 13 years ago
  51. 907afca Add a missing include path for the linux build of utils.gyp. Remove the Linux by senorblanco@chromium.org · 13 years ago
  52. aa73168 Clean up the gyp files to reflect some files that were removed and/or renamed. by senorblanco@chromium.org · 13 years ago
  53. 63aab2f Fixup utils.gyp. by bungeman@google.com · 13 years ago
  54. 7a9ad1b Make gyp VC project debug configuration /DEBUG. by bungeman@google.com · 13 years ago
  55. ac2e663 Add gyp for bench and make run on Windows. (2) by bungeman@google.com · 13 years ago
  56. 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
  57. 51c078b make this work again: ./gyp_skia && make SampleApp by epoger@google.com · 13 years ago
  58. ae85aea split skia.gyp into separate gypfile for each source dir by epoger@google.com · 13 years ago
  59. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  60. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
  61. 9e0f2ee Add build for unix to gyp. by bungeman@google.com · 13 years ago
  62. 71ff02c Add unix and mesa GL files to gyp. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  63. c386b87 Fix windows build (missing SkFontHost.cpp) by bsalomon@google.com · 13 years ago
  64. d31cbc4 Removing remnants of GrGLEffect. by junov@google.com · 13 years ago
  65. 8af476a Fixed typo in skia.gyp by junov@google.com · 13 years ago
  66. 869d6d9 Adding a test to sampleapp for texture domain by junov@google.com · 13 years ago
  67. 852fa0f remove dead files by reed@google.com · 13 years ago
  68. 6acc9b3 Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled. by junov@google.com · 13 years ago
  69. 92e0f22 Edge antialiasing for convex shapes in Ganesh by senorblanco@chromium.org · 13 years ago
  70. 97c88c2 Add color filters to gpu path. by Scroggo · 13 years ago
  71. fc29629 Replace GrStringBuilder with SkString. First step in cleaning up the shader generator. Slight performance hit when creating a new shader (<10% of total shader gen time on my Windows box is spent in building our string before handing it to GL). Much of this can be recovered by better usage pattern of SkString in coming revisions. by bsalomon@google.com · 13 years ago
  72. f871268 Remove GrPrintf_printf from gyp (should be using GrPrintf_skia that is already included in the skgr lib to direct GrPrintf to SkDebugf). by bsalomon@google.com · 13 years ago
  73. c1587e0 Fix SampleApp raster path on Linux to use SK_SAMPLES_FOR_X, so pixel components by senorblanco@chromium.org · 13 years ago
  74. 2b35799 update gyp file to build new files by bsalomon@google.com · 13 years ago
  75. 0533971 Make gyp file define GR/SK debug/release flags. Remove file that breaks release build. by bsalomon@google.com · 13 years ago
  76. 205d460 Move alpha-ramp AA to GrContext, detect cases when AA is applied via other methods (smooth lines, MSAA) or rect falls on integer coords and skip the alpha ramp path. Use pre-fab index buffer for alpha-ramped fill rects and stroke rects. by bsalomon@google.com · 13 years ago
  77. 1217afe Add SkClampRange files to gyp by bsalomon@google.com · 13 years ago
  78. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 13 years ago
  79. afac888 This patch provides the include file common.gypi (cargo culted from another by senorblanco@chromium.org · 13 years ago
  80. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 13 years ago
  81. f987d1b Remove dependence on platform GL headers. Remove code that attempts to infer GL function pointers on various platforms. Instead add platform-specific implementations for Windows and Mac. (GLX coming) by bsalomon@google.com · 13 years ago
  82. 1493a66 Add src/core include for pdf project. by ctguil@chromium.org · 13 years ago
  83. f93e717 Refactoring the GrGpuGLShaders2 into 2 classes: GrGpuGLShaders by junov@google.com · 13 years ago
  84. 30ca0a6 Add pdf to skia.gyp and checkin a snap of GYP. by bsalomon@google.com · 13 years ago
  85. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 13 years ago
  86. 5e3496e move SkMetaData into core by reed@google.com · 13 years ago
  87. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 13 years ago
  88. 7eb492e Add the GLU tesselator source files to third_party. Add a libtess static by senorblanco@chromium.org · 13 years ago
  89. dfe75bc Add way to determine at link time what path renderer will be used. by bsalomon@google.com · 13 years ago
  90. 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 13 years ago
  91. a9681db Fix line endings on gyp file. by bsalomon@google.com · 13 years ago
  92. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 13 years ago