- 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago
- 3f69b54 Fixed Compiler flag error in CocoaSampleApp.gyp by yangsu@google.com · 13 years ago
- 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
- 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 13 years ago
- f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 13 years ago
- db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 13 years ago
- f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 13 years ago
- 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 13 years ago
- 901aea5 Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to SampleApp.gyp by yangsu@google.com · 13 years ago
- 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 13 years ago
- a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 13 years ago
- 12d177d Cocoa SampleApp files by yangsu@google.com · 13 years ago
- 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
- aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 13 years ago
- 3448e9e disable optimization in Mac debug build by epoger@google.com · 13 years ago
- e14490a Move GL headers out of public include dir by bsalomon@google.com · 13 years ago
- b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
- fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
- 61d46a0 This new test provides a test case for by junov@google.com · 13 years ago
- 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago
- 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
- d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 13 years ago
- 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
- 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
- 58007d7 Add debug symbols to Windows static libraries by epoger@google.com · 13 years ago
- 1936f26 Add tinybitmap gm and windows baselines. by bsalomon@google.com · 13 years ago
- d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
- e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 13 years ago
- 25df888 add bench for building blurs by reed@google.com · 13 years ago
- 4de4d60 add sample for 2ptradial where we divide by zero by reed@google.com · 14 years ago
- 5835722 little bit of gyp cleanup (fixes windows build of sktime_unix) by bsalomon@google.com · 14 years ago
- 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 14 years ago
- 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 14 years ago
- d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 14 years ago
- ea5dfa8 merge of SkiOSSampleApp into SampleApp, still a work in progress by epoger@google.com · 14 years ago
- 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 14 years ago
- 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 14 years ago
- 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago
- 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 14 years ago
- 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 14 years ago
- effc501 remove obsolete text codepaths by reed@google.com · 14 years ago
- 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 14 years ago
- dcab3a1 Alternate approach to enabling PDF in gm (gyp changes) by epoger@google.com · 14 years ago
- fc1539a Experimental framework for fast quadratic subdivision density computation code. by tomhudson@google.com · 14 years ago
- fe5afe5 Make images properly depend on utils. http://codereview.appspot.com/4629068/ by bungeman@google.com · 14 years ago
- 8d0b577 rename public SkDataRef to SkData by reed@google.com · 14 years ago
- 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 14 years ago
- 6b9580c Allow override of skia_scalar gyp variable using GYP_DEFINES by epoger@google.com · 14 years ago
- 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 14 years ago
- 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 14 years ago
- ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 14 years ago
- 10a9465 Revert the changes to gyp/images.gyp in r1654, as apparently they're by senorblanco@chromium.org · 14 years ago
- 52bbe14 Remove some files from views.gyp that already being compiled into utils.gyp by senorblanco@chromium.org · 14 years ago
- 643b007 add strokes.cpp by mike@reedtribe.org · 14 years ago
- 0264276 Added FileReaderApp to experimental and it's corresponding gyp file by yangsu@google.com · 14 years ago
- b092140 Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture. by Scroggo · 14 years ago
- 06b4da1 Added dependencies for SkPipe in SampleApp by yangsu@google.com · 14 years ago
- 5f802c1 Gyp files for Cocoa Debugger and Simple Cocoa App by yangsu@google.com · 14 years ago
- b1b721a remove libpng and zlib from third_party http://codereview.appspot.com/4571077 by epoger@google.com · 14 years ago
- 48d5d8e Put Matirx and Scalar benches into gyp. by bungeman@google.com · 14 years ago
- 7495ac1 remove trunk/gyp/gyp_skia (it was replaced a while back by trunk/gyp_skia) by epoger@google.com · 14 years ago
- d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 14 years ago
- 8a12c04 fix all_dependent_settings gyp bug (affected Mac only) by epoger@google.com · 14 years ago
- 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 14 years ago
- 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 14 years ago
- af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 14 years ago
- 25e9283 fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party by epoger@google.com · 14 years ago
- 38a9134 add libpng source to repo and make Unix build use it by epoger@google.com · 14 years ago
- 35ae8ea add SkDataRef (for future use) by reed@google.com · 14 years ago
- c8cc60c move SkMatrix44 by reed@google.com · 14 years ago
- 125002a update SkMatrix44 by reed@google.com · 14 years ago
- 73f8399 Define SK_CAN_USE_FLOAT in gyp build, just like Makefile build by epoger@google.com · 14 years ago
- 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 · 14 years ago
- 5189a4e add skia_scalar switch to gyp script by epoger@google.com · 14 years ago
- e7ccdb3 revert to manually imported gyp source (from SVN externals) by epoger@google.com · 14 years ago
- be9ad4e Higher resolution timers for bench. http://codereview.appspot.com/4548090/ by bungeman@google.com · 14 years ago
- 1e8e056 Some final cleanups leading up to The Official Switch to Gyp by epoger@google.com · 14 years ago
- f8db093 Make gyp_skia script use third_party/externals/gyp instead of the deprecated by epoger@google.com · 14 years ago
- c39f175 fix gm build on Mac see http://codereview.appspot.com/4571044/ by epoger@google.com · 14 years ago
- 161933b fix bench and gm targets on Linux see http://codereview.appspot.com/4530104 by epoger@google.com · 14 years ago
- 55bfd45 Turn off optimization on VC debug builds. http://codereview.appspot.com/4568052/ by bungeman@google.com · 14 years ago
- 0a030cd fix gyp-generated xcode project files for SampleApp and other targets by epoger@google.com · 14 years ago
- 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 14 years ago
- ccdbd2c create GYP files for these targets: tests, gm, skhello, skimage, skdiff by epoger@google.com · 14 years ago
- 907afca Add a missing include path for the linux build of utils.gyp. Remove the Linux by senorblanco@chromium.org · 14 years ago
- aa73168 Clean up the gyp files to reflect some files that were removed and/or renamed. by senorblanco@chromium.org · 14 years ago
- 63aab2f Fixup utils.gyp. by bungeman@google.com · 14 years ago
- 7a9ad1b Make gyp VC project debug configuration /DEBUG. by bungeman@google.com · 14 years ago
- ac2e663 Add gyp for bench and make run on Windows. (2) by bungeman@google.com · 14 years ago
- 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 14 years ago
- 51c078b make this work again: ./gyp_skia && make SampleApp by epoger@google.com · 14 years ago
- ae85aea split skia.gyp into separate gypfile for each source dir by epoger@google.com · 14 years ago
- 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 14 years ago
- 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 14 years ago
- 9e0f2ee Add build for unix to gyp. by bungeman@google.com · 14 years ago
- 71ff02c Add unix and mesa GL files to gyp. http://codereview.appspot.com/4545055/ by bungeman@google.com · 14 years ago
- c386b87 Fix windows build (missing SkFontHost.cpp) by bsalomon@google.com · 14 years ago
- d31cbc4 Removing remnants of GrGLEffect. by junov@google.com · 14 years ago
- 8af476a Fixed typo in skia.gyp by junov@google.com · 14 years ago
- 869d6d9 Adding a test to sampleapp for texture domain by junov@google.com · 14 years ago