1. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 13 years ago
  2. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  3. 62b24b1 Fix android build and cleanup references to SkMMapStream by djsollen@google.com · 13 years ago
  4. afcb55c move ports into its own gyp file by caryclark@google.com · 13 years ago
  5. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  6. 39698b1 Add paging support for handle based typefaces. by bungeman@google.com · 13 years ago
  7. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  8. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  9. 318cf92 Cleanup for the Android build. by djsollen@google.com · 13 years ago
  10. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  11. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  12. c2188cf add SkRasterClip by reed@google.com · 13 years ago
  13. 719fd04 add SkAAClip.cpp by reed@google.com · 13 years ago
  14. 21fa067 Add missing header SkTArray.h to core.gyp by bsalomon@google.com · 13 years ago
  15. 8966d01 remove nonexistent files from gyps and make AdditionalOptions a list rather than str by bsalomon@google.com · 13 years ago
  16. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  17. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  18. b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
  19. 5835722 little bit of gyp cleanup (fixes windows build of sktime_unix) by bsalomon@google.com · 13 years ago
  20. ea5dfa8 merge of SkiOSSampleApp into SampleApp, still a work in progress by epoger@google.com · 13 years ago
  21. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  22. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  23. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  24. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  25. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  26. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  27. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  28. 52bbe14 Remove some files from views.gyp that already being compiled into utils.gyp by senorblanco@chromium.org · 13 years ago
  29. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago
  30. 8a12c04 fix all_dependent_settings gyp bug (affected Mac only) by epoger@google.com · 13 years ago
  31. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  32. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  33. 0a030cd fix gyp-generated xcode project files for SampleApp and other targets by epoger@google.com · 13 years ago
  34. ccdbd2c create GYP files for these targets: tests, gm, skhello, skimage, skdiff by epoger@google.com · 13 years ago
  35. 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
  36. 51c078b make this work again: ./gyp_skia && make SampleApp by epoger@google.com · 13 years ago[Renamed (99%) from gyp/skia.gyp]
  37. ae85aea split skia.gyp into separate gypfile for each source dir by epoger@google.com · 13 years ago
  38. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  39. 9e0f2ee Add build for unix to gyp. by bungeman@google.com · 13 years ago
  40. 71ff02c Add unix and mesa GL files to gyp. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  41. c386b87 Fix windows build (missing SkFontHost.cpp) by bsalomon@google.com · 13 years ago
  42. d31cbc4 Removing remnants of GrGLEffect. by junov@google.com · 13 years ago
  43. 8af476a Fixed typo in skia.gyp by junov@google.com · 13 years ago
  44. 869d6d9 Adding a test to sampleapp for texture domain by junov@google.com · 13 years ago
  45. 852fa0f remove dead files by reed@google.com · 13 years ago
  46. 6acc9b3 Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled. by junov@google.com · 13 years ago
  47. 92e0f22 Edge antialiasing for convex shapes in Ganesh by senorblanco@chromium.org · 13 years ago
  48. 97c88c2 Add color filters to gpu path. by Scroggo · 13 years ago
  49. 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
  50. 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
  51. c1587e0 Fix SampleApp raster path on Linux to use SK_SAMPLES_FOR_X, so pixel components by senorblanco@chromium.org · 13 years ago
  52. 2b35799 update gyp file to build new files by bsalomon@google.com · 13 years ago
  53. 0533971 Make gyp file define GR/SK debug/release flags. Remove file that breaks release build. by bsalomon@google.com · 13 years ago
  54. 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
  55. 1217afe Add SkClampRange files to gyp by bsalomon@google.com · 13 years ago
  56. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 13 years ago
  57. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 13 years ago
  58. 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
  59. 1493a66 Add src/core include for pdf project. by ctguil@chromium.org · 13 years ago
  60. f93e717 Refactoring the GrGpuGLShaders2 into 2 classes: GrGpuGLShaders by junov@google.com · 13 years ago
  61. 30ca0a6 Add pdf to skia.gyp and checkin a snap of GYP. by bsalomon@google.com · 13 years ago
  62. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 13 years ago
  63. 5e3496e move SkMetaData into core by reed@google.com · 13 years ago
  64. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 13 years ago
  65. 7eb492e Add the GLU tesselator source files to third_party. Add a libtess static by senorblanco@chromium.org · 13 years ago
  66. dfe75bc Add way to determine at link time what path renderer will be used. by bsalomon@google.com · 13 years ago
  67. 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 14 years ago
  68. a9681db Fix line endings on gyp file. by bsalomon@google.com · 14 years ago
  69. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago