index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
mtl
Commit message (
Expand
)
Author
Age
...
*
Add new SkImage factory to create from GrBackendTexture with SkColorType
Greg Daniel
2017-12-18
*
Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and ...
Robert Phillips
2017-12-13
*
Add stubbed out GrContext
Robert Phillips
2017-12-13
*
Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture
Robert Phillips
2017-12-13
*
Remove GrBackendObject from tests (except image_from_yuv_textures)
Robert Phillips
2017-12-12
*
Remove instanced rendering
Brian Salomon
2017-12-08
*
Add gray_8_as_lum and _as_red private grpixelconfigs
Greg Daniel
2017-12-07
*
sk_spification of GrGpu creation.
Brian Salomon
2017-12-07
*
Revert "Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs fo...
Greg Daniel
2017-11-18
*
Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_...
Brian Osman
2017-11-17
*
Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and al...
Greg Daniel
2017-11-17
*
Reland "Fix precision caps and rrect/ellipse effect precisions"
Chris Dalton
2017-11-16
*
Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""
Greg Daniel
2017-11-16
*
Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""
Greg Daniel
2017-11-16
*
Revert "Fix precision caps and rrect/ellipse effect precisions"
Brian Osman
2017-11-16
*
Fix precision caps and rrect/ellipse effect precisions
Chris Dalton
2017-11-16
*
Revert "Add private grpixelconfigs for alpha_8 and alpha_half"
Greg Daniel
2017-11-15
*
Remove support for image load/store
Brian Salomon
2017-11-15
*
Add private grpixelconfigs for alpha_8 and alpha_half
Greg Daniel
2017-11-15
*
Add hint to SkSurface::MakeRenderTarget that we will use mips
Greg Daniel
2017-10-23
*
Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.
Brian Salomon
2017-10-18
*
Implemenet onStealBackendTexture in GrMtlTexture
Brian Salomon
2017-10-13
*
Add flag on GrBackendTexture to say whether texture is mipped or not
Greg Daniel
2017-10-12
*
Fix Metal build
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
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
Fall back to non mipped Texture when we can't copy base to mipped texture
Greg Daniel
2017-09-29
*
Disable flat interpolation in TextureOp on Qualcomm
Brian Salomon
2017-09-15
*
Update mtl backend to use GrSamplerState
Brian Salomon
2017-09-07
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Fix Metal build from recent command buffer change
Greg Daniel
2017-08-24
*
Add GrMtlRenderTarget class
Greg Daniel
2017-08-18
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Add explicit clear of stencil buffer before opLists that use them
Robert Phillips
2017-08-08
*
Add GrMtlTexture classes
Greg Daniel
2017-08-04
*
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
*
Add GrMtlUtil class
Greg Daniel
2017-07-31
*
Remove origin field from GrSurface
Robert Phillips
2017-07-31
*
Add caps files for metal
Greg Daniel
2017-07-31
*
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
*
Add support for creating a GrContext backed by Metal.
Greg Daniel
2017-07-13
*
Add arc support to gpu Obj c++ code
Greg Daniel
2017-07-12
*
Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu
Robert Phillips
2017-07-12
*
Add basic metal build files for backend
Greg Daniel
2017-07-05
[prev]