aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Rename template param to SkSTArray to be consistent with its base class, SkTA...Gravatar bsalomon@google.com2013-02-26
* git-svn-id: http://skia.googlecode.com/svn/trunk@7856 2bbb7eff-a529-9590-31e7...Gravatar reed@google.com2013-02-25
* Fix a bunch of warnings, mainly around rowBytes.Gravatar scroggo@google.com2013-02-25
* check-point: skiafy SkFontHost_fontconfig from chromeGravatar reed@google.com2013-02-25
* Give GrDrawTarget a back ptr to its owning GrContext.Gravatar bsalomon@google.com2013-02-25
* Use size_t for rowBytes.Gravatar scroggo@google.com2013-02-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-23
* Remove SkSerializationHelpers.Gravatar scroggo@google.com2013-02-22
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* Make GPU versions of benchs use the same canvas size as raster.Gravatar bsalomon@google.com2013-02-22
* Small adjustments to SkRectShaderImageFilter to follow up on original cl.Gravatar sugoi@google.com2013-02-21
* Use CPU arrays for dynamic indices/vertices on ARM GPUs.Gravatar bsalomon@google.com2013-02-21
* New SkRectShaderImageFilter image filterGravatar sugoi@google.com2013-02-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-20
* add as experiment to factor out low-level enums and typesGravatar mike@reedtribe.org2013-02-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-15
* debug dump functions for mathematica visualizationGravatar humper@google.com2013-02-14
* print a useful message when assert fails on the macGravatar humper@google.com2013-02-14
* Use CGL rather than AGL on the Mac.Gravatar bsalomon@google.com2013-02-14
* Move SkPaint::toString from debugger to SkPaintGravatar robertphillips@google.com2013-02-14
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* add custom implementation for drawBitmapRect to shield from changes in SkDeviceGravatar edisonn@google.com2013-02-12
* Adding comments based on review https://codereview.appspot.com/7300072/Gravatar junov@chromium.org2013-02-08
* Correct default value for GR_STATIC_RECT_VBGravatar bsalomon@google.com2013-02-08
* Revert 7625 until after M26 due to a mix of perf changes.Gravatar bsalomon@google.com2013-02-08
* Adding option to SkTileGrid for specifying border pixels.Gravatar junov@chromium.org2013-02-08
* Remove compile time option to use different types for text vertices.Gravatar bsalomon@google.com2013-02-07
* Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable.Gravatar bsalomon@google.com2013-02-07
* Address google3 compiler warningGravatar robertphillips@google.com2013-02-07
* Remove GR_DUMP_TEXTURE_UPLOADSGravatar bsalomon@google.com2013-02-07
* Remove GR_AGGRESSIVE_SHADER_OPTS build option.Gravatar bsalomon@google.com2013-02-07
* Use SkBits2Float in SkRandomGravatar bsalomon@google.com2013-02-07
* Enhance GL error checking for non-Ganesh GL callsGravatar robertphillips@google.com2013-02-07
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Remove GR_STATIC_RECT_VBGravatar bsalomon@google.com2013-02-06
* Fix WritePixels test on ANGLE.Gravatar bsalomon@google.com2013-02-06
* check for self-assignment in operator=Gravatar reed@google.com2013-02-06
* tweak to spacing, to trigger buildGravatar mike@reedtribe.org2013-02-06
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05
* Reverting r7545 (render target origin change) due to layout test issues (see ...Gravatar robertphillips@google.com2013-02-05
* Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...Gravatar senorblanco@chromium.org2013-02-04
* use SkToS32 to turn a ptrdiff_t into an int (on 64bit build)Gravatar reed@google.com2013-02-04
* land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...Gravatar reed@google.com2013-02-04
* Implement support for origin-TopLeft render targets in GL backend.Gravatar senorblanco@chromium.org2013-02-04
* Make GPU unit tests use GrContexts of different GL types.Gravatar bsalomon@google.com2013-02-04
* Add sk_ignore_unused_variable to avoid warnings.Gravatar bungeman@google.com2013-02-04
* move kStyleCount out of Style enum, and into its own, to avoid Gravatar mike@reedtribe.org2013-02-04
* remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMul...Gravatar reed@google.com2013-02-01
* Only support SkPicture abort for Android due to the fragility of the existing...Gravatar djsollen@google.com2013-02-01