aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/stw_icd.h
Commit message (Collapse)AuthorAgeFilesLines
* st/wgl: Add a few more comments.José Fonseca2012-06-261-6/+25
|
* wgl: DWM integration.José Fonseca2009-09-241-2/+112
|
* wgl: Flatten the source tree.José Fonseca2009-09-231-0/+489
It is easier to have the WGL API on top of the ICD callbacks as Microsoft's own implementation does, than to have a seperate shared entity. This source reorganization is in antecipation of that.