index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
/
win
/
SkWGL_win.cpp
Commit message (
Expand
)
Author
Age
*
Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...
Brian Salomon
2018-02-02
*
Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""
Brian Salomon
2018-02-02
*
Revert "Revert "Redefine the meaning of sample counts in GPU backend.""
Brian Salomon
2018-02-01
*
Revert "Redefine the meaning of sample counts in GPU backend."
Brian Salomon
2018-02-01
*
Redefine the meaning of sample counts in GPU backend.
Brian Salomon
2018-02-01
*
eliminate SK_BUILD_FOR_WIN32
Mike Klein
2018-01-26
*
turn on extended Clang warnings on Windows too
Chris Dalton
2017-12-04
*
Cache the results of get_pixel_formats_to_try
Brian Osman
2017-08-18
*
Cache WGL extension function pointers
Brian Osman
2017-08-16
*
clang on windows support
Mike Klein
2017-07-31
*
Support shared GL contexts in GrContextFactory
Brian Osman
2017-02-22
*
Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel
brianosman
2016-05-05
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Assert when running SampleApp with msaa 16 on Windows 10
aleksandar.stojiljkovic
2015-11-05
*
Start making all .cpp files compile-able on all platforms.
mtklein
2015-11-02
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
When performing offscreen rendering on windows, attempt to use a pbuffer cont...
bsalomon
2014-07-01
*
Support using OpenGL ES context on desktop
kkinnunen
2014-06-30
*
Revert of Support using OpenGL ES context on desktop (https://codereview.chro...
rmistry
2014-06-23
*
Support using OpenGL ES context on desktop
kkinnunen
2014-06-22
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Rip out CSAA support
commit-bot@chromium.org
2013-09-06
*
set nominmax on windows
bsalomon@google.com
2013-07-31
*
This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426.
bsalomon@google.com
2013-07-25
*
R=borenet@google.com, bungeman@google.com, robertphillips@google.com
commit-bot@chromium.org
2013-07-25
*
One SkTSearch to rule them all. Allow key to be of different type than the ar...
bsalomon@google.com
2013-05-17
*
Enable init'ed but unused var warning on windows for closer parity with mac/l...
bsalomon@google.com
2013-03-21
*
Unify wgl context creation.
bsalomon@google.com
2013-03-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-18
*
Fixed unused variable compiler complaint
robertphillips@google.com
2012-09-17
*
use std qsort instead of our (now gone) version
reed@google.com
2012-05-07
*
Add coverage AA support for SampleApp root layers (windows only)
bsalomon@google.com
2012-04-17
*
Add SkWGLExtensionInterface for dealing with WGL extensions
bsalomon@google.com
2011-12-01