summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/icd
Commit message (Expand)AuthorAgeFilesLines
* wgl: Flatten the source tree.José Fonseca2009-09-232-1106/+0
* wgl: Fix debug_printf format specifiers.José Fonseca2009-09-231-6/+6
* wgl: Fix debugging output.José Fonseca2009-05-301-9/+27
* wgl: Implement ShareLists.José Fonseca2009-05-081-1/+1
* wgl: Implemente SwapLayerBuffers.José Fonseca2009-05-081-1/+1
* stw: Use a statically initiallized gl proc table.José Fonseca2009-04-271-356/+347
* wgl: More symbol naming normalization.José Fonseca2009-04-091-3/+3
* st/wgl: silence some debugKeith Whitwell2009-02-241-15/+29
* wgl: Share more code between icd and standalone driver.José Fonseca2009-02-191-198/+19
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* wgl: return before locking if stw_icd is NULLKeith Whitwell2009-02-101-2/+17
* Merge commit 'origin/gallium-0.2' into gallium-0.2Keith Whitwell2009-02-101-5/+10
|\
| * wgl: Fix null pointer reference.José Fonseca2009-02-101-0/+3
| * wgl: s/0x%p/%p/gJosé Fonseca2009-02-101-6/+8
* | wgl: mutex-protect the shared stw_icd structKeith Whitwell2009-02-101-73/+138
* | vmw/icd: remove bogus current_context valueKeith Whitwell2009-02-101-6/+4
|/
* stw: use proper stw_context pointers in shared interfaceKeith Whitwell2009-01-281-37/+42
* svga: remove pixelformat helpers from stw shared interfaceKeith Whitwell2009-01-281-1/+0
* stw: move get_proc_address and extension functions to sharedKeith Whitwell2009-01-281-1/+1
* stw: use shared version of make current in icd codeKeith Whitwell2009-01-281-2/+2
* stw: more swapbuffers refactoringKeith Whitwell2009-01-281-1/+1
* wgl: split device structs, move swapbuffers to sharedKeith Whitwell2009-01-281-10/+54
* stw: rename stw_wgl_ --> stw_Keith Whitwell2009-01-281-3/+3
* stw: move pixelformat_get/set to sharedKeith Whitwell2009-01-281-4/+1
* stw: move pixelformat_describe to sharedKeith Whitwell2009-01-281-2/+4
* wgl: move context functions to sharedKeith Whitwell2009-01-281-27/+33
* wgl: split into shared, (fake)wgl and icd directoriesKeith Whitwell2009-01-282-0/+1126