aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops
Commit message (Expand)AuthorAge
* Disable flat interpolation in TextureOp on QualcommGravatar Brian Salomon2017-09-15
* Allow GrDrawOpAtlas to grow as neededGravatar Jim Van Verth2017-09-15
* Change visitProxies signatureGravatar Robert Phillips2017-09-14
* Make GrCopySurfaceOp participate in the GrOplist DAGGravatar Robert Phillips2017-09-14
* Add method to iterate over a GrOp's GrSurfaceProxiesGravatar Robert Phillips2017-09-13
* Add support for additional textures in GrDrawOpAtlasGravatar Jim Van Verth2017-09-12
* Remove repeated conditional in TextureOp.Gravatar Brian Salomon2017-09-11
* Add multitexture support to text and path shaders, take 3.Gravatar Jim Van Verth2017-09-11
* Revert "Revert "Revert "Add multitexture support to text and path shaders"""Gravatar Mike Klein2017-09-08
* Revert "Revert "Add multitexture support to text and path shaders""Gravatar Jim Van Verth2017-09-08
* Revert "Add multitexture support to text and path shaders"Gravatar Jim Van Verth2017-09-08
* Revert "Revert "Make TextureOp use multitexturing to batch draws of different...Gravatar Brian Salomon2017-09-08
* Add multitexture support to text and path shadersGravatar Jim Van Verth2017-09-08
* Improve GrPathRendererChain heuristicsGravatar Chris Dalton2017-09-07
* Revert "Make TextureOp use multitexturing to batch draws of different SkImages."Gravatar Robert Phillips2017-09-07
* Make TextureOp use multitexturing to batch draws of different SkImages.Gravatar Brian Salomon2017-09-07
* Revert "Improve GrPathRendererChain heuristics"Gravatar Chris Dalton2017-09-07
* Improve GrPathRendererChain heuristicsGravatar Chris Dalton2017-09-07
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Use high precision for TextureOp texture coord varyingGravatar Brian Salomon2017-08-31
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Store discard request on the opList and remove GrDiscardOp (take 3)Gravatar Robert Phillips2017-08-29
* Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDev...Gravatar Brian Salomon2017-08-28
* change SkRect::growToInclude to take a point instead of x,yGravatar Mike Reed2017-08-28
* Switch atlas clients over to using absolute texture coordinates (take 2)Gravatar Robert Phillips2017-08-25
* Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.Gravatar Greg Daniel2017-08-24
* Revert "Switch atlas clients over to using absolute texture coordinates"Gravatar Robert Phillips2017-08-24
* Switch atlas clients over to using absolute texture coordinatesGravatar Robert Phillips2017-08-24
* Switch GrSmallPath renderer over to always using integer texture coordinatesGravatar Robert Phillips2017-08-23
* Fix artifacts on tiny stroked paths scaled up a lot.Gravatar Stephen White2017-08-23
* Revert "Fix artifacts on tiny stroked paths scaled up a lot."Gravatar Robert Phillips2017-08-23
* Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::dra...Gravatar Brian Salomon2017-08-22
* Fix artifacts on tiny stroked paths scaled up a lot.Gravatar Stephen White2017-08-22
* Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[R...Gravatar Brian Salomon2017-08-18
* Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() w...Gravatar Brian Salomon2017-08-18
* Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when poss...Gravatar Brian Salomon2017-08-18
* Move DrawToTargetWithShapeMask to GrSoftwarePathRendererGravatar Brian Osman2017-08-17
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Minor geometry processor clarification.Gravatar Brian Salomon2017-08-16
* Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and...Gravatar Brian Salomon2017-08-10
* Move GrAppliedClip into GrPipelineGravatar Brian Salomon2017-08-10
* Remove accessRenderTarget calls in service of binding stencil bufferGravatar Robert Phillips2017-08-10
* Move GrProcessorSet into GrPipelineGravatar Brian Salomon2017-08-09
* Revert "Store discard request on the opList and remove GrDiscardOp"Gravatar Robert Phillips2017-08-09
* Store discard request on the opList and remove GrDiscardOpGravatar Robert Phillips2017-08-09
* Store GrRenderTarget in GrGpuCommandBufferGravatar Robert Phillips2017-08-09
* Add GrDebugMarkerOpGravatar Robert Phillips2017-08-08
* Fix corner case in NonAAStrokeRectOp (stroke width > the rect's width or height)Gravatar Robert Phillips2017-08-04