1. f8db093 Make gyp_skia script use third_party/externals/gyp instead of the deprecated by epoger@google.com · 13 years ago
  2. c39f175 fix gm build on Mac see http://codereview.appspot.com/4571044/ by epoger@google.com · 13 years ago
  3. 161933b fix bench and gm targets on Linux see http://codereview.appspot.com/4530104 by epoger@google.com · 13 years ago
  4. 55bfd45 Turn off optimization on VC debug builds. http://codereview.appspot.com/4568052/ by bungeman@google.com · 13 years ago
  5. 0a030cd fix gyp-generated xcode project files for SampleApp and other targets by epoger@google.com · 13 years ago
  6. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  7. ccdbd2c create GYP files for these targets: tests, gm, skhello, skimage, skdiff by epoger@google.com · 13 years ago
  8. 907afca Add a missing include path for the linux build of utils.gyp. Remove the Linux by senorblanco@chromium.org · 13 years ago
  9. aa73168 Clean up the gyp files to reflect some files that were removed and/or renamed. by senorblanco@chromium.org · 13 years ago
  10. 63aab2f Fixup utils.gyp. by bungeman@google.com · 13 years ago
  11. 7a9ad1b Make gyp VC project debug configuration /DEBUG. by bungeman@google.com · 13 years ago
  12. ac2e663 Add gyp for bench and make run on Windows. (2) by bungeman@google.com · 13 years ago
  13. 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
  14. 51c078b make this work again: ./gyp_skia && make SampleApp by epoger@google.com · 13 years ago
  15. ae85aea split skia.gyp into separate gypfile for each source dir by epoger@google.com · 13 years ago
  16. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 14 years ago
  17. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 14 years ago
  18. 9e0f2ee Add build for unix to gyp. by bungeman@google.com · 14 years ago
  19. 71ff02c Add unix and mesa GL files to gyp. http://codereview.appspot.com/4545055/ by bungeman@google.com · 14 years ago
  20. c386b87 Fix windows build (missing SkFontHost.cpp) by bsalomon@google.com · 14 years ago
  21. d31cbc4 Removing remnants of GrGLEffect. by junov@google.com · 14 years ago
  22. 8af476a Fixed typo in skia.gyp by junov@google.com · 14 years ago
  23. 869d6d9 Adding a test to sampleapp for texture domain by junov@google.com · 14 years ago
  24. 852fa0f remove dead files by reed@google.com · 14 years ago
  25. 6acc9b3 Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled. by junov@google.com · 14 years ago
  26. 92e0f22 Edge antialiasing for convex shapes in Ganesh by senorblanco@chromium.org · 14 years ago
  27. 97c88c2 Add color filters to gpu path. by Scroggo · 14 years ago
  28. 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 · 14 years ago
  29. 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 · 14 years ago
  30. c1587e0 Fix SampleApp raster path on Linux to use SK_SAMPLES_FOR_X, so pixel components by senorblanco@chromium.org · 14 years ago
  31. 2b35799 update gyp file to build new files by bsalomon@google.com · 14 years ago
  32. 0533971 Make gyp file define GR/SK debug/release flags. Remove file that breaks release build. by bsalomon@google.com · 14 years ago
  33. 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 · 14 years ago
  34. 1217afe Add SkClampRange files to gyp by bsalomon@google.com · 14 years ago
  35. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 14 years ago
  36. afac888 This patch provides the include file common.gypi (cargo culted from another by senorblanco@chromium.org · 14 years ago
  37. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
  38. 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 · 14 years ago
  39. 1493a66 Add src/core include for pdf project. by ctguil@chromium.org · 14 years ago
  40. f93e717 Refactoring the GrGpuGLShaders2 into 2 classes: GrGpuGLShaders by junov@google.com · 14 years ago
  41. 30ca0a6 Add pdf to skia.gyp and checkin a snap of GYP. by bsalomon@google.com · 14 years ago
  42. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 14 years ago
  43. 5e3496e move SkMetaData into core by reed@google.com · 14 years ago
  44. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 14 years ago
  45. 7eb492e Add the GLU tesselator source files to third_party. Add a libtess static by senorblanco@chromium.org · 14 years ago
  46. dfe75bc Add way to determine at link time what path renderer will be used. by bsalomon@google.com · 14 years ago
  47. 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 14 years ago
  48. a9681db Fix line endings on gyp file. by bsalomon@google.com · 14 years ago
  49. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago