index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
mock
Commit message (
Expand
)
Author
Age
...
*
Remove deferred upload types from GrDrawOp.h.
Brian Salomon
2017-10-30
*
Add hint to SkSurface::MakeRenderTarget that we will use mips
Greg Daniel
2017-10-23
*
MakeBackendTextureFromSkImage
Eric Karl
2017-10-12
*
Add flag on GrBackendTexture to say whether texture is mipped or not
Greg Daniel
2017-10-12
*
Use enum to track MipMapsStatus throughout Texture creation
Greg Daniel
2017-10-12
*
Set correct mip map status on GrTexture since we no longer require all mip data
Greg Daniel
2017-10-10
*
Fall back to non mipped Texture when we can't copy base to mipped texture
Greg Daniel
2017-09-29
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.
Greg Daniel
2017-08-24
*
Store GrRenderTarget in GrGpuCommandBuffer
Robert Phillips
2017-08-09
*
Add explicit clear of stencil buffer before opLists that use them
Robert Phillips
2017-08-08
*
Add GrDebugMarkerOp
Robert Phillips
2017-08-08
*
Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on ...
Greg Daniel
2017-08-02
*
Revert "Revert "Revert "Add support for semaphores to be inserted on GrContex...
Yuqian Li
2017-08-01
*
Revert "Revert "Add support for semaphores to be inserted on GrContext flush""
Greg Daniel
2017-08-01
*
Revert "Remove origin field from GrSurface"
Robert Phillips
2017-08-01
*
Remove origin field from GrSurface
Robert Phillips
2017-07-31
*
Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a G...
Robert Phillips
2017-07-28
*
Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)
Robert Phillips
2017-07-26
*
Add Make[backend] calls for creating GrContexts
Greg Daniel
2017-07-25
*
Revert "Add support for semaphores to be inserted on GrContext flush"
Mike Reed
2017-07-22
*
Add support for semaphores to be inserted on GrContext flush
Greg Daniel
2017-07-22
*
Remove GrBackendTextureDesc
Brian Salomon
2017-07-20
*
Update gpu caps for valid sample counts.
Greg Daniel
2017-07-19
*
Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu
Robert Phillips
2017-07-12
*
Add mock config to tools and run through gms and benchs without crashing.
Brian Salomon
2017-07-07
*
Revert "Revert "Make mock GrContext unit testable.""
Brian Salomon
2017-07-06
*
Revert "Make mock GrContext unit testable."
Brian Salomon
2017-07-06
*
Make mock GrContext unit testable.
Brian Salomon
2017-07-06
*
header cleanup
Hal Canary
2017-07-05
*
Move mock gpu and caps, add Gr prefix, and create via GrContext::Create
Brian Salomon
2017-06-23
[prev]