Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-16 | stw: Dispatch to our stw_winsys::flush_front_buffer | José Fonseca | |
pipe_winsys::flush_front_buffer should die someday, but this is good enough for now. | |||
2009-01-08 | wgl: 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-08 | wgl: Ensure public symbols get the proper DLL linkage attributes. | José Fonseca | |
2008-11-21 | mesa: Bring in new mesa sub-statetracker. | José Fonseca | |
Some code cleanup is still in order. |