aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Revert "Pull out Effect Shaders in GPU Path Renderer"Gravatar egdaniel@google.com2013-08-22
* skia: Add SK_API to SkDiscardableMemory.Gravatar commit-bot@chromium.org2013-08-22
* Pull out Effect Shaders in GPU Path RendererGravatar commit-bot@chromium.org2013-08-22
* Remove the call to getFontMetrics from SkBBoxRecordGravatar commit-bot@chromium.org2013-08-22
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Restyle SkPDFImageShader and support tiling bitmaps outside clip boundsGravatar commit-bot@chromium.org2013-08-21
* Better error reporting when dynamic loading fails with DirectWrite.Gravatar bungeman@google.com2013-08-21
* Create new target to hold gpu test code, enable direct testing of GrEffects i...Gravatar commit-bot@chromium.org2013-08-21
* Add an empty typeface as a default-default.Gravatar bungeman@google.com2013-08-21
* Implement SkEmptyFontMgr::onLegacyCreateTypeface and make pure virtual.Gravatar bungeman@google.com2013-08-21
* allow both GDI and DW fontmgrs at the same timeGravatar bungeman@google.com2013-08-21
* Avoid getLength in ico decoder.Gravatar scroggo@google.com2013-08-21
* Make BMP decoder not depend on call to getLength.Gravatar scroggo@google.com2013-08-21
* Remove dependency on getLength from webp decoder.Gravatar scroggo@google.com2013-08-21
* Update DirectWrite code so that it is loadable on XP.Gravatar bungeman@google.com2013-08-21
* Recognize that ES3 supports texture storage. Add workaround for apparent Adre...Gravatar commit-bot@chromium.org2013-08-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-21
* Chromium's clang bots do not like the SkASSERT(!"foo") constructGravatar robertphillips@google.com2013-08-20
* Add validation check that linewidth func is present (we already call it on ES).Gravatar commit-bot@chromium.org2013-08-20
* Use ES3 texture swizzling.Gravatar commit-bot@chromium.org2013-08-20
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Add libpoppler for PDF rendering, take 2Gravatar commit-bot@chromium.org2013-08-20
* Move gpu conic calculations to GrPathUtilsGravatar commit-bot@chromium.org2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Revert "The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target f...Gravatar vandebo@chromium.org2013-08-20
* CHECK -> SKTDYNAMICHASH_CHECK, to avoid collision with CHECK in Chrome logging.Gravatar mtklein@google.com2013-08-20
* Third (and hopefully final) change to support bleed flag in GaneshGravatar robertphillips@google.com2013-08-20
* use SkTDynamicHash in picture recordingGravatar mtklein@google.com2013-08-20
* The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux...Gravatar commit-bot@chromium.org2013-08-20
* Update renderable configs for ES3Gravatar commit-bot@chromium.org2013-08-20
* Make SkMatrix44::invert() check for finite 1/det instead of magic valueGravatar commit-bot@chromium.org2013-08-20
* Fix stack buffer read overflow in GrConvolutionEffect::TestCreate.Gravatar bungeman@google.com2013-08-20
* Change comments about size internal formatsGravatar commit-bot@chromium.org2013-08-20
* Add direct bezier cubic support for GPU shadersGravatar commit-bot@chromium.org2013-08-20
* Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromi...Gravatar robertphillips@google.com2013-08-20
* Revert "Changed rules about sized internal formats on GLES3."Gravatar bsalomon@google.com2013-08-20
* Replace uses of GR_API by SK_API.Gravatar commit-bot@chromium.org2013-08-20
* Changed rules about sized internal formats on GLES3.Gravatar commit-bot@chromium.org2013-08-20
* Fix name of "bleed" flagGravatar robertphillips@google.com2013-08-20
* Fix for nested rect drawing bugGravatar robertphillips@google.com2013-08-20
* Update tiled bitmap path to respect bleed flagGravatar robertphillips@google.com2013-08-20
* Remove unused typedef.Gravatar bungeman@google.com2013-08-19
* skia: Added SkDiscardableMemory interface.Gravatar scroggo@google.com2013-08-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-17
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* allow both GDI and DW fontmgrs at the same timeGravatar bungeman@google.com2013-08-16
* Always support NPOT tiling/MIPs on ES3Gravatar commit-bot@chromium.org2013-08-16
* Always support pack/unpack row length on ES3. Add support for NV_pack_subimag...Gravatar commit-bot@chromium.org2013-08-16
* Change Atlas recycling to track current flush count and recycle if Atlas not ...Gravatar commit-bot@chromium.org2013-08-16
* Support VAO when on ES3.Gravatar commit-bot@chromium.org2013-08-16