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
*
aa rect renderer takes a gpu on construction
joshualitt
2014-10-28
*
Widen the set of nested rects that can be drawn natively on the GPU
robertphillips
2014-10-21
*
Prefer to recycle non-RT scratch textures that don't have pending IO
bsalomon
2014-10-15
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
Change GrTextContext fallbacks to be a linked list chain.
jvanverth
2014-10-14
*
Devirtualize read/write pixels on surface.
bsalomon
2014-10-13
*
Use presence of a content key as non-scratch indicator
bsalomon
2014-10-09
*
Revert of Use presence of a content key as non-scratch indicator (patchset #5...
bsalomon
2014-10-08
*
Use presence of a content key as non-scratch indicator
bsalomon
2014-10-08
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
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
[next]