summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/icd
AgeCommit message (Expand)Author
2009-05-30wgl: Fix debugging output.José Fonseca
2009-05-08wgl: Implement ShareLists.José Fonseca
2009-05-08wgl: Implemente SwapLayerBuffers.José Fonseca
2009-04-27stw: Use a statically initiallized gl proc table.José Fonseca
2009-04-09wgl: More symbol naming normalization.José Fonseca
2009-02-24st/wgl: silence some debugKeith Whitwell
2009-02-19wgl: Share more code between icd and standalone driver.José Fonseca
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-10wgl: return before locking if stw_icd is NULLKeith Whitwell
2009-02-10Merge commit 'origin/gallium-0.2' into gallium-0.2Keith Whitwell
2009-02-10wgl: mutex-protect the shared stw_icd structKeith Whitwell
2009-02-10vmw/icd: remove bogus current_context valueKeith Whitwell
2009-02-10wgl: Fix null pointer reference.José Fonseca
2009-02-10wgl: s/0x%p/%p/gJosé Fonseca
2009-01-28stw: use proper stw_context pointers in shared interfaceKeith Whitwell
2009-01-28svga: remove pixelformat helpers from stw shared interfaceKeith Whitwell
2009-01-28stw: move get_proc_address and extension functions to sharedKeith Whitwell
2009-01-28stw: use shared version of make current in icd codeKeith Whitwell
2009-01-28stw: more swapbuffers refactoringKeith Whitwell
2009-01-28wgl: split device structs, move swapbuffers to sharedKeith Whitwell
2009-01-28stw: rename stw_wgl_ --> stw_Keith Whitwell
2009-01-28stw: move pixelformat_get/set to sharedKeith Whitwell
2009-01-28stw: move pixelformat_describe to sharedKeith Whitwell
2009-01-28wgl: move context functions to sharedKeith Whitwell
2009-01-28wgl: split into shared, (fake)wgl and icd directoriesKeith Whitwell