aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/win
Commit message (Expand)AuthorAge
* Move WGL header from include to srcGravatar djsollen2014-11-14
* Refactor SkGLContext to be actually extendableGravatar kkinnunen2014-10-15
* Make the Sk GL context class an abstract base classGravatar kkinnunen2014-10-09
* Revert of Make the Sk GL context class an abstract base class (patchset #4 id...Gravatar bsalomon2014-10-08
* Make the Sk GL context class an abstract base classGravatar kkinnunen2014-10-08
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Remove reliance on linked in GL functions for assembling GLES interfaces.Gravatar bsalomon2014-08-26
* When performing offscreen rendering on windows, attempt to use a pbuffer cont...Gravatar bsalomon2014-07-01
* Fix ANGLE build wrong glGetString being called issueGravatar bsalomon2014-06-30
* Support using OpenGL ES context on desktopGravatar kkinnunen2014-06-30
* Revert of Support using OpenGL ES context on desktop (https://codereview.chro...Gravatar rmistry2014-06-23
* Support using OpenGL ES context on desktopGravatar kkinnunen2014-06-22
* Move GrGLInterface function ptr setup into a common function for all OpenGL G...Gravatar commit-bot@chromium.org2014-04-29
* Use EXT_direct_state_access for path matrix manipulationGravatar commit-bot@chromium.org2014-04-25
* Use fixed function pipeline only when drawing pathsGravatar commit-bot@chromium.org2014-04-23
* Add GL_ARB_invalidate_subdata functions to GrGLInterface.Gravatar bsalomon@google.com2014-04-01
* Use vertex buffer objects instead of client side arrays in fixed-function cod...Gravatar commit-bot@chromium.org2014-02-24
* Add hooks for GL_EXT_debug_marker in gpuGravatar commit-bot@chromium.org2014-02-21
* Turn NVPR on by default (but off in tools).Gravatar commit-bot@chromium.org2014-01-24
* Revert "Turn NVPR on by default (but off in tools)."Gravatar halcanary@google.com2014-01-24
* Turn NVPR on by default (but off in tools).Gravatar commit-bot@chromium.org2014-01-24
* Move GrGLInterface function pointers into a nested structGravatar commit-bot@chromium.org2014-01-21
* Move GrGLExtensions from GrGLContextInfo to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-17
* Rename GrGLBinding->GrGLStandard, no longer a bitfieldGravatar commit-bot@chromium.org2014-01-16
* Make GrGLInterface be context-specific on all platformsGravatar commit-bot@chromium.org2014-01-15
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-10
* Fix GL context creation on Windows when NV path renderingGravatar robertphillips@google.com2014-01-09
* Use lowercase windows.h in includes to fix Windows cross compilation using mi...Gravatar bungeman@google.com2013-12-03
* Add swapBuffer call to SkGLContextHelper.Gravatar djsollen@google.com2013-10-09
* Rip out CSAA supportGravatar commit-bot@chromium.org2013-09-06
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* get genmipmap function in the structGravatar commit-bot@chromium.org2013-07-26
* Add glCopyTexSubImage2D to GrGLInterfaceGravatar commit-bot@chromium.org2013-04-11
* Use vertex array objects on core profiles.Gravatar bsalomon@google.com2013-03-07
* Restore window creation code in SkNativeGLContext_win.cpp accidentally delete...Gravatar bsalomon@google.com2013-03-05
* Unify wgl context creation.Gravatar bsalomon@google.com2013-03-05
* Add support to GrGLInterface for vertex array objectsGravatar bsalomon@google.com2013-03-01
* Revert 7919 and 7920 (committed wrong version of r7919.)Gravatar bsalomon@google.com2013-03-01
* Add support to GrGLInterface for vertex array objectsGravatar bsalomon@google.com2013-03-01
* Use glGetStringi to get extensions when available.Gravatar bsalomon@google.com2013-02-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-06
* Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to res...Gravatar bsalomon@google.com2013-02-05
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove glBlendEquation and glColorPointerGravatar bsalomon@google.com2012-06-08
* Add GL function pointers for GL_NV_path_renderingGravatar bsalomon@google.com2012-06-06
* Add glTexParameteriv to GL interfaceGravatar bsalomon@google.com2012-05-31
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Added glBlendEquation to GL interfaceGravatar robertphillips@google.com2012-04-18
* Add support for GL_NV_framebuffer_multisample_coverageGravatar bsalomon@google.com2012-04-11
* Moved mac, unix, win and mesa directories under src/gpu/glGravatar robertphillips@google.com2012-03-28