index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLContext.cpp
Commit message (
Expand
)
Author
Age
*
Make GrGLContext be uniquely owned.
Brian Salomon
2017-12-07
*
Use clear-as-draw workaround on Ivy Bridge/ANGLE D3D11.
Brian Salomon
2017-09-22
*
src/gpu: s/SkAutoTUnref/sk_sp/g
Hal Canary
2016-11-07
*
Turned on SkSL->GLSL compiler
ethannicholas
2016-10-12
*
Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://c...
jvanverth
2016-10-11
*
Turned on SkSL->GLSL compiler
ethannicholas
2016-10-11
*
Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://c...
mtklein
2016-10-10
*
Turned on SkSL->GLSL compiler
ethannicholas
2016-10-10
*
Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://c...
jvanverth
2016-10-10
*
Turned on SkSL->GLSL compiler
ethannicholas
2016-10-10
*
Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://co...
fmalita
2016-09-30
*
Turned on SkSL->GLSL compiler
ethannicholas
2016-09-30
*
Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://co...
ethannicholas
2016-09-26
*
Turned on SkSL->GLSL compiler
ethannicholas
2016-09-26
*
Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://co...
ethannicholas
2016-09-12
*
Turned on SkSL->GLSL compiler
ethannicholas
2016-09-12
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Move GLSL-specific routines/classes to separate glsl directory
jvanverth
2015-06-24
*
disable floating point textures if GLSL version is < 330
joshualitt
2015-06-18
*
Begin tracking driver info in GrGLContextInfo
cdalton
2015-06-02
*
Store context options on caps.
bsalomon
2015-05-22
*
Revert of Store context options on caps. (patchset #3 id:40001 of https://cod...
bsalomon
2015-05-22
*
Store context options on caps.
bsalomon
2015-05-22
*
Remove init from GrGLContextInfo and caps classes
bsalomon
2015-05-22
*
Revert of Revert of Revert of Remove workaround to for lower glsl support for...
egdaniel
2015-05-13
*
Revert of Revert of Remove workaround to for lower glsl support for qualcomm ...
egdaniel
2015-05-13
*
Revert of Remove workaround to for lower glsl support for qualcomm (patchset ...
egdaniel
2015-05-13
*
Remove workaround to for lower glsl support for qualcomm
egdaniel
2015-05-13
*
Revert of Revert of Support GLSL es 3.00 (patchset #1 id:1 of https://coderev...
rmistry
2014-10-17
*
Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.ch...
rmistry
2014-10-17
*
Support GLSL es 3.00
joshualitt
2014-10-16
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Fail to create GrContext when we get a NULL for a GL/GLSL version string
commit-bot@chromium.org
2014-04-30
*
Move GrGLInterface function pointers into a nested struct
commit-bot@chromium.org
2014-01-21
*
Move GrGLExtensions from GrGLContextInfo to GrGLInterface
commit-bot@chromium.org
2014-01-17
*
Make GrGLContextInfo have private ptr to GrGLInterface
commit-bot@chromium.org
2014-01-16
*
quick fix for r13108
bsalomon@google.com
2014-01-16
*
Rename GrGLBinding->GrGLStandard, no longer a bitfield
commit-bot@chromium.org
2014-01-16
*
Don't check if shaders compile or program links in release Chromium
commit-bot@chromium.org
2013-10-30
*
Fix to allow ovals GM to finish on N7
commit-bot@chromium.org
2013-09-18
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA...
commit-bot@chromium.org
2013-06-14
*
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
bsalomon@google.com
2013-03-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-01
*
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
robertphillips@google.com
2013-02-28