index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTest.cpp
Commit message (
Expand
)
Author
Age
*
Make GrGpu read/write pixels take GrSurface
bsalomon
2015-07-30
*
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
*
Rename backing texture testing routines
jvanverth
2015-07-14
*
Start to propagate constness of GrPipelineBuilder up the stack
joshualitt
2015-07-13
*
Remove GL-specific code from GMs and tests
jvanverth
2015-07-13
*
Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of...
reed
2015-06-25
*
Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https...
reed
2015-06-25
*
Return GrGLContext from GrTestTarget
joshualitt
2015-06-25
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Fix for crashing bots
joshualitt
2015-06-01
*
Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #1...
bsalomon
2015-06-01
*
Refactor GrGpu path rendering functions to GrPathRendering
kkinnunen
2015-06-01
*
SkImage::NewFromYUVTexturesCopy
bsalomon
2015-05-29
*
Add caps overrides to GMs
bsalomon
2015-05-27
*
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 to GrCaps
bsalomon
2015-05-19
*
Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220...
mtklein
2015-05-18
*
Move copy-surface-as-draw fallback to GrGLGpu.
bsalomon
2015-05-18
*
Don't issue texture barriers for RT's with separate storage
cdalton
2015-05-13
*
Iterate over instanced draws in GrGpu rather than above GrBatchTarget
bsalomon
2015-05-07
*
Isolate GrBufferAllocPools inside GrBatchTarget
robertphillips
2015-05-07
*
Move DrawInfo out from GrDrawTarget and rename to GrVertices.
bsalomon
2015-05-05
*
Use texture barriers to read directly from the RT
cdalton
2015-04-29
*
Remove vertex/index buffer factilities from GrDrawTarget.
bsalomon
2015-04-28
*
Refactor createTexture and onCreateTexture
egdaniel
2015-04-22
*
Rename GrStencilBuffer to GrStencilAttachment
egdaniel
2015-04-16
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Move clip off of draw target
joshualitt
2015-02-23
*
Fix release-developer build.
bsalomon
2015-02-23
*
Add stencil buffer create tracking to GPU stats.
bsalomon
2015-02-23
*
Handle the case when the GrResourceCache timestamp wraps.
bsalomon
2015-02-19
*
Recycle stencil buffers across render targets.
bsalomon
2015-02-19
*
Avoid wrong memory access due to double substitution and %%
kkinnunen
2015-02-19
*
Use an array of nonpurgeable resources in GrResourceCache
bsalomon
2015-02-17
*
Split out methods in GrGpuResource::CacheAccess that can be called outside of...
bsalomon
2015-02-13
*
Rename GrResourceCache2->GrResourceCache
bsalomon
2015-02-11
*
Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #...
bsalomon
2015-02-06
*
Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:2000...
bsalomon
2015-02-05
*
Move DstCopy on gpu into the GrXferProcessor.
egdaniel
2015-02-05
*
Revert "Move DstCopy on gpu into the GrXferProcessor."
egdaniel
2015-02-04
*
Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1...
egdaniel
2015-02-04
*
Revert "Move DstCopy on gpu into the GrXferProcessor."
egdaniel
2015-02-04
*
Move DstCopy on gpu into the GrXferProcessor.
egdaniel
2015-02-03
[next]