aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Avoid converting drawImage/drawImageRect into drawBitmap callsGravatar Derek Sollenberger2017-08-11
* Remove CHECK_SHOULD_DRAW from SkGpuDeviceGravatar Brian Salomon2017-08-11
* Replace log2 with SkNextLog2Gravatar Brian Osman2017-08-11
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Remove fStencilClearValue from Vulkan's CommandBufferInfo structGravatar Robert Phillips2017-08-10
* Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and...Gravatar Brian Salomon2017-08-10
* Revert "Revert "Support single line objects and arrays""Gravatar Brian Osman2017-08-10
* Revert "Revert "GrContext::dump that produces JSON formatted output""Gravatar Brian Osman2017-08-10
* Move GrAppliedClip into GrPipelineGravatar Brian Salomon2017-08-10
* Remove accessRenderTarget calls in service of binding stencil bufferGravatar Robert Phillips2017-08-10
* Revert "GrContext::dump that produces JSON formatted output"Gravatar Brian Osman2017-08-09
* Revert "Support single line objects and arrays"Gravatar Brian Osman2017-08-09
* Move GrProcessorSet into GrPipelineGravatar Brian Salomon2017-08-09
* Revert "Store discard request on the opList and remove GrDiscardOp"Gravatar Robert Phillips2017-08-09
* Support single line objects and arraysGravatar Brian Osman2017-08-09
* GrContext::dump that produces JSON formatted outputGravatar Brian Osman2017-08-09
* Store discard request on the opList and remove GrDiscardOpGravatar Robert Phillips2017-08-09
* Improve float-based dither logicGravatar Eric Karl2017-08-09
* Fix stencil clear load in VulkanGravatar Robert Phillips2017-08-09
* Store GrRenderTarget in GrGpuCommandBufferGravatar Robert Phillips2017-08-09
* Add explicit clear of stencil buffer before opLists that use themGravatar Robert Phillips2017-08-08
* Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorTypeGravatar Florin Malita2017-08-08
* 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