aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/mock
Commit message (Expand)AuthorAge
* Remove deferred upload types from GrDrawOp.h.Gravatar Brian Salomon2017-10-30
* Add hint to SkSurface::MakeRenderTarget that we will use mipsGravatar Greg Daniel2017-10-23
* MakeBackendTextureFromSkImageGravatar Eric Karl2017-10-12
* Add flag on GrBackendTexture to say whether texture is mipped or notGravatar Greg Daniel2017-10-12
* Use enum to track MipMapsStatus throughout Texture creationGravatar Greg Daniel2017-10-12
* Set correct mip map status on GrTexture since we no longer require all mip dataGravatar Greg Daniel2017-10-10
* Fall back to non mipped Texture when we can't copy base to mipped textureGravatar Greg Daniel2017-09-29
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.Gravatar Greg Daniel2017-08-24
* Store GrRenderTarget in GrGpuCommandBufferGravatar Robert Phillips2017-08-09
* Add explicit clear of stencil buffer before opLists that use themGravatar Robert Phillips2017-08-08
* Add GrDebugMarkerOpGravatar Robert Phillips2017-08-08
* Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on ...Gravatar Greg Daniel2017-08-02
* Revert "Revert "Revert "Add support for semaphores to be inserted on GrContex...Gravatar Yuqian Li2017-08-01
* Revert "Revert "Add support for semaphores to be inserted on GrContext flush""Gravatar Greg Daniel2017-08-01
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a G...Gravatar Robert Phillips2017-07-28
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Gravatar Robert Phillips2017-07-26
* Add Make[backend] calls for creating GrContextsGravatar Greg Daniel2017-07-25
* Revert "Add support for semaphores to be inserted on GrContext flush"Gravatar Mike Reed2017-07-22
* Add support for semaphores to be inserted on GrContext flushGravatar Greg Daniel2017-07-22
* Remove GrBackendTextureDescGravatar Brian Salomon2017-07-20
* Update gpu caps for valid sample counts.Gravatar Greg Daniel2017-07-19
* Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpuGravatar Robert Phillips2017-07-12
* Add mock config to tools and run through gms and benchs without crashing.Gravatar Brian Salomon2017-07-07
* Revert "Revert "Make mock GrContext unit testable.""Gravatar Brian Salomon2017-07-06
* Revert "Make mock GrContext unit testable."Gravatar Brian Salomon2017-07-06
* Make mock GrContext unit testable.Gravatar Brian Salomon2017-07-06
* header cleanupGravatar Hal Canary2017-07-05
* Move mock gpu and caps, add Gr prefix, and create via GrContext::CreateGravatar Brian Salomon2017-06-23