summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/SConscript
AgeCommit message (Expand)Author
2011-01-22scons: Add support for GLES.Chia-I Wu
2010-12-02WIN32_THREADS -> WIN32José Fonseca
2010-11-30wgl: Stub WGL_ARB_pbuffer support.José Fonseca
2010-11-05scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz
2010-11-05scons: DetabifyJakob Bornecrantz
2010-05-07wgl: Add mapi to includes.José Fonseca
2010-04-12st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu
2010-01-01scons: Don't globally define WIN32_LEAN_AND_MEAN.José Fonseca
2009-09-23wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca
2009-09-23wgl: Flatten the source tree.José Fonseca
2009-07-16wgl: Expose pipe_screen/pipe_context via an extension.José Fonseca
2009-07-01st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell
2009-04-27wgl: Implement WGL_EXT_extensions_string extension.José Fonseca
2009-04-20wgl: Don't implement broken gl_dispatch_stub_xxx.José Fonseca
2009-03-20stw: Keep per-thread storage for current context and pixel format.Michal Krol
2009-02-23wgl: Enable the use of Win32 threads.José Fonseca
2009-02-19wgl: Share more code between icd and standalone driver.José Fonseca
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: more swapbuffers refactoringKeith Whitwell
2009-01-28wgl: split device structs, move swapbuffers to sharedKeith Whitwell
2009-01-28wgl: move context functions to sharedKeith Whitwell
2009-01-28wgl: split into shared, (fake)wgl and icd directoriesKeith Whitwell
2009-01-27wgl: relocate wgl code to state_trackers/wglKeith Whitwell