Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-28 | stw: use shared version of make current in icd code | Keith Whitwell | |
2009-01-28 | stw: more swapbuffers refactoring | Keith Whitwell | |
2009-01-28 | wgl: split device structs, move swapbuffers to shared | Keith Whitwell | |
Each of icd, shared and wgl now have the opportunity to maintain their own per-device structs, which should reduce the need for these modules to be looking into each others structures. | |||
2009-01-28 | stw: rename stw_wgl_ --> stw_ | Keith Whitwell | |
2009-01-28 | stw: move pixelformat_get/set to shared | Keith Whitwell | |
2009-01-28 | stw: move pixelformat_describe to shared | Keith Whitwell | |
2009-01-28 | wgl: move context functions to shared | Keith Whitwell | |
2009-01-28 | wgl: split into shared, (fake)wgl and icd directories | Keith Whitwell | |