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
*
Revert "GrResourceCache2 manages scratch texture."
Brian Salomon
2014-10-07
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-07
*
GrContext::copyTexture->GrContext::copySurface.
bsalomon
2014-10-07
*
Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes ...
bsalomon
2014-10-02
*
GrContext::copyTexture->GrContext::copySurface.
bsalomon
2014-10-02
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-30
*
Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...
robertphillips
2014-09-30
*
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...
robertphillips
2014-09-30
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-09-30
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-29
*
Make writeRenderTargetPixels use draw buffer rather than GrGpu
bsalomon
2014-09-29
*
Applying post-commit comments from https://codereview.chromium.org/607993002/
junov
2014-09-29
*
Change GrContext::copyTexture to go through GrDrawTarget
junov
2014-09-26
*
Revert "Use draw buffer for texture copy impl."
Brian Salomon
2014-09-24
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Use draw buffer for texture copy impl.
bsalomon
2014-09-23
*
Don't flush on read/write pixels unless necessary
bsalomon
2014-09-22
*
Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:2...
bsalomon
2014-09-22
*
Don't flush on read/write pixels unless necessary
bsalomon
2014-09-22
*
Add counting of some GL calls
robertphillips
2014-09-18
*
Remove createPath* from GrGpu and GrContext
cdalton
2014-09-17
*
Fix typo
robertphillips
2014-09-17
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Initial change to create GeometryProcessor
joshualitt
2014-09-04
*
Make setVertexAttribs in GrDrawState take a stride parameter.
egdaniel
2014-08-28
*
Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patc...
djsollen
2014-08-27
*
Make setVertexAttribs in GrDrawState take a stride parameter.
egdaniel
2014-08-27
*
Remove skip draw check in GrContext
egdaniel
2014-08-27
*
Fix leak of GrResourceCacheEntry
bsalomon
2014-08-22
*
Add GrResourceCache2.
bsalomon
2014-08-21
*
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...
bsalomon
2014-08-19
*
Add GrResourceCache2.
bsalomon
2014-08-19
*
Use combined color/coverage attribute when possible in aa rect renderer.
bsalomon
2014-08-13
*
Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...
george
2014-08-12
*
Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this ...
krajcevski
2014-08-12
*
Always use both a color and coverage attribute in GrAARectRenderer.
bsalomon
2014-08-11
*
Add an opaqueness hint to GrDrawState.
bsalomon
2014-08-08
*
Enable gpu Debug markers if tracing category skia.gpu is enabled
egdaniel
2014-08-04
*
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
bsalomon
2014-08-04
*
Exit early when draw can be skipped. Be more robust against abandoned GrContext.
bsalomon
2014-08-04
*
Remove support in the gpu to use hardware AA lines. Current code paths could ...
egdaniel
2014-07-29
*
Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromi...
egdaniel
2014-07-29
*
Some fixes around GrContext::abandonContext:
bsalomon
2014-07-29
*
Remove gpu support for willUseHWAALines.
egdaniel
2014-07-29
*
Test abandoning GL context in dm/nanobench.
bsalomon
2014-07-28
*
Rename GrGpuObject to GrGpuResource
bsalomon
2014-07-25
*
Merge GrGpuObject and GrCacheable.
bsalomon
2014-07-25
*
Make GrCacheable implement its own ref counting.
bsalomon
2014-07-21
*
Add macro so that gpu trace marker can add an arg to the TRACE_EVENT it makes
egdaniel
2014-07-21
*
Improve gpu tracing when applying markers directly to gpu target
egdaniel
2014-07-09
[next]