summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_context.c
AgeCommit message (Expand)Author
2009-07-06wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca
2009-07-06wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca
2009-06-18wgl: Fix window resizing in multithread applications.José Fonseca
2009-06-17wgl: Factor out some repetitive code into inline functions.José Fonseca
2009-05-30wgl: Use the right pixel format.José Fonseca
2009-05-30wgl: Remove unused field.José Fonseca
2009-05-08stw: fix potential uninitialized use of curctxKeith Whitwell
2009-05-08wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca
2009-05-08wgl: Add assertion for missing function.José Fonseca
2009-05-08wgl: Remove unused variable.José Fonseca
2009-05-08wgl: Implement ShareLists.José Fonseca
2009-05-08wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca
2009-04-28wgl: Store current HDC/HGLRC in stw_context.José Fonseca
2009-04-10wgl: Protect the framebuffer with a lock.José Fonseca
2009-04-10wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca
2009-04-10wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.José Fonseca
2009-04-10wgl: Combine alpha pixelformat info in color.José Fonseca
2009-04-09wgl: Catch the attempt of releasing a context which is not current.José Fonseca
2009-04-09wgl: Move the framebuffer list to the device. Avoid recursive locking.José Fonseca
2009-04-09wgl: More symbol naming normalization.José Fonseca
2009-04-09stw: Normalize symbols prefix.José Fonseca
2009-04-08wgl: Integrate the trace driver on debug builds.José Fonseca
2009-03-27wgl: Remove unused cruft.José Fonseca
2009-03-20stw: Do not err on nil context handle in MakeCurrent().Michal Krol
2009-03-20stw: Use u_handle_table to maintain context list.Michal Krol
2009-03-20stw: Keep per-thread storage for current context and pixel format.Michal Krol
2009-03-18stw: Fix makeCurrent.Thomas Hellstrom
2009-03-12stw: fix uninitialized variable issueKeith Whitwell
2009-02-20wgl: Prevent null pointer reference.José Fonseca
2009-02-19wgl: Share more code between icd and standalone driver.José Fonseca
2009-01-28stw: use proper stw_context pointers in shared interfaceKeith Whitwell
2009-01-28stw: clean up error pathsKeith Whitwell
2009-01-28stw: don't call out to wglGetPixelFormat()Keith Whitwell
2009-01-28stw: remove duplicate function declarationsKeith Whitwell
2009-01-28stw: remove headerKeith Whitwell
2009-01-28stw: move get_proc_address and extension functions 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