index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpu.h
Commit message (
Expand
)
Author
Age
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...
robertphillips
2016-03-25
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
Add unit test for vertex attribute count.
bsalomon
2016-03-23
*
Make max number of vertex attributes be checked dynamically
bsalomon
2016-03-23
*
Update how we send draws to gpu backend to reduce state setting.
egdaniel
2016-03-17
*
Don't allow nullptr in texels array params (unless using a transfer buffer).
bsalomon
2016-03-09
*
Add "sample locations" feature to GrProcessor
cdalton
2016-03-07
*
Revert of Don't allow nullptr in texels array params (unless using a transfer...
bsalomon
2016-03-04
*
Don't allow nullptr in texels array params (unless using a transfer buffer).
bsalomon
2016-03-04
*
Creating functions for uploading a mipmapped texture.
cblume
2016-02-26
*
Fix copy-paste typo in comment.
brianosman
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Add wrapBackendTextureAsRenderTarget API
ericrk
2016-02-24
*
Add GrGpu support for Vulkan command buffer flush
jvanverth
2016-02-17
*
There is an unused rowBytes parameter being passed along.
cblume
2016-02-16
*
Remove deferred clear from SkGpuDevice
bsalomon
2016-02-05
*
added support for PLS path rendering
ethannicholas
2016-01-30
*
Cleaning up trailing spaces and typos.
cblume
2016-01-26
*
Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...
ethannicholas
2016-01-22
*
Make swizzling in read/write pixel copy code more generic
bsalomon
2016-01-22
*
added support for PLS path rendering
ethannicholas
2016-01-22
*
Texturing support for RECTANGLE textures.
bsalomon
2016-01-20
*
More framework support for TransferBuffers
jvanverth
2016-01-05
*
Add option to draw wireframe batch bounds
bsalomon
2015-12-03
*
Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of...
scroggo
2015-12-03
*
Add option to draw wireframe batch bounds
bsalomon
2015-12-03
*
Add transfer buffer support.
jvanverth
2015-12-03
*
Revert of Add transfer buffer support. (patchset #9 id:160001 of https://code...
egdaniel
2015-12-03
*
reset shader compilations for stats
joshualitt
2015-12-02
*
Add transfer buffer support.
jvanverth
2015-12-02
*
Began logging more gpu stats from nanobench
joshualitt
2015-12-02
*
Fix leaks in unit tests of GrGLTextureInfos
bsalomon
2015-11-11
*
Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...
bsalomon
2015-10-29
*
Move GrGLBufferImpl's GL calls to behind GrGLGpu
joshualitt
2015-10-23
*
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
*
Remove batchtracker
joshualitt
2015-09-11
*
Add number of draws to GrGpu stats
joshualitt
2015-09-08
*
Remove GrGpuTraceMarker hooks until we rethink the design
joshualitt
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Fix for copy surface not handling dirty context
joshualitt
2015-08-21
*
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
[next]