Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
1b35256f1166358056b2aad8ce09caa6f07912d5
/
src
/
gpu
/
gl
/
mac
3724e57
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
6f70d43
Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ )
by robertphillips
· 9 years ago
fe3456c
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
18300a3
detach -> release
by mtklein
· 9 years ago
b59d1bc
Add ability to wire up sharelist in glcontext creation
by joshualitt
· 9 years ago
1ee7651
Start making all .cpp files compile-able on all platforms.
by mtklein
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
d416a5b
Implement SkGLContext swapBuffers with fence syncs
by cdalton
· 9 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
30bc88c
Refactor SkGLContext to be actually extendable
by kkinnunen
· 10 years ago
9e61bb7
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
1080596
Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/)
by bsalomon
· 10 years ago
a90ed4e
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
80549fc
Support using OpenGL ES context on desktop
by kkinnunen
· 10 years ago
05ead8a
Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/)
by rmistry
· 10 years ago
74fc727
Support using OpenGL ES context on desktop
by kkinnunen
· 10 years ago
eeaeafe
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
9add5dc
Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet).
by commit-bot@chromium.org
· 11 years ago
f669672
Use EXT_direct_state_access for path matrix manipulation
by commit-bot@chromium.org
· 11 years ago
0a6fe71
Use fixed function pipeline only when drawing paths
by commit-bot@chromium.org
· 11 years ago
a34bb60
Add GL_ARB_invalidate_subdata functions to GrGLInterface.
by bsalomon@google.com
· 11 years ago
6ebfbf9
Use vertex buffer objects instead of client side arrays in fixed-function codepaths
by commit-bot@chromium.org
· 11 years ago
a3baf3b
Add hooks for GL_EXT_debug_marker in gpu
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
90313cc
Move GrGLExtensions from GrGLContextInfo to GrGLInterface
by commit-bot@chromium.org
· 11 years ago
9e90aed
Rename GrGLBinding->GrGLStandard, no longer a bitfield
by commit-bot@chromium.org
· 11 years ago
a3b15ed
Make GrGLInterface be context-specific on all platforms
by commit-bot@chromium.org
· 11 years ago
c9542ca
Add swapBuffer call to SkGLContextHelper.
by djsollen@google.com
· 11 years ago
f714d51
Fix invalid enum error when checking for core profile in GrGLInterface::validate()
by bsalomon@google.com
· 11 years ago
46fbfe0
Add glTexGen funcs to interface
by commit-bot@chromium.org
· 11 years ago
cffff79
get genmipmap function in the struct
by commit-bot@chromium.org
· 11 years ago
98168bb
Add glCopyTexSubImage2D to GrGLInterface
by commit-bot@chromium.org
· 12 years ago
754a3eb
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
97876d9
Always get proc address for gl functions on the mac.
by bsalomon@google.com
· 12 years ago
6918d48
Use vertex array objects on core profiles.
by bsalomon@google.com
· 12 years ago
0cb80e1
fix mac build
by humper@google.com
· 12 years ago
ecd8484
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
b82c399
Revert 7919 and 7920 (committed wrong version of r7919.)
by bsalomon@google.com
· 12 years ago
87c6d7a
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
26fb61a
Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.
by bsalomon@google.com
· 12 years ago
1744f97
Use glGetStringi to get extensions when available.
by bsalomon@google.com
· 12 years ago
044679e
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
682e1f9
Use CGL rather than AGL on the Mac.
by bsalomon@google.com
· 12 years ago
3458716
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
e0d44ff
Add support for new glShaderSource() signature from Khronos. Disabled by default.
by senorblanco@chromium.org
· 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
· 12 years ago
0efcc37
Remove glBlendEquation and glColorPointer
by bsalomon@google.com
· 12 years ago
cf6285b
fix warnings on Mac in src/gpu and include/gpu
by caryclark@google.com
· 12 years ago
1488294
Stop using deprecated functions in Mac GrGLInterface setup
by bsalomon@google.com
· 12 years ago
4d063de
Add glTexParameteriv to GL interface
by bsalomon@google.com
· 12 years ago
382322c
Fix warnings in GrGLInterface mac setup, ignoring proc addr returns. There should be no functional change as these all return NULL on 10.6 and 10.7.
by bsalomon@google.com
· 12 years ago
9c1f1ac
Move function decls and macros out of public headers that are meant for internal use.
by bsalomon@google.com
· 12 years ago
e788430
Added glBlendEquation to GL interface
by robertphillips@google.com
· 13 years ago
78ff6b4
Moved mac, unix, win and mesa directories under src/gpu/gl
by robertphillips@google.com
· 13 years ago