aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/mock/GrMockGpu.h
Commit message (Expand)AuthorAge
* Ensure that textures exported via SkImage::MakeBackendTextureFromSkImageGravatar Brian Salomon2018-06-20
* Remove origin from GrGpu::readPixelsGravatar Brian Salomon2018-06-02
* Remove origin from GrGpu::writePixelsGravatar Brian Salomon2018-06-02
* Remove GrGpu::getWritePixelsInfoGravatar Brian Salomon2018-06-01
* Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/Write...Gravatar Brian Salomon2018-06-01
* Always call endFlush on opLists that might survive a flushGravatar Chris Dalton2018-04-18
* Remove legacy GrContext factories function and supporting code/types.Gravatar Brian Salomon2018-03-23
* Correctly discard or load RT when doing copies as draws in VulkanGravatar Greg Daniel2018-03-16
* Add testing-only backend render target support to GrVkGpu.Gravatar Brian Salomon2018-03-13
* Add GrMockRenderTarget and mock backend render targetsGravatar Brian Salomon2018-03-09
* Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&Gravatar Brian Salomon2018-03-09
* Add GM configs that test rendering to a GL backend texture and render targetGravatar Brian Salomon2018-03-09
* Add ability to uninstantiate lazy proxies after every flush.Gravatar Greg Daniel2018-03-08
* Add testing only helper to flush and sync gpu.Gravatar Greg Daniel2018-03-08
* Initial texture data is never flipped when uploaded.Gravatar Brian Salomon2018-03-07
* Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture.Gravatar Brian Salomon2018-03-07
* Remove GrSurfaceOrigin from GrSurfaceDesc.Gravatar Brian Salomon2018-03-05
* Introduce GrColorTypeGravatar Brian Salomon2018-02-20
* Drop unused support for MSAA sample locationsGravatar Chris Dalton2018-02-20
* Prepare sRGB encoding conversion for the removal of GrPixelConfigGravatar Brian Salomon2018-02-14
* Track dirty rects on GrRenderTargets in native space rather than origin-relativeGravatar Brian Salomon2018-02-09
* Revert "Drop support for unused MSAA extensions"Gravatar Robert Phillips2018-01-30
* Drop support for unused MSAA extensionsGravatar Chris Dalton2018-01-29
* Make use of VkSemaphores thread safe assuming use of the same VkQueue.Gravatar Greg Daniel2018-01-22
* Update GrSemaphore to allow it to only be used once for signaling and once fo...Gravatar Greg Daniel2018-01-09
* Update SkImage::MakeFromYUVTexturesCopy to GrBackendTextureGravatar Robert Phillips2017-12-13
* Remove GrBackendObject from tests (except image_from_yuv_textures)Gravatar Robert Phillips2017-12-12
* Remove instanced renderingGravatar Brian Salomon2017-12-08
* sk_spification of GrGpu creation.Gravatar Brian Salomon2017-12-07
* Add flag on GrBackendTexture to say whether texture is mipped or notGravatar Greg Daniel2017-10-12
* 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
* Add explicit clear of stencil buffer before opLists that use themGravatar 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 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
* 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