aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrContextFactoryTest.cpp
Commit message (Expand)AuthorAge
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* Make GrCaps and GrShaderCaps private.Gravatar Brian Salomon2018-05-11
* Move internal calls from GrContext to GrContextPrivGravatar Robert Phillips2018-03-06
* Use GrContextFactories that produce a single GrContext in unit tests.Gravatar Brian Salomon2017-11-15
* Add FIFO thread pool, use it for most things.Gravatar Mike Klein2017-09-01
* Add an (optional) SkTaskGroup to GrContextGravatar Brian Osman2017-08-23
* Revert "Revert "GrContext::dump that produces JSON formatted output""Gravatar Brian Osman2017-08-10
* Revert "GrContext::dump that produces JSON formatted output"Gravatar Brian Osman2017-08-09
* GrContext::dump that produces JSON formatted outputGravatar Brian Osman2017-08-09
* Add another null check for the Vk NexusPlayer botGravatar Brian Osman2017-02-28
* Fixes to shared context test APIGravatar Brian Osman2017-02-27
* Support shared GL contexts in GrContextFactoryGravatar Brian Osman2017-02-22
* Rename GrContextFactory::ContextOptions to ContextOverridesGravatar csmartdalton2017-02-21
* Add ContextOptions field to SkCommandLineConfigGpuGravatar csmartdalton2016-09-13
* Make unit tests use generic testcontext rather than glcontextGravatar bsalomon2016-05-11
* Turn ContextInfos returned by GrContextFactory into structs.Gravatar bsalomon2016-05-11
* Vulkan config in dmGravatar bsalomon2016-04-11
* One signature for creating unit tests that run on premade GrContextsGravatar bsalomon2016-04-05
* Rename enums in GrContextFactory to remove "GL"Gravatar bsalomon2016-04-05
* Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:600...Gravatar bsalomon2016-04-04
* Rename enums in GrContextFactory to remove "GL"Gravatar bsalomon2016-04-01
* Move SkGLContext and some GrGLInterface implementations to skgputest moduleGravatar bsalomon2016-03-30
* Enable gpusrgb config on bots.Gravatar brianosman2016-03-30
* Revert of Move SkGLContext and some GrGLInterface implementations to skgputes...Gravatar robertphillips2016-03-30
* Move SkGLContext and some GrGLInterface implementations to skgputest moduleGravatar bsalomon2016-03-30
* Make SkGLContext lifetime more well-definedGravatar kkinnunen2016-01-06
* Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 ...Gravatar jcgregorio2016-01-05
* Make SkGLContext lifetime more well-definedGravatar kkinnunen2016-01-05
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-23
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar rmistry2015-12-22
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-21
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar joshualitt2015-12-18
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-18
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar reed2015-12-14
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-14
* Make NVPR a GL context option instead of a GL contextGravatar kkinnunen2015-12-10
* Revert of Make NVPR a GL context option instead of a GL context (patchset #9 ...Gravatar borenet2015-12-09
* Make NVPR a GL context option instead of a GL contextGravatar kkinnunen2015-12-08
* Skip dm GPU configs when context creation failsGravatar kkinnunen2015-12-03
* Revert of Make NVPR a GL context option instead of a GL context (patchset #2 ...Gravatar bsalomon2015-12-01
* Make NVPR a GL context option instead of a GL contextGravatar kkinnunen2015-12-01
* Remove GrContextFactory::getGLContextGravatar kkinnunen2015-11-22
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Fix alpha textures in NV ES3 contexts on Windows.Gravatar bsalomon2014-07-17
* Preprend Test to test function name generated by DEF_TEST() macro.Gravatar tfarina2014-06-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Add a DEF_GPUTEST() macro.Gravatar tfarina@chromium.org2014-01-10
* Add --threads to tests binary, to run non-GPU tests on multiple cores.Gravatar commit-bot@chromium.org2013-04-19
* GrContextFactory can now expose the GLContext it is using.Gravatar keyar@chromium.org2012-08-14