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
*
Revert of Add transfer buffer support. (patchset #9 id:160001 of https://code...
egdaniel
2015-12-03
*
Add transfer buffer support.
jvanverth
2015-12-02
*
Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...
bsalomon
2015-10-29
*
Remove min texture size support
bsalomon
2015-10-28
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-20
*
Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster
Brian Salomon
2015-10-19
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-19
*
Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...
egdaniel
2015-10-16
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-16
*
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
[next]