aboutsummaryrefslogtreecommitdiff
path: root/src/dispatch_wgl.c
AgeCommit message (Expand)Author
2017-10-19Only use printf family when passing argumentsIkey Doherty
2017-01-25Improve consistency of the symbol visibilityEmmanuele Bassi
2016-12-07Revert all changes since 8bbc0d40Emmanuele Bassi
2015-09-03Fix support for a static build of Epoxy. Add support building and running tes...Yaron Cohen-Tal
2015-08-30Fix a bug in which "DllMain" isn't called when using the static version of Ep...Yaron Cohen-Tal
2015-07-19Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropri...Yaron Cohen-Tal
2015-06-05Put the callspec after the return type for MSVC.Chun-wei Fan
2015-01-10wgl: Fix an extra break statement.Eric Anholt
2014-03-28win32: Delay using dispatch tables until the second MakeCurrent.Eric Anholt
2013-12-17win32: Convert the API to being based on function pointers, like Linux.Eric Anholt
2013-12-17win32: Expose the dispatch table reset funtion in the public API.Eric Anholt
2013-12-17win32: Reset all dispatch tables to re-resolve on any wglMakeCurrent.Eric Anholt
2013-12-17win32: Use thread local storage to get us a dispatch table per thread.Eric Anholt
2013-12-10Add dispatch generation for wgl.Eric Anholt