aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/OnFlushCallbackTest.cpp
Commit message (Expand)AuthorAge
* added byte and ubyte types to SKSLGravatar Ruiqi Mao2018-07-17
* Remove clamping of kPlus with F16 configsGravatar Brian Osman2018-07-11
* Refactor GrPipeline dynamic state.Gravatar Brian Salomon2018-06-26
* Revert "Revert "Change how vertex/instance attributes are handled in geometry...Gravatar Brian Salomon2018-06-19
* Revert "Change how vertex/instance attributes are handled in geometry process...Gravatar Mike Klein2018-06-19
* Change how vertex/instance attributes are handled in geometry processors.Gravatar Brian Salomon2018-06-18
* ccpr: Use lazy proxies with GrCCAtlasGravatar Chris Dalton2018-06-18
* Plumb GrContext everywhereGravatar Robert Phillips2018-06-12
* Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu.Gravatar Brian Salomon2018-06-08
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* Delete GrDrawOp::wasRecordedGravatar Chris Dalton2018-05-23
* Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRectGravatar Brian Salomon2018-05-18
* Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly.Gravatar Brian Salomon2018-05-17
* Move internal calls from GrContext to GrContextPrivGravatar Robert Phillips2018-03-06
* Remove GrSurfaceOrigin from GrSurfaceDesc.Gravatar Brian Salomon2018-03-05
* Use a lazy proxy in OnFlushCallbackTest to fulfill some old TODOsGravatar Robert Phillips2018-02-14
* IWYU -- SkShader.hGravatar Mike Reed2018-01-23
* Funnel most proxy creation through GrProxyProviderGravatar Robert Phillips2018-01-16
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Prefer fullscreen clears on Qualcomm/GLGravatar Chris Dalton2017-12-12
* Patch up ref counting of proxies (take 2)Gravatar Robert Phillips2017-11-13
* Revert "Patch up ref counting of proxies"Gravatar Robert Phillips2017-11-13
* Patch up ref counting of proxiesGravatar Robert Phillips2017-11-13
* make point array methods privateGravatar Cary Clark2017-11-07
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectGravatar Brian Osman2017-10-18
* Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.Gravatar Brian Salomon2017-10-18
* Revert "Revert "Make GPU backend triangulate rects such that they are rendere...Gravatar Brian Salomon2017-10-18
* Revert "Make GPU backend triangulate rects such that they are rendered as tri...Gravatar Brian Salomon2017-10-17
* Make GPU backend triangulate rects such that they are rendered as tri strips ...Gravatar Brian Salomon2017-10-17
* Don't execute onFlush op lists until after GPU data is uploadedGravatar Chris Dalton2017-10-06
* Use shader based blending to clamp kPlus mode w/F16Gravatar Brian Osman2017-09-20
* Change visitProxies signatureGravatar Robert Phillips2017-09-14
* Add method to iterate over a GrOp's GrSurfaceProxiesGravatar Robert Phillips2017-09-13
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Move GrProcessorSet into GrPipelineGravatar Brian Salomon2017-08-09
* Pull non-substantive changes out of omnibus GrSurface CLGravatar Robert Phillips2017-07-27
* Remove GrTestMeshDrawOpGravatar Brian Salomon2017-07-14
* Make ops used in OnFlushCallbackTest be non-legacy GrMeshDrawOps.Gravatar Brian Salomon2017-07-14
* Revert "Revert "Add API for flushing surfaces with gpu semaphores""Gravatar Greg Daniel2017-06-16
* Revert "Add API for flushing surfaces with gpu semaphores"Gravatar Greg Daniel2017-06-15
* Add API for flushing surfaces with gpu semaphoresGravatar Greg Daniel2017-06-15
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* Revert "Add GrPrimitiveType::kLinesAdjacency"Gravatar Ravi Mistry2017-06-13
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* Fix glDrawRangeElementsGravatar Chris Dalton2017-05-30
* Convert GrMesh back to a classGravatar Chris Dalton2017-05-15
* Add postFlush call to GrOnFlushCallbackObjectGravatar Chris Dalton2017-05-05