aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpuFactory.cpp
Commit message (Expand)AuthorAge
* sk_spification of GrGpu creation.Gravatar Brian Salomon2017-12-07
* Add support for creating a GrContext backed by Metal.Gravatar Greg Daniel2017-07-13
* Add basic metal build files for backendGravatar Greg Daniel2017-07-05
* Move mock gpu and caps, add Gr prefix, and create via GrContext::CreateGravatar Brian Salomon2017-06-23
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* GrVkGpu initialization cleanup.Gravatar jvanverth2016-03-23
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Add support for a new GPU interfaceGravatar jvanverth2015-08-12
* Store context options on caps.Gravatar bsalomon2015-05-22
* Revert of Store context options on caps. (patchset #3 id:40001 of https://cod...Gravatar bsalomon2015-05-22
* Store context options on caps.Gravatar bsalomon2015-05-22
* Remove init from GrGLContextInfo and caps classesGravatar bsalomon2015-05-22
* Add support for using alternative backends (like DirectX) when creating a GrGpu.Gravatar egdaniel2015-03-26
* Rename GrGpuGL -> GrGLGpuGravatar jvanverth2014-12-22
* Rename GrGpuGL to GrGLGpu for consistencyGravatar bsalomon2014-12-16
* Cleanup: Go with SkDebugf instead of GrPrintf.Gravatar tfarina2014-10-31
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Give GrDrawTarget a back ptr to its owning GrContext.Gravatar bsalomon@google.com2013-02-25
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Merge GrGpuGLShaders into its parent class, GrGpuGLGravatar bsalomon@google.com2012-05-31
* Remove old D3D9 stuffGravatar bsalomon@google.com2012-04-04
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Move GL-specific source code to make room for D3D back end.Gravatar tomhudson@google.com2012-02-10
* Add GrGLContextInfoGravatar bsalomon@google.com2012-02-10
* Remove GrGpuGLFixed subclass and ES1 supportGravatar bsalomon@google.com2011-11-14
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12