aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/shared/stw_context.c
Commit message (Expand)AuthorAgeFilesLines
* wgl: Flatten the source tree.José Fonseca2009-09-231-382/+0
* wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca2009-07-061-21/+25
* wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca2009-07-061-2/+8
* wgl: Fix window resizing in multithread applications.José Fonseca2009-06-181-3/+22
* wgl: Factor out some repetitive code into inline functions.José Fonseca2009-06-171-29/+28
* wgl: Use the right pixel format.José Fonseca2009-05-301-115/+61
* wgl: Remove unused field.José Fonseca2009-05-301-1/+0
* stw: fix potential uninitialized use of curctxKeith Whitwell2009-05-081-1/+1
* wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca2009-05-081-8/+19
* wgl: Add assertion for missing function.José Fonseca2009-05-081-0/+1
* wgl: Remove unused variable.José Fonseca2009-05-081-1/+0
* wgl: Implement ShareLists.José Fonseca2009-05-081-0/+24
* wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca2009-05-081-2/+2
* wgl: Store current HDC/HGLRC in stw_context.José Fonseca2009-04-281-23/+43
* wgl: Protect the framebuffer with a lock.José Fonseca2009-04-101-1/+4
* wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca2009-04-101-1/+2
* wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.José Fonseca2009-04-101-15/+15
* wgl: Combine alpha pixelformat info in color.José Fonseca2009-04-101-1/+1
* wgl: Catch the attempt of releasing a context which is not current.José Fonseca2009-04-091-1/+8
* wgl: Move the framebuffer list to the device. Avoid recursive locking.José Fonseca2009-04-091-35/+23
* wgl: More symbol naming normalization.José Fonseca2009-04-091-2/+2
* stw: Normalize symbols prefix.José Fonseca2009-04-091-10/+10
* wgl: Integrate the trace driver on debug builds.José Fonseca2009-04-081-1/+22
* wgl: Remove unused cruft.José Fonseca2009-03-271-4/+0
* stw: Do not err on nil context handle in MakeCurrent().Michal Krol2009-03-201-3/+0
* stw: Use u_handle_table to maintain context list.Michal Krol2009-03-201-16/+8
* stw: Keep per-thread storage for current context and pixel format.Michal Krol2009-03-201-7/+5
* stw: Fix makeCurrent.Thomas Hellstrom2009-03-181-2/+8
* stw: fix uninitialized variable issueKeith Whitwell2009-03-121-15/+11
* wgl: Prevent null pointer reference.José Fonseca2009-02-201-0/+3
* wgl: Share more code between icd and standalone driver.José Fonseca2009-02-191-75/+129
* stw: use proper stw_context pointers in shared interfaceKeith Whitwell2009-01-281-22/+22
* stw: clean up error pathsKeith Whitwell2009-01-281-20/+22
* stw: don't call out to wglGetPixelFormat()Keith Whitwell2009-01-281-1/+1
* stw: remove duplicate function declarationsKeith Whitwell2009-01-281-0/+1
* stw: remove headerKeith Whitwell2009-01-281-1/+0
* stw: move get_proc_address and extension functions to sharedKeith Whitwell2009-01-281-2/+1
* stw: rename stw_wgl_ --> stw_Keith Whitwell2009-01-281-6/+6
* stw: move pixelformat_get/set to sharedKeith Whitwell2009-01-281-54/+0
* stw: move pixelformat_describe to sharedKeith Whitwell2009-01-281-0/+57
* wgl: move context functions to sharedKeith Whitwell2009-01-281-0/+288