summaryrefslogtreecommitdiff
path: root/src/dispatch_wgl.c
Commit message (Expand)AuthorAgeFilesLines
* Only use printf family when passing argumentsIkey Doherty2017-10-191-3/+3
* Improve consistency of the symbol visibilityEmmanuele Bassi2017-01-251-6/+6
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-071-33/+10
* Fix support for a static build of Epoxy. Add support building and running tes...Yaron Cohen-Tal2015-09-031-0/+75
* Fix a bug in which "DllMain" isn't called when using the static version of Ep...Yaron Cohen-Tal2015-08-301-55/+3
* Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropri...Yaron Cohen-Tal2015-07-191-6/+6
* Put the callspec after the return type for MSVC.Chun-wei Fan2015-06-051-4/+4
* wgl: Fix an extra break statement.Eric Anholt2015-01-101-1/+0
* win32: Delay using dispatch tables until the second MakeCurrent.Eric Anholt2014-03-281-7/+22
* win32: Convert the API to being based on function pointers, like Linux.Eric Anholt2013-12-171-0/+4
* win32: Expose the dispatch table reset funtion in the public API.Eric Anholt2013-12-171-7/+16
* win32: Reset all dispatch tables to re-resolve on any wglMakeCurrent.Eric Anholt2013-12-171-0/+50
* win32: Use thread local storage to get us a dispatch table per thread.Eric Anholt2013-12-171-0/+59
* Add dispatch generation for wgl.Eric Anholt2013-12-101-0/+60