summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/wgl/stw_wgl_context.c
AgeCommit message (Collapse)Author
2009-01-16stw: Dispatch to our stw_winsys::flush_front_bufferJosé Fonseca
pipe_winsys::flush_front_buffer should die someday, but this is good enough for now.
2009-01-08wgl: Do not provide DllMain inside the state tracker.José Fonseca
MS CRT libraries already provide a default DllMain entrypoint, and MS Linker will complain if it finds the same symbol in two different libraries. Therefore the DllMain has to be in (each) winsys.
2009-01-08wgl: Ensure public symbols get the proper DLL linkage attributes.José Fonseca
2008-11-21mesa: Bring in new mesa sub-statetracker.José Fonseca
Some code cleanup is still in order.