index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLUtil.cpp
Commit message (
Expand
)
Author
Age
*
Make GrGLGetDriverInfo work for null strings.
bsalomon
2016-03-23
*
Add Apple renderer strings to PowerVR detection
jvanverth
2015-12-10
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Create GLSL base class for ProgramDataManager
egdaniel
2015-10-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Make ANGLE perf decisions be runtime rather than compile time
bsalomon
2015-07-31
*
Review URL: https://codereview.chromium.org/1166513002
cdalton
2015-06-12
*
Begin tracking driver info in GrGLContextInfo
cdalton
2015-06-02
*
Limit clear as draw workaround to Adreno 3xx.
bsalomon
2015-02-13
*
Workaround for PowerVR clear issue.
bsalomon
2014-11-05
*
Detect Mesa OpenGL ES
derekf
2014-11-03
*
Cleanup: Go with SkDebugf instead of GrPrintf.
tfarina
2014-10-31
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Separate GL path rendering state from GrGpuGL to GrGLPathRendering
kkinnunen
2014-08-20
*
Test removal of mesa specific version parse
joshualitt
2014-07-30
*
Fix alpha textures in NV ES3 contexts on Windows.
bsalomon
2014-07-17
*
Remove SkDEBUGFAILs that are problematic for Chromium
commit-bot@chromium.org
2014-05-01
*
Fail to create GrContext when we get a NULL for a GL/GLSL version string
commit-bot@chromium.org
2014-04-30
*
Bug Fix for Intel atan on gpu sweep gradient
commit-bot@chromium.org
2014-02-14
*
Add workaround for Xoom crashing after discard removed from shader.
commit-bot@chromium.org
2014-02-07
*
update mesa version mapping to GL version
commit-bot@chromium.org
2014-01-22
*
Move GrGLInterface function pointers into a nested struct
commit-bot@chromium.org
2014-01-21
*
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
*
Clean up SkTypes.h.
bungeman@google.com
2013-10-11
*
Fix to allow ovals GM to finish on N7
commit-bot@chromium.org
2013-09-18
*
Add getGLMatrix method to MatrixState
commit-bot@chromium.org
2013-09-05
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Recognize that ES3 supports texture storage. Add workaround for apparent Adre...
commit-bot@chromium.org
2013-08-21
*
Revert "Changed rules about sized internal formats on GLES3."
bsalomon@google.com
2013-08-20
*
Changed rules about sized internal formats on GLES3.
commit-bot@chromium.org
2013-08-20
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.
bsalomon@google.com
2013-08-15
*
Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA...
commit-bot@chromium.org
2013-06-14
*
Get correct GLVersion for Mesa to avoid GrContext creation failure
bsalomon@google.com
2013-05-29
*
Use glGetStringi to get extensions when available.
bsalomon@google.com
2013-02-26
*
Enable cpu-array dynamic vertex data on SGX.
bsalomon@google.com
2013-02-22
*
Use CPU arrays for dynamic indices/vertices on ARM GPUs.
bsalomon@google.com
2013-02-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Add vendor to context info.
bsalomon@google.com
2012-10-23
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
show meaningful GL error strings during debugging
bsalomon@google.com
2012-06-18
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10
*
Move function decls and macros out of public headers that are meant for inter...
bsalomon@google.com
2012-05-07
*
Move GL-specific include files to their own subdirectory, to better
tomhudson@google.com
2012-02-14
*
Move GL-specific source code to make room for D3D back end.
tomhudson@google.com
2012-02-10