summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/opengl32.mingw.def
Commit message (Collapse)AuthorAgeFilesLines
* wgl: Implement wglSwapMultipleBuffers.José Fonseca2010-02-131-1/+1
|
* wgl: DWM integration.José Fonseca2009-09-241-0/+1
|
* wgl: Use a separate .DEF for MinGWJosé Fonseca2009-02-191-0/+387
gnu linker fails to resolve the @n symbols, unless: - they are listed verbatim in the .def - they are already linked. And mingw's .def parser is slightly incompatible with MSVC in respect with underscores. Will try to work with upstream to fix this, but for now there is no option other to use seperate .def for mingw.