index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrContext.cpp
Commit message (
Expand
)
Author
Age
*
Limit lifetime of GrDrawContext objects
robertphillips
2015-09-01
*
Remove GrGpuTraceMarker hooks until we rethink the design
joshualitt
2015-09-01
*
Rename flag from "distance field" to "device independent."
bsalomon
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
Add ANGLE workaround to prefer flushes over VRAM usage
robertphillips
2015-08-20
*
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
bsalomon
2015-08-17
*
Expand functionality of GrRectBatchFactory with AARects
joshualitt
2015-08-10
*
Make folder for batches
joshualitt
2015-08-07
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Make GrGpu read/write pixels take GrSurface
bsalomon
2015-07-30
*
Skip temp texture when config conversion test has already failed.
bsalomon
2015-07-29
*
Don't read from unref'ed RT in GrContext::readSurfacePixels
bsalomon
2015-07-28
*
Move draw on upload decision in GrGpu
bsalomon
2015-07-28
*
Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of http...
bsalomon
2015-07-28
*
Rename GrInOrderDrawBuffer to GrBufferedDrawTarget
joshualitt
2015-07-28
*
Move draw on upload decision in GrGpu
bsalomon
2015-07-28
*
Attempt to somewhat simplify GrContext::readSurfacePixels interaction with Gr...
bsalomon
2015-07-23
*
Make readpixels work on GrTextures
bsalomon
2015-07-16
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
Rename flushForExternalRead->flushForExternalIO and always call in SkSurface:...
bsalomon
2015-06-30
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
Work around for nexus 6 TexSubImage issue
joshualitt
2015-06-18
*
Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of ...
joshualitt
2015-06-18
*
Work around for nexus 6 TexSubImage issue
joshualitt
2015-06-18
*
Add useDFT field to SkDeviceProperties
robertphillips
2015-06-18
*
Make GrTextContext be owned by the GrDrawContext
robertphillips
2015-06-17
*
Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:12...
bsalomon
2015-06-16
*
Make GrTextContext be owned by the GrDrawContext
robertphillips
2015-06-16
*
Implement support for mixed sampled render targets
vbuzinov
2015-06-12
*
Add direct getter for GrCaps to GrContext.
bsalomon
2015-05-29
*
Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...
bsalomon
2015-05-28
*
Add direct getter for GrCaps to GrContext.
bsalomon
2015-05-28
*
Add caps overrides to GMs
bsalomon
2015-05-27
*
Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter
robertphillips
2015-05-27
*
Unblock DEPS roll by remove SkAutoTUnref from GrDrawContext
robertphillips
2015-05-26
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
Store context options on caps.
bsalomon
2015-05-22
*
Revert of Store context options on caps. (patchset #3 id:40001 of https://cod...
bsalomon
2015-05-22
*
Store context options on caps.
bsalomon
2015-05-22
*
rename GrDrawTargetCaps.h to GrCaps.h and move to include
bsalomon
2015-05-22
*
Mark SkPaths created by GrContext fallback draw logic as volatile
kkinnunen
2015-05-21
*
Adding immediate mode draw target for debug
joshualitt
2015-05-19
*
Preliminary attempt to remove batch tracker
joshualitt
2015-05-19
*
Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 o...
joshualitt
2015-05-19
*
Preliminary attempt to remove batch tracker
joshualitt
2015-05-19
*
Make GrStrokeInfo inherit from SkStrokeRec
kkinnunen
2015-05-18
[next]