index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLInterface.cpp
Commit message (
Expand
)
Author
Age
*
Support VAO when on ES3.
commit-bot@chromium.org
2013-08-16
*
Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.
bsalomon@google.com
2013-08-15
*
get genmipmap function in the struct
commit-bot@chromium.org
2013-07-26
*
Add support for GL_EXT_multisampled_render_to_texture.
bsalomon@google.com
2013-05-01
*
Remove guard against checking for copytexsubimage2d ptr in GrGLInterface::val...
commit-bot@chromium.org
2013-04-29
*
Plumbed in discard_framebuffer extension
robertphillips@google.com
2013-04-29
*
Add glCopyTexSubImage2D to GrGLInterface
commit-bot@chromium.org
2013-04-11
*
Add support for IMG's MSAA extension.
bsalomon@google.com
2013-03-19
*
Validate that VAO functions are present in ES2 interfaces and add bit to caps...
bsalomon@google.com
2013-03-05
*
Add support to GrGLInterface for vertex array objects
bsalomon@google.com
2013-03-01
*
Revert 7919 and 7920 (committed wrong version of r7919.)
bsalomon@google.com
2013-03-01
*
Add support to GrGLInterface for vertex array objects
bsalomon@google.com
2013-03-01
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-27
*
Use glGetStringi to get extensions when available.
bsalomon@google.com
2013-02-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Revert r5491, r5495, r5497, and r5498.
borenet@google.com
2012-09-11
*
Add more logging to GrGLInterface. Temporary.
borenet@google.com
2012-09-11
*
Add lots of logging to GrGLInterface.cpp. Temporary.
borenet@google.com
2012-09-11
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Remove glBlendEquation and glColorPointer
bsalomon@google.com
2012-06-08
*
fix bug in GrGLInterface validation added in r4192
bsalomon@google.com
2012-06-06
*
Add GL function pointers for GL_NV_path_rendering
bsalomon@google.com
2012-06-06
*
Add glTexParameteriv to GL interface
bsalomon@google.com
2012-05-31
*
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
*
Added glBlendEquation to GL interface
robertphillips@google.com
2012-04-18
*
Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL ...
bsalomon@google.com
2012-03-29
*
Add temp android modification to the GLSL version check
djsollen@google.com
2012-03-20
*
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