aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/mtl
Commit message (Expand)AuthorAge
* Add new SkImage factory to create from GrBackendTexture with SkColorTypeGravatar Greg Daniel2017-12-18
* Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and ...Gravatar Robert Phillips2017-12-13
* Add stubbed out GrContextGravatar Robert Phillips2017-12-13
* 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
* Add gray_8_as_lum and _as_red private grpixelconfigsGravatar Greg Daniel2017-12-07
* sk_spification of GrGpu creation.Gravatar Brian Salomon2017-12-07
* Revert "Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs fo...Gravatar Greg Daniel2017-11-18
* Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_...Gravatar Brian Osman2017-11-17
* Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and al...Gravatar Greg Daniel2017-11-17
* Reland "Fix precision caps and rrect/ellipse effect precisions"Gravatar Chris Dalton2017-11-16
* Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""Gravatar Greg Daniel2017-11-16
* Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""Gravatar Greg Daniel2017-11-16
* Revert "Fix precision caps and rrect/ellipse effect precisions"Gravatar Brian Osman2017-11-16
* Fix precision caps and rrect/ellipse effect precisionsGravatar Chris Dalton2017-11-16
* Revert "Add private grpixelconfigs for alpha_8 and alpha_half"Gravatar Greg Daniel2017-11-15
* Remove support for image load/storeGravatar Brian Salomon2017-11-15
* Add private grpixelconfigs for alpha_8 and alpha_halfGravatar Greg Daniel2017-11-15
* Add hint to SkSurface::MakeRenderTarget that we will use mipsGravatar Greg Daniel2017-10-23
* Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.Gravatar Brian Salomon2017-10-18
* Implemenet onStealBackendTexture in GrMtlTextureGravatar Brian Salomon2017-10-13
* Add flag on GrBackendTexture to say whether texture is mipped or notGravatar Greg Daniel2017-10-12
* Fix Metal buildGravatar 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
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* Fall back to non mipped Texture when we can't copy base to mipped textureGravatar Greg Daniel2017-09-29
* Disable flat interpolation in TextureOp on QualcommGravatar Brian Salomon2017-09-15
* Update mtl backend to use GrSamplerStateGravatar Brian Salomon2017-09-07
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Fix Metal build from recent command buffer changeGravatar Greg Daniel2017-08-24
* Add GrMtlRenderTarget classGravatar Greg Daniel2017-08-18
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Add explicit clear of stencil buffer before opLists that use themGravatar Robert Phillips2017-08-08
* Add GrMtlTexture classesGravatar Greg Daniel2017-08-04
* 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
* Add GrMtlUtil classGravatar Greg Daniel2017-07-31
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* Add caps files for metalGravatar Greg Daniel2017-07-31
* 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
* Add support for creating a GrContext backed by Metal.Gravatar Greg Daniel2017-07-13
* Add arc support to gpu Obj c++ codeGravatar Greg Daniel2017-07-12
* Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpuGravatar Robert Phillips2017-07-12
* Add basic metal build files for backendGravatar Greg Daniel2017-07-05