aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Guard SkMatrix::get*Scale[s]() against negative nearly-zero values.Gravatar kolczyk2016-07-16
* move responsibility for creating raster-device into pdfGravatar reed2016-07-15
* Add capability for SkColorXform to output half floatsGravatar msarett2016-07-15
* SkColorSpace::NewICC() warn instead of fail on bad inputGravatar msarett2016-07-15
* remove unused CreateInfo flagGravatar reed2016-07-15
* Expand _01 half<->float limitation to _finite. Simplify.Gravatar mtklein2016-07-15
* Fix a bug in the Clamp in X direction tiling.Gravatar herb2016-07-14
* Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset...Gravatar mtklein2016-07-14
* Expand _01 half<->float limitation to _finite. Simplify.Gravatar mtklein2016-07-14
* Remove GrWrapTextureInBitmap from public APIGravatar bsalomon2016-07-13
* Added the framework for having canvas/recorder/picture record depth_set's.Gravatar vjiaoblack2016-07-13
* Remove bulk float <-> half routines. These are dead code.Gravatar mtklein2016-07-13
* Remove GrLayerHoisterGravatar robertphillips2016-07-13
* use gpu-image instead of wrapping in a bitmap for specialimageGravatar reed2016-07-13
* handle large conic weightsGravatar reed2016-07-13
* Revert "Added the framework for having canvas/recorder/picture record depth_s...Gravatar mtklein2016-07-13
* Added the framework for having canvas/recorder/picture record depth_set's.Gravatar vjiaoblack2016-07-13
* SkRasterPipeline: simplify impl and remove need to rewire stagesGravatar mtklein2016-07-13
* Update SkOpts namespaces.Gravatar mtklein2016-07-13
* Remove user specified typeface id.Gravatar bungeman2016-07-13
* Revert "Added the framework for having canvas/recorder/picture record depth_s...Gravatar mtklein2016-07-12
* SkRasterPipeline preliminariesGravatar mtklein2016-07-12
* Factor code to rotate a canvas about a point.Gravatar bungeman2016-07-12
* Remove bloat from SkBlend_opts.Gravatar herb2016-07-12
* Add Sk4f_RoundToIntGravatar msarett2016-07-12
* Added the framework for having canvas/recorder/picture record depth_set's.Gravatar vjiaoblack2016-07-12
* remove unused parameter to make android happy (when this header is moved to p...Gravatar reed2016-07-12
* Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001...Gravatar msarett2016-07-11
* try to speed-up maprect + round2i + containsGravatar reed2016-07-11
* Reduce size of LinearBitmapPipeline from 281K to 134K, but keep the same speed.Gravatar herb2016-07-11
* Clean up hyper-local SkCpu feature test experiment.Gravatar mtklein2016-07-11
* Delay initialization of free list in SkTLList until first use of listGravatar bsalomon2016-07-11
* Make all color xforms 'fast' (step 1)Gravatar msarett2016-07-11
* Changed SkLightingShader API to take in a shader as color sourceGravatar dvonbeck2016-07-10
* Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1...Gravatar reed2016-07-10
* change mapRectScaleTranslate to pass args/ret by valueGravatar reed2016-07-10
* Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShaderGravatar dvonbeck2016-07-09
* Fixed error when normal.z = 1 in GPUs with binary16 floatsGravatar dvonbeck2016-07-08
* Move sRGB <-> linear conversion components to their own files.Gravatar mtklein2016-07-08
* Revert of Abstracted diffuse color map out of SkLightingShaderImpl into a gen...Gravatar rmistry2016-07-08
* Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTyp...Gravatar bsalomon2016-07-08
* Revert of Move sRGB <-> linear conversion components to their own files. (pat...Gravatar mtklein2016-07-07
* make some canvas utils virtual (for proxy based subclasses)Gravatar reed2016-07-07
* Move sRGB <-> linear conversion components to their own files.Gravatar mtklein2016-07-07
* drawTextRSXformGravatar reed2016-07-07
* centralize VECTORCALL as SK_VECTORCALLGravatar mtklein2016-07-07
* Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShaderGravatar dvonbeck2016-07-06
* API change to allow for NormalSource selection at the user level.Gravatar dvonbeck2016-07-06
* check for zero scale in SkDraw::ComputeResScaleForStrokingGravatar lsalzman2016-07-06
* Experiment: add flag for finish-recording to return nullGravatar reed2016-07-06