index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
OnFlushCallbackTest.cpp
Commit message (
Expand
)
Author
Age
*
Remove clamping of kPlus with F16 configs
Brian Osman
2018-07-11
*
Refactor GrPipeline dynamic state.
Brian Salomon
2018-06-26
*
Revert "Revert "Change how vertex/instance attributes are handled in geometry...
Brian Salomon
2018-06-19
*
Revert "Change how vertex/instance attributes are handled in geometry process...
Mike Klein
2018-06-19
*
Change how vertex/instance attributes are handled in geometry processors.
Brian Salomon
2018-06-18
*
ccpr: Use lazy proxies with GrCCAtlas
Chris Dalton
2018-06-18
*
Plumb GrContext everywhere
Robert Phillips
2018-06-12
*
Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu.
Brian Salomon
2018-06-08
*
Dest color space no longer impacts mipmaps or texture sampling
Brian Osman
2018-06-01
*
Remove SK_SUPPORT_GPU checks in tool-only code
Brian Osman
2018-05-31
*
Delete GrDrawOp::wasRecorded
Chris Dalton
2018-05-23
*
Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRect
Brian Salomon
2018-05-18
*
Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly.
Brian Salomon
2018-05-17
*
Move internal calls from GrContext to GrContextPriv
Robert Phillips
2018-03-06
*
Remove GrSurfaceOrigin from GrSurfaceDesc.
Brian Salomon
2018-03-05
*
Use a lazy proxy in OnFlushCallbackTest to fulfill some old TODOs
Robert Phillips
2018-02-14
*
IWYU -- SkShader.h
Mike Reed
2018-01-23
*
Funnel most proxy creation through GrProxyProvider
Robert Phillips
2018-01-16
*
Add GrProxyProvider
Robert Phillips
2018-01-08
*
Prefer fullscreen clears on Qualcomm/GL
Chris Dalton
2017-12-12
*
Patch up ref counting of proxies (take 2)
Robert Phillips
2017-11-13
*
Revert "Patch up ref counting of proxies"
Robert Phillips
2017-11-13
*
Patch up ref counting of proxies
Robert Phillips
2017-11-13
*
make point array methods private
Cary Clark
2017-11-07
*
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
Brian Osman
2017-10-18
*
Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.
Brian Salomon
2017-10-18
*
Revert "Revert "Make GPU backend triangulate rects such that they are rendere...
Brian Salomon
2017-10-18
*
Revert "Make GPU backend triangulate rects such that they are rendered as tri...
Brian Salomon
2017-10-17
*
Make GPU backend triangulate rects such that they are rendered as tri strips ...
Brian Salomon
2017-10-17
*
Don't execute onFlush op lists until after GPU data is uploaded
Chris Dalton
2017-10-06
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
Change visitProxies signature
Robert Phillips
2017-09-14
*
Add method to iterate over a GrOp's GrSurfaceProxies
Robert Phillips
2017-09-13
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
*
Pull non-substantive changes out of omnibus GrSurface CL
Robert Phillips
2017-07-27
*
Remove GrTestMeshDrawOp
Brian Salomon
2017-07-14
*
Make ops used in OnFlushCallbackTest be non-legacy GrMeshDrawOps.
Brian Salomon
2017-07-14
*
Revert "Revert "Add API for flushing surfaces with gpu semaphores""
Greg Daniel
2017-06-16
*
Revert "Add API for flushing surfaces with gpu semaphores"
Greg Daniel
2017-06-15
*
Add API for flushing surfaces with gpu semaphores
Greg Daniel
2017-06-15
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
Add GrPrimitiveType::kLinesAdjacency
Chris Dalton
2017-06-13
*
Revert "Add GrPrimitiveType::kLinesAdjacency"
Ravi Mistry
2017-06-13
*
Add GrPrimitiveType::kLinesAdjacency
Chris Dalton
2017-06-13
*
Fix glDrawRangeElements
Chris Dalton
2017-05-30
*
Convert GrMesh back to a class
Chris Dalton
2017-05-15
*
Add postFlush call to GrOnFlushCallbackObject
Chris Dalton
2017-05-05