summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_getprocaddress.c
AgeCommit message (Collapse)Author
2009-07-16wgl: Expose pipe_screen/pipe_context via an extension.José Fonseca
2009-07-01st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell
Required as some applications retrieve and call these functions regardless of the fact that we don't advertise the extension and further more the results of wglGetProcAddress are NULL.
2009-07-01wgl: Optimize wglGetProcAddress.José Fonseca
Do linear search only if prefix matches.
2009-04-27wgl: Implement WGL_EXT_extensions_string extension.José Fonseca
2009-04-09stw: Use wglext.h's defines and prototypes.José Fonseca
2009-04-09stw: Normalize symbols prefix.José Fonseca
2009-04-09wgl: Add const qualifier to global constant data.José Fonseca
2009-01-28stw: move get_proc_address and extension functions to sharedKeith Whitwell