index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpu.cpp
Commit message (
Expand
)
Author
Age
*
Move some of the adding stencil attachment logic of Gpu and into Render Target.
egdaniel
2015-09-14
*
wire up incNumDraws
joshualitt
2015-09-09
*
Remove GrGpuTraceMarker hooks until we rethink the design
joshualitt
2015-09-01
*
Various minor cross-platform changes
jvanverth
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Fix for copy surface not handling dirty context
joshualitt
2015-08-21
*
Defer flushes if kPreferNoIO is specified
robertphillips
2015-08-13
*
Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu
bsalomon
2015-08-12
*
Move some work from backend onClear to base class clear
egdaniel
2015-08-06
*
Move some parts of onReadPixels up to GrGpu readPixels.
egdaniel
2015-07-30
*
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
*
Move draw on upload decision in GrGpu
bsalomon
2015-07-28
*
Refactor GrBufferAllocPools to use resource cache
robertphillips
2015-06-24
*
Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:...
robertphillips
2015-06-23
*
Refactor GrBufferAllocPools to use resource cache
robertphillips
2015-06-23
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Implement support for mixed sampled render targets
vbuzinov
2015-06-12
*
Refactor GrGpu path rendering functions to GrPathRendering
kkinnunen
2015-06-01
*
rename GrDrawTargetCaps.h to GrCaps.h and move to include
bsalomon
2015-05-22
*
Add check in GrGpu createTexture to make sure we don't create multisampled te...
egdaniel
2015-05-12
*
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
*
Move instanced index buffer creation to flush time
bsalomon
2015-05-04
*
Revert of Move instanced index buffer creation to flush time (patchset #6 id:...
bsalomon
2015-05-04
*
Move instanced index buffer creation to flush time
bsalomon
2015-05-04
*
Move function to be static instead of anonymous namespace
egdaniel
2015-04-22
*
Refactor createTexture and onCreateTexture
egdaniel
2015-04-22
*
Rename GrStencilBuffer to GrStencilAttachment
egdaniel
2015-04-16
*
Disable sharing of stencil buffers across differently sized rendertargets
robertphillips
2015-03-20
*
Remove recent changes to use temp fbo to do stencil clears.
egdaniel
2015-03-18
*
Fix uninitialized variable in GrGpu
hendrikw
2015-03-04
*
clear stencil buffer using special purpose FBO
bsalomon
2015-02-23
*
Dynamically create stencil buffer when needed.
bsalomon
2015-02-23
*
Round stencil buffers dims up to next pow2 when allowed
bsalomon
2015-02-20
*
Recycle stencil buffers across render targets.
bsalomon
2015-02-19
*
Split out methods in GrGpuResource::CacheAccess that can be called outside of...
bsalomon
2015-02-13
*
Rename GrResourceCache2->GrResourceCache
bsalomon
2015-02-11
*
Add texture create/upload stats and make nanobench have explicit gpu stats flag
bsalomon
2015-02-02
*
Make stencil buffers uncached for uncached render target textures
kkinnunen
2015-01-27
*
Zap the scratch key on non-RT textures when scratch textures are disabled.
bsalomon
2015-01-23
*
BUG=skia:
joshualitt
2015-01-20
*
Make uncached textures uncached from the get go.
bsalomon
2015-01-14
*
Add a simpler key type for scratch resource keys.
bsalomon
2014-12-30
*
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
[next]