index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrDrawContext.cpp
Commit message (
Expand
)
Author
Age
*
Remove DrawingMgr shims from GrContext
robertphillips
2015-10-17
*
Loosen requirement that there be only one GrDrawTarget
robertphillips
2015-10-16
*
GrDrawContext now holds GrRenderTarget pointer
robertphillips
2015-10-15
*
Updates nvpr text blobs to not store a direct reference to the
cdalton
2015-10-08
*
Dynamically allocate the GrDrawContexts
robertphillips
2015-10-06
*
Remove separate cache for clip mask textures
bsalomon
2015-10-02
*
Move determiniation of strokerect rects internal
joshualitt
2015-09-22
*
Move some of the adding stencil attachment logic of Gpu and into Render Target.
egdaniel
2015-09-14
*
Late creation of GrPathProcessor
joshualitt
2015-09-10
*
GrPathRangeBatch
bsalomon
2015-09-09
*
Add new GM to directly exercise perspective bitmap drawing
robertphillips
2015-09-03
*
Make GrTextContext no longer store a GrDrawContext
robertphillips
2015-09-01
*
Rename flag from "distance field" to "device independent."
bsalomon
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Standardize BW to NonAA
joshualitt
2015-08-21
*
Create separate entry points for the various flavors of drawRect
joshualitt
2015-08-21
*
stop dropping AA when rect stays rect
joshualitt
2015-08-19
*
Revert of stop dropping AA when rect stays rect (patchset #8 id:140001 of htt...
joshualitt
2015-08-14
*
stop dropping AA when rect stays rect
joshualitt
2015-08-14
*
Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...
bsalomon
2015-08-13
*
Revise DrawAtlasBatch to get rid of one copy when generating the batch.
jvanverth
2015-08-12
*
trivial CL to add drawBatch to GrDrawContext
joshualitt
2015-08-10
*
Expand functionality of GrRectBatchFactory with AARects
joshualitt
2015-08-10
*
Move GrStrokeRectBatch creation to behind factory
joshualitt
2015-08-10
*
GrDrawVertices to batches
joshualitt
2015-08-07
*
Move GrDrawAtlasBatch to separate file
jvanverth
2015-08-07
*
Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https:/...
jvanverth
2015-08-07
*
Move GrDrawAtlasBatch to separate file
jvanverth
2015-08-07
*
Make folder for batches
joshualitt
2015-08-07
*
First pass at drawAtlas batching.
jvanverth
2015-08-07
*
Don't pass pipeline to GrBatch::generateGeometry()
bsalomon
2015-08-06
*
Give strokerectbatch a proper home
bsalomon
2015-08-05
*
Remove SHADER_AA_FILL_RECT flag
robertphillips
2015-08-05
*
Remove IGNORE_ROT_AA_RECT_OPT flag
robertphillips
2015-08-04
*
Use new API everywhere for GrDefaultGeoProcFactory
joshualitt
2015-08-03
*
Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:...
joshualitt
2015-08-03
*
Use new API everywhere for GrDefaultGeoProcFactory
joshualitt
2015-08-03
*
Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...
bsalomon
2015-07-31
*
All batches do their own pipeline compare
joshualitt
2015-07-16
*
ovals now take a const GrPipelineBuilder
joshualitt
2015-07-13
*
Start to propagate constness of GrPipelineBuilder up the stack
joshualitt
2015-07-13
*
Trivial cleanup
joshualitt
2015-07-10
*
Remove setFromPaint from GrPipelineBuilder
joshualitt
2015-07-09
*
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
bsalomon
2015-07-08
*
Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview....
bsalomon
2015-07-08
*
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
bsalomon
2015-07-08
*
Hide NVPR text behind distance field flag
cdalton
2015-06-29
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
Add useDFT field to SkDeviceProperties
robertphillips
2015-06-18
[next]