aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert of Add initial implementation of GrShape and GrStyle classes and tests...bsalomon2016-04-264-539/+0
* Add guards for edge cases.herb2016-04-262-7/+10
* Remove unnessary uniform barriers in Vulkan.egdaniel2016-04-263-35/+3
* Add automatic generation of mipmaps to Vulkanjvanverth2016-04-2617-46/+243
* make context() virtual on devicereed2016-04-262-12/+2
* Add initial implementation of GrShape and GrStyle classes and testsbsalomon2016-04-264-0/+539
* Revert of Add initial implementation of GrShape and GrStyle classes and tests...robertphillips2016-04-264-539/+0
* Add initial implementation of GrShape and GrStyle classes and testsbsalomon2016-04-254-0/+539
* Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurfacerobertphillips2016-04-2511-90/+79
* share code with drawSpriteWithFilterreed2016-04-251-24/+1
* Remove SkEncodedInfo kPreSwizzled_Color from public APImsarett2016-04-253-289/+303
* SkDefaultColorProfile: Hide gDefaultProfileIsSRGBhalcanary2016-04-251-1/+8
* SkMD5: .update() -> .write()halcanary2016-04-252-5/+2
* Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public APImsarett2016-04-256-316/+289
* SkStringPrintf and SkString::printf now are no longer limted by a static bufferhalcanary2016-04-252-61/+58
* simplify handle-affine: subclass overrides just describe their leaf behaviorreed2016-04-253-18/+8
* Whitespace change.herb2016-04-251-18/+2
* Revert of Call SkGraphics::Init() automatically for Google3 processes. (patch...benjaminwagner2016-04-251-5/+0
* Revert of Batch multiple single NVPR draw paths to instanced draws (patchset ...stephana2016-04-259-181/+58
* Batch multiple single NVPR draw paths to instanced drawskkinnunen2016-04-259-58/+181
* Compute bounds union while combining path range draw path batcheskkinnunen2016-04-241-0/+1
* allow imagefilter to manage CTM decompositionreed2016-04-233-2/+25
* Support the non-native (RGBA/BGRA) swizzlemsarett2016-04-2213-196/+507
* Use SkEncodedInfo in place of SkSwizzler::SrcConfigmsarett2016-04-229-304/+209
* Enable flattening/unflattening with custom unflatten procsmsarett2016-04-226-52/+159
* Optionally enable SkValidatingReadBuffer in SkPictureImageFilterrobertphillips2016-04-225-14/+32
* Retract SkDevice a bit morerobertphillips2016-04-224-11/+7
* SkMD5: cleanup header and minor refactorhalcanary2016-04-222-29/+18
* Revert of SkStringPrintf and SkString::printf now are no longer limted by a s...halcanary2016-04-222-56/+61
* SkStringPrintf and SkString::printf now are no longer limted by a static bufferhalcanary2016-04-222-61/+56
* utils.gypi: remove empty file SkMD5.cpphalcanary2016-04-222-2/+0
* Remove some unnecessary #includes of SkImageFilter.hsenorblanco2016-04-222-4/+0
* Fixes for SkRWBufferscroggo2016-04-221-8/+19
* SkPDF: PDF/A runtime switchhalcanary2016-04-229-493/+473
* Refactor to separate backend object lifecycle and GpuResource budget decisionkkinnunen2016-04-2238-329/+344
* Revise WSI setup.jvanverth2016-04-214-71/+39
* Guard against FramebufferStatus checks in GrGLRenderTargetrobertphillips2016-04-211-6/+14
* SkCpu w/o static initializermtklein2016-04-213-47/+21
* gDefaultProfileIsSRGB symbol must exist in .sohalcanary2016-04-211-1/+1
* Remove obsolete image codec colorspace hacks.brianosman2016-04-211-17/+5
* Fix code regression to more precise call.herb2016-04-211-6/+2
* Include scaler context flags (gamma and contrast boost) in the text blob cach...brianosman2016-04-212-2/+3
* Update min Vulkan version to 1.0.8.0, and fix various bugsegdaniel2016-04-2112-70/+125
* Fix data parameter for createBuffercdalton2016-04-211-20/+25
* Call SkGraphics::Init() automatically for Google3 processes.mtklein2016-04-211-0/+5
* Image filters: remove SkBitmap-based cache.senorblanco2016-04-211-45/+3
* post apply non-scale transforms after imagefilters have runreed2016-04-202-11/+56
* Make all the codecs default profiles based on gTreatSkColorAsSRGB.herb2016-04-203-4/+9
* Add SkEncodedInfo to report properties of encoded image datamsarett2016-04-2024-165/+250
* Begin removing deprecated (and now, unused) ImageFilter code pathsrobertphillips2016-04-2017-265/+90