aboutsummaryrefslogtreecommitdiff
path: root/src/utils/win/SkWGL_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...Brian Salomon2018-02-031-1/+6
* Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...Brian Salomon2018-02-031-6/+1
* Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...Brian Salomon2018-02-021-1/+6
* Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""Brian Salomon2018-02-021-6/+1
* Revert "Revert "Redefine the meaning of sample counts in GPU backend.""Brian Salomon2018-02-011-1/+6
* Revert "Redefine the meaning of sample counts in GPU backend."Brian Salomon2018-02-011-6/+1
* Redefine the meaning of sample counts in GPU backend.Brian Salomon2018-02-011-1/+6
* eliminate SK_BUILD_FOR_WIN32Mike Klein2018-01-261-2/+2
* turn on extended Clang warnings on Windows tooChris Dalton2017-12-041-2/+2
* Cache the results of get_pixel_formats_to_tryBrian Osman2017-08-181-17/+37
* Cache WGL extension function pointersBrian Osman2017-08-161-52/+60
* clang on windows supportMike Klein2017-07-311-1/+1
* Support shared GL contexts in GrContextFactoryBrian Osman2017-02-221-7/+16
* Added --deepColor option to SampleApp, triggers creation of a ten-bit/channelbrianosman2016-05-051-26/+31
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* Assert when running SampleApp with msaa 16 on Windows 10aleksandar.stojiljkovic2015-11-051-0/+3
* Start making all .cpp files compile-able on all platforms.mtklein2015-11-021-0/+5
* Style Change: NULL->nullptrhalcanary2015-08-271-33/+33
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-1/+1
* "NULL !=" = NULLbsalomon2014-09-051-3/+3
* When performing offscreen rendering on windows, attempt to use a pbuffer cont...bsalomon2014-07-011-31/+129
* Support using OpenGL ES context on desktopkkinnunen2014-06-301-20/+37
* Revert of Support using OpenGL ES context on desktop (https://codereview.chro...rmistry2014-06-231-37/+20
* Support using OpenGL ES context on desktopkkinnunen2014-06-221-20/+37
* Start cleaning up 64bit Win warningsrobertphillips@google.com2013-10-141-2/+2
* Rip out CSAA supportcommit-bot@chromium.org2013-09-061-38/+12
* set nominmax on windowsbsalomon@google.com2013-07-311-1/+1
* This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426.bsalomon@google.com2013-07-251-1/+1
* R=borenet@google.com, bungeman@google.com, robertphillips@google.comcommit-bot@chromium.org2013-07-251-1/+1
* One SkTSearch to rule them all. Allow key to be of different type than the ar...bsalomon@google.com2013-05-171-23/+20
* Enable init'ed but unused var warning on windows for closer parity with mac/l...bsalomon@google.com2013-03-211-1/+1
* Unify wgl context creation.bsalomon@google.com2013-03-051-0/+106
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2012-09-181-2/+2
* Fixed unused variable compiler complaintrobertphillips@google.com2012-09-171-2/+5
* use std qsort instead of our (now gone) versionreed@google.com2012-05-071-2/+2
* Add coverage AA support for SampleApp root layers (windows only)bsalomon@google.com2012-04-171-0/+78
* Add SkWGLExtensionInterface for dealing with WGL extensionsbsalomon@google.com2011-12-011-0/+184