index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
ops
/
GrShadowRRectOp.cpp
Commit message (
Expand
)
Author
Age
*
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
*
Move op memory storage to GrContext (take 2)
Robert Phillips
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
*
Revert "Move op memory storage to GrContext"
Robert Phillips
2018-06-15
*
Move op memory storage to GrContext
Robert Phillips
2018-06-15
*
Plumb GrContext everywhere
Robert Phillips
2018-06-12
*
Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu.
Brian Salomon
2018-06-08
*
Avoid degenerate matrices (that trigger asserts) in test code
Brian Osman
2018-06-08
*
Minor shadow fixes.
Jim Van Verth
2018-04-24
*
Revert "Remove ambient clamp hack for analytic shadows."
Jim Van Verth
2018-04-23
*
Remove ambient clamp hack for analytic shadows.
Jim Van Verth
2018-04-19
*
move some RRect methods into priv
Mike Reed
2018-02-22
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Move GrAppliedClip into GrPipeline
Brian Salomon
2017-08-10
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
*
Make ShadowRRectOp a non-legacy GrMeshDrawOp
Brian Salomon
2017-07-13
*
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
*
Include non-legacy GrMeshDrawOps in GLPrograms test.
Brian Salomon
2017-05-12
*
Fix transparent ambient shadows
Jim Van Verth
2017-05-11
*
Clean up shadow assert.
Jim Van Verth
2017-05-10
*
More analytic shadow refactoring.
Jim Van Verth
2017-05-05
*
Convert GrMesh to a struct
Chris Dalton
2017-05-03
*
Optimizations for analytic shadows.
Jim Van Verth
2017-05-01
*
Fix fast blur for shadow rrects.
Jim Van Verth
2017-04-28
*
Move pipeline handling out of GrMeshDrawOp.
Brian Salomon
2017-04-03
*
Renames of processor analysis-related classes and method.
Brian Salomon
2017-03-30
*
Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...
Brian Salomon
2017-03-29
*
Split GrPipelineInput into separate color and coverage types, the latter of w...
Brian Salomon
2017-03-27
*
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...
Brian Salomon
2017-03-09
*
Use fast path for circular shadows.
Jim Van Verth
2017-03-02
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
Remove component flags from GrPipelineInput.
Brian Salomon
2017-02-14
*
Remove exec bit from source files.
Ben Wagner
2017-02-08
*
make GR_TEST_UTILS=0 work
Hal Canary
2017-02-02
*
Remove ref counting from GrOp.
Brian Salomon
2017-01-03
*
Misc batch->op cleanup Part 2 of 2
Brian Salomon
2016-12-21
*
This renames methods and classes that relate to static analysis of combinatio...
Brian Salomon
2016-12-21
*
Rename files, macros, types, and functions related to GrDrawOp testing.
Brian Salomon
2016-12-20
*
move src/gpu/batches -> src/gpu/ops
Brian Salomon
2016-12-16