Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
566a3f1a1f5a47844664b510592ad60ada7d0635
/
src
/
gpu
/
gl
/
GrGLUtil.cpp
566a3f1
update mesa version mapping to GL version
by commit-bot@chromium.org
· 11 years ago
c72425a
Move GrGLInterface function pointers into a nested struct
by commit-bot@chromium.org
· 11 years ago
9e90aed
Rename GrGLBinding->GrGLStandard, no longer a bitfield
by commit-bot@chromium.org
· 11 years ago
c9424b8
Don't check if shaders compile or program links in release Chromium
by commit-bot@chromium.org
· 11 years ago
fab44db
Clean up SkTypes.h.
by bungeman@google.com
· 11 years ago
0694ea7
Fix to allow ovals GM to finish on N7
by commit-bot@chromium.org
· 11 years ago
215a682
Add getGLMatrix method to MatrixState
by commit-bot@chromium.org
· 11 years ago
330313a
My clang now doesn't complain about !"foo".
by mtklein@google.com
· 12 years ago
7a434a2
Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug.
by commit-bot@chromium.org
· 12 years ago
3323c4d
Revert "Changed rules about sized internal formats on GLES3."
by bsalomon@google.com
· 12 years ago
c0b9b20
Changed rules about sized internal formats on GLES3.
by commit-bot@chromium.org
· 12 years ago
f6de475
Replace uses of GrAssert by SkASSERT.
by tfarina@chromium.org
· 12 years ago
791816a
Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.
by bsalomon@google.com
· 12 years ago
459104c
Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA or GL_RED.
by commit-bot@chromium.org
· 12 years ago
960d114
Get correct GLVersion for Mesa to avoid GrContext creation failure
by bsalomon@google.com
· 12 years ago
1744f97
Use glGetStringi to get extensions when available.
by bsalomon@google.com
· 12 years ago
3012ded
Enable cpu-array dynamic vertex data on SGX.
by bsalomon@google.com
· 12 years ago
96966a5
Use CPU arrays for dynamic indices/vertices on ARM GPUs.
by bsalomon@google.com
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
0b1e481
Add vendor to context info.
by bsalomon@google.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 13 years ago
845eafd
show meaningful GL error strings during debugging
by bsalomon@google.com
· 13 years ago
d8f856c
Move convolution from code in GrGLProgram to new GrConvolutionEffect
by tomhudson@google.com
· 13 years ago
9c1f1ac
Move function decls and macros out of public headers that are meant for internal use.
by bsalomon@google.com
· 13 years ago
6bf38b5
Move GL-specific include files to their own subdirectory, to better
by tomhudson@google.com
· 13 years ago
dd182cb
Move GL-specific source code to make room for D3D back end.
by tomhudson@google.com
· 13 years ago
[Renamed from src/gpu/GrGLUtil.cpp]
7107fa7
Add support for GL_EXT_unpack_subimage
by bsalomon@google.com
· 13 years ago
d38f137
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
by bsalomon@google.com
· 13 years ago
[Renamed from gpu/src/GrGLUtil.cpp]
4fdfcbe
Fix gl error debug print.
by bsalomon@google.com
· 13 years ago
0b77d68
Make GrGLInterface a per-GrContext refcounted object rather than a global
by bsalomon@google.com
· 14 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 14 years ago
d5d1049
Only define debugging GL globals when the code paths are enabled
by bsalomon@google.com
· 14 years ago
f987d1b
Remove dependence on platform GL headers. Remove code that attempts to infer GL function pointers on various platforms. Instead add platform-specific implementations for Windows and Mac. (GLX coming)
by bsalomon@google.com
· 14 years ago
0f31ca7
by twiz@google.com
· 14 years ago
59a190b
by twiz@google.com
· 14 years ago
27847de
Fix line endings in Gr files and set svn eol style to LF
by bsalomon@google.com
· 14 years ago
3723a48
Clean up geterror / log macros and globals for debugging. disable geterror in chrome by default.
by bsalomon@google.com
· 14 years ago
1962832
Fix warnings on linux build (strict aliasing, cons init order, vars used only in asserts)
by bsalomon@google.com
· 14 years ago
c921843
fixes for some warnings:
by reed@google.com
· 14 years ago
bf858b7
update chrome-specific glconfig (should make versions of this for mac/win/linux)
by reed@google.com
· 14 years ago
42ab7ea
Cleanup including of GL headers and provide way to include custom headers, extension getter.
by bsalomon@google.com
· 14 years ago