aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLContext.cpp
Commit message (Expand)AuthorAge
* Add fPreferExternalImagesOverES3 to GrContextOptionsGravatar Brian Osman2018-05-09
* Avoid calling glGetString(GL_EXTENSIONS) on core profilesGravatar Brian Salomon2018-04-04
* Don't use gl_FragCoord on legacy Tegra hardwareGravatar Chris Dalton2018-03-29
* Make GrGLContext be uniquely owned.Gravatar Brian Salomon2017-12-07
* Use clear-as-draw workaround on Ivy Bridge/ANGLE D3D11.Gravatar Brian Salomon2017-09-22
* src/gpu: s/SkAutoTUnref/sk_sp/gGravatar Hal Canary2016-11-07
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-12
* Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://c...Gravatar jvanverth2016-10-11
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-11
* Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://c...Gravatar mtklein2016-10-10
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-10
* Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://c...Gravatar jvanverth2016-10-10
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-10
* Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://co...Gravatar fmalita2016-09-30
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-30
* Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://co...Gravatar ethannicholas2016-09-26
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-26
* Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://co...Gravatar ethannicholas2016-09-12
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-12
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Move GLSL-specific routines/classes to separate glsl directoryGravatar jvanverth2015-06-24
* disable floating point textures if GLSL version is < 330Gravatar joshualitt2015-06-18
* Begin tracking driver info in GrGLContextInfoGravatar cdalton2015-06-02
* 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
* Revert of Revert of Revert of Remove workaround to for lower glsl support for...Gravatar egdaniel2015-05-13
* Revert of Revert of Remove workaround to for lower glsl support for qualcomm ...Gravatar egdaniel2015-05-13
* Revert of Remove workaround to for lower glsl support for qualcomm (patchset ...Gravatar egdaniel2015-05-13
* Remove workaround to for lower glsl support for qualcommGravatar egdaniel2015-05-13
* Revert of Revert of Support GLSL es 3.00 (patchset #1 id:1 of https://coderev...Gravatar rmistry2014-10-17
* Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.ch...Gravatar rmistry2014-10-17
* Support GLSL es 3.00Gravatar joshualitt2014-10-16
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Fail to create GrContext when we get a NULL for a GL/GLSL version stringGravatar commit-bot@chromium.org2014-04-30
* Move GrGLInterface function pointers into a nested structGravatar commit-bot@chromium.org2014-01-21
* Move GrGLExtensions from GrGLContextInfo to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-17
* Make GrGLContextInfo have private ptr to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-16
* quick fix for r13108Gravatar bsalomon@google.com2014-01-16
* Rename GrGLBinding->GrGLStandard, no longer a bitfieldGravatar commit-bot@chromium.org2014-01-16
* Don't check if shaders compile or program links in release ChromiumGravatar commit-bot@chromium.org2013-10-30
* Fix to allow ovals GM to finish on N7Gravatar commit-bot@chromium.org2013-09-18
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA...Gravatar commit-bot@chromium.org2013-06-14
* Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.Gravatar bsalomon@google.com2013-03-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-01
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28