| Commit message (Expand) | Author | Age | Files | Lines |
* | roll to pickup initialization of fMaskFormat | reed@google.com | 2011-02-18 | 1 | -1/+1 |
* | roll to pickup batching of rect draws | reed@google.com | 2011-02-17 | 1 | -5/+0 |
* | Fix some of the more common chromium-style errors on the mac clang builder. | erg@google.com | 2011-02-16 | 2 | -4/+10 |
* | roll to 796, to pick up SkPackARGB32NoCheck() for https://bugs.webkit.org/sho... | reed@google.com | 2011-02-15 | 1 | -0/+1 |
* | Roll skia to 788. | reed@google.com | 2011-02-14 | 1 | -2/+5 |
* | Updates Skia GYP to define a build flags for skia's gpu back end. | reed@google.com | 2011-02-08 | 1 | -0/+2 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 2 | -2/+2 |
* | Roll skia 746 -> 752 | vandebo@chromium.org | 2011-02-02 | 1 | -1/+1 |
* | add GrGLConfig_chrome.h to the gyp | reed@google.com | 2011-02-02 | 1 | -0/+1 |
* | Remove obsolete files from 'sources'. This causes needless work on incrementa... | jeanluc@chromium.org | 2011-01-31 | 1 | -5/+4 |
* | Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo... | nsylvain@chromium.org | 2011-01-31 | 1 | -4/+5 |
* | Remove obsolete files from 'sources'. This causes needless work on increment... | jeanluc@chromium.org | 2011-01-30 | 1 | -5/+4 |
* | Integration of most changes from the GoogleTV project around the convolver/sc... | brettw@chromium.org | 2011-01-30 | 8 | -63/+1152 |
* | Roll Skia Deps: 716 -> 741 | vandebo@chromium.org | 2011-01-29 | 1 | -0/+7 |
* | Revert 72978 - Roll Skia Deps: 716 -> 740 | vandebo@chromium.org | 2011-01-28 | 1 | -6/+0 |
* | Roll Skia Deps: 716 -> 740 | vandebo@chromium.org | 2011-01-28 | 1 | -0/+6 |
* | export skia defines to its clients, so they see the same conditional code | reed@google.com | 2011-01-21 | 1 | -0/+5 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -7/+7 |
* | Add gpu/ files from the public skia project into the chrome build. This is in | thakis@chromium.org | 2011-01-21 | 1 | -1/+102 |
* | Revert "Add gpu/ files from the public skia project into the chrome build." | maruel@chromium.org | 2011-01-20 | 1 | -101/+1 |
* | Add gpu/ files from the public skia project into the chrome build. This is in | reed@google.com | 2011-01-20 | 1 | -1/+101 |
* | Revert 71982 - [Committed on behalf of reed@google.com] | senorblanco@google.com | 2011-01-20 | 1 | -101/+1 |
* | [Committed on behalf of reed@google.com] | senorblanco@chromium.org | 2011-01-20 | 1 | -1/+101 |
* | Add OVERRIDE in the same places the windows version of the file has them. | thakis@chromium.org | 2011-01-18 | 1 | -22/+25 |
* | Roll skia r690:r699. | thakis@chromium.org | 2011-01-17 | 1 | -0/+7 |
* | Add font-equivalent mapping for a few Chinese/Japanese fonts for CrOS. | jshin@chromium.org | 2011-01-13 | 1 | -23/+74 |
* | Mac: Explicitly set the colorspace on SkBitmap -> CGImageRef conversions. | thakis@chromium.org | 2011-01-12 | 2 | -3/+17 |
* | When printing a page containing alpha blending on a printer which doesn't sup... | senorblanco@chromium.org | 2011-01-12 | 2 | -1/+8 |
* | roll skia 636:673 | thakis@chromium.org | 2011-01-08 | 14 | -28/+57 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 4 | -54/+52 |
* | Revert "roll skia 636:673" | thakis@chromium.org | 2011-01-07 | 14 | -57/+28 |
* | roll skia 636:673 | thakis@chromium.org | 2011-01-07 | 14 | -28/+57 |
* | Wire up missing functionality in BitmapPlatformContext to allow the creation ... | brettw@chromium.org | 2011-01-06 | 5 | -26/+29 |
* | harfbuzz: remove extra settings export now that WebKit is fixed | evan@chromium.org | 2011-01-05 | 1 | -6/+0 |
* | harfbuzz: merge harfbuzz and harfbuzz_interface libraries | evan@chromium.org | 2011-01-04 | 1 | -2/+3 |
* | Move base/mac_util.h to base/mac and use the base::mac namespace. | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Remove the 'using' declaration of StringAppendV. | tfarina@chromium.org | 2010-12-23 | 1 | -3/+3 |
* | Move unix domain socket support out of base and into chrome common. This is not | brettw@chromium.org | 2010-12-22 | 5 | -182/+13 |
* | Flush the cairo surface before we try to write to it. | vandebo@chromium.org | 2010-12-15 | 1 | -3/+6 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -4/+7 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 2 | -5/+15 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -7/+4 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -4/+7 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 2 | -4/+10 |
* | Get rid of std::wstring version of HasSwitch. | tfarina@chromium.org | 2010-12-08 | 1 | -1/+1 |
* | Roll Skia to r624. | vandebo@chromium.org | 2010-11-17 | 1 | -0/+2 |
* | Fix clang build by moving ToLowerASCII into base namespace. | tfarina@chromium.org | 2010-11-03 | 1 | -2/+2 |
* | Roll Skia deps to r621. | vandebo@chromium.org | 2010-10-27 | 18 | -50/+50 |
* | Create gfx::ScopedImage. This wraps a gfx::NativeImage and hides the underlying | rsesek@chromium.org | 2010-10-21 | 1 | -2/+2 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -3/+3 |