aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Add GrDebugMarkerOpGravatar Robert Phillips2017-08-08
* Make bmp text position attribute be highpGravatar Brian Salomon2017-08-07
* CCPR: Process quadratic flat edges without soft msaaGravatar Chris Dalton2017-08-07
* Fix corner case in NonAAStrokeRectOp (stroke width > the rect's width or height)Gravatar Robert Phillips2017-08-04
* Add GrMtlTexture classesGravatar Greg Daniel2017-08-04
* Add a private API for writing the clip to the stencilGravatar Stan Iliev2017-08-02
* Revert "Revert "support for 'half' types in sksl, plus general numeric type i...Gravatar Ethan Nicholas2017-08-02
* Guard against D3D NaN/Infinity literals bug in color burnGravatar Brian Osman2017-08-02
* Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on ...Gravatar Greg Daniel2017-08-02
* CCPR: Transform path points before handling curvesGravatar Chris Dalton2017-08-02
* Make ProcessorCloneTest more robust, fix matrix conv. onIsEqualGravatar Brian Salomon2017-08-01
* Fix cleanup on program creation failureGravatar Robert Phillips2017-08-01
* Revert "support for 'half' types in sksl, plus general numeric type improveme...Gravatar Ethan Nicholas2017-08-01
* Guard against D3D NaN/Infinity literals bugGravatar Brian Osman2017-08-01
* support for 'half' types in sksl, plus general numeric type improvementsGravatar Ethan Nicholas2017-08-01
* Revert "Revert "Revert "Add support for semaphores to be inserted on GrContex...Gravatar Yuqian Li2017-08-01
* Allow RegionOp to be used for stencilingGravatar Brian Salomon2017-08-01
* Revert "Revert "Add support for semaphores to be inserted on GrContext flush""Gravatar Greg Daniel2017-08-01
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* Add GrMtlUtil classGravatar Greg Daniel2017-07-31
* Require clone() be implemented by GrFragmentProcessor subclassesGravatar Brian Salomon2017-07-31
* More GrPipeline cleanup.Gravatar Brian Salomon2017-07-31
* Don't draw text with zero glyph counts as pathsGravatar Jim Van Verth2017-07-31
* Initialize GrPipeline at construction.Gravatar Brian Salomon2017-07-31
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* automatically generate clone() methods for SkSL fragment processorsGravatar Ethan Nicholas2017-07-31
* Add caps files for metalGravatar Greg Daniel2017-07-31
* Uncomment glinterface asserts not that chrome has functionsGravatar Greg Daniel2017-07-31
* Compute correct bounds for DrawShadowRec.Gravatar Jim Van Verth2017-07-31
* Don't create GrAtlasTextBlobs for zero glyph count text draws.Gravatar Brian Salomon2017-07-31
* Two small fixes from recent changes prepping for std::unique_ptr<GrFragmentPr...Gravatar Brian Salomon2017-07-28
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* Add clone methods to unit test GrFragmentProcessor classesGravatar Brian Salomon2017-07-28
* Make op-level texture uploading be GrProxy-basedGravatar Robert Phillips2017-07-28
* Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a G...Gravatar Robert Phillips2017-07-28
* Implement clone for 6 additional GrFragmentProcessor subclasses.Gravatar Brian Salomon2017-07-28
* Remove the now unused GR_PROXY_MOVE macroGravatar Brian Salomon2017-07-28
* Pull non-substantive changes out of omnibus GrSurface CLGravatar Robert Phillips2017-07-27
* switched to infra version of clang-format for skslcGravatar Ethan Nicholas2017-07-27
* Remove GrTraceMarker and friendsGravatar Brian Osman2017-07-27
* Make StencilPathArgs hold a GrRenderTargetProxy (rather than a GrRenderTarget)Gravatar Robert Phillips2017-07-27
* Implement GrFragmentProcessor::clone for 6 additional subclasses.Gravatar Brian Salomon2017-07-27
* Remove Gr1DKernelEffect "helper" class.Gravatar Brian Salomon2017-07-27
* Expose srgbDecodeDisableSupport in GrCapsGravatar Brian Osman2017-07-27
* Remove GrSingleTextureEffectGravatar Brian Salomon2017-07-26
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Gravatar Robert Phillips2017-07-26
* moved changes out of autogenerated .cpp file and into source .fp fileGravatar Ethan Nicholas2017-07-26
* Don't clamp in GrGLNonlinearColorSpaceXformEffect to support scRGBGravatar Stan Iliev2017-07-26
* Compose and YUV fragment processor clone implementationsGravatar Brian Salomon2017-07-26
* More GrFragmentProcessor::clone() implementations.Gravatar Brian Salomon2017-07-26