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
*
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
*
Add texture create/upload stats and make nanobench have explicit gpu stats flag
bsalomon
2015-02-02
*
patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40...
mtklein
2015-02-02
*
Make stencil buffers uncached for uncached render target textures
kkinnunen
2015-01-27
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
remove drawtype
joshualitt
2015-01-21
*
BUG=skia:
joshualitt
2015-01-20
*
Make uncached textures uncached from the get go.
bsalomon
2015-01-14
*
Stop creating GrODS for stencilPath commands.
bsalomon
2014-12-17
*
Remove GrGpu::flushGraphicsState
bsalomon
2014-12-16
*
move program descriptor generation to flush
joshualitt
2014-12-04
*
Revert of move program descriptor generation to flush (patchset #7 id:120001 ...
joshualitt
2014-12-04
*
move program descriptor generation to flush
joshualitt
2014-12-03
*
some cleanup around GrGpu/GrDrawTarget copySurface
bsalomon
2014-11-26
*
Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:...
bsalomon
2014-11-26
*
some cleanup around GrGpu/GrDrawTarget copySurface
bsalomon
2014-11-26
*
dstCopy on optdrawstate
joshualitt
2014-11-20
*
scissor state on optstate
joshualitt
2014-11-19
*
Drawstate on stack
joshualitt
2014-11-17
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-14
*
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...
bsalomon
2014-11-14
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-14
*
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...
bsalomon
2014-11-13
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-13
*
Snap optdrawstate in inorder draw buffer and pass into gpu
joshualitt
2014-11-10
*
simple cl to cleanup friends in GrGpu
joshualitt
2014-11-07
*
Refactor DrawTarget and GPU to be independent
joshualitt
2014-11-07
[next]