index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
wgl
/
shared
/
stw_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
wgl: Flatten the source tree.
José Fonseca
2009-09-23
1
-382
/
+0
*
wgl: Make the stw_framebuffer destructions threadsafe.
José Fonseca
2009-07-06
1
-21
/
+25
*
wgl: Check for multiple threads before GET_CURRENT_CONTEXT.
José Fonseca
2009-07-06
1
-2
/
+8
*
wgl: Fix window resizing in multithread applications.
José Fonseca
2009-06-18
1
-3
/
+22
*
wgl: Factor out some repetitive code into inline functions.
José Fonseca
2009-06-17
1
-29
/
+28
*
wgl: Use the right pixel format.
José Fonseca
2009-05-30
1
-115
/
+61
*
wgl: Remove unused field.
José Fonseca
2009-05-30
1
-1
/
+0
*
stw: fix potential uninitialized use of curctx
Keith Whitwell
2009-05-08
1
-1
/
+1
*
wgl: Enforce a minimum 1x1 framebuffer size.
José Fonseca
2009-05-08
1
-8
/
+19
*
wgl: Add assertion for missing function.
José Fonseca
2009-05-08
1
-0
/
+1
*
wgl: Remove unused variable.
José Fonseca
2009-05-08
1
-1
/
+0
*
wgl: Implement ShareLists.
José Fonseca
2009-05-08
1
-0
/
+24
*
wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.
José Fonseca
2009-05-08
1
-2
/
+2
*
wgl: Store current HDC/HGLRC in stw_context.
José Fonseca
2009-04-28
1
-23
/
+43
*
wgl: Protect the framebuffer with a lock.
José Fonseca
2009-04-10
1
-1
/
+4
*
wgl: Note down the gallium pixel formats, instead of re-guessing them.
José Fonseca
2009-04-10
1
-1
/
+2
*
wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.
José Fonseca
2009-04-10
1
-15
/
+15
*
wgl: Combine alpha pixelformat info in color.
José Fonseca
2009-04-10
1
-1
/
+1
*
wgl: Catch the attempt of releasing a context which is not current.
José Fonseca
2009-04-09
1
-1
/
+8
*
wgl: Move the framebuffer list to the device. Avoid recursive locking.
José Fonseca
2009-04-09
1
-35
/
+23
*
wgl: More symbol naming normalization.
José Fonseca
2009-04-09
1
-2
/
+2
*
stw: Normalize symbols prefix.
José Fonseca
2009-04-09
1
-10
/
+10
*
wgl: Integrate the trace driver on debug builds.
José Fonseca
2009-04-08
1
-1
/
+22
*
wgl: Remove unused cruft.
José Fonseca
2009-03-27
1
-4
/
+0
*
stw: Do not err on nil context handle in MakeCurrent().
Michal Krol
2009-03-20
1
-3
/
+0
*
stw: Use u_handle_table to maintain context list.
Michal Krol
2009-03-20
1
-16
/
+8
*
stw: Keep per-thread storage for current context and pixel format.
Michal Krol
2009-03-20
1
-7
/
+5
*
stw: Fix makeCurrent.
Thomas Hellstrom
2009-03-18
1
-2
/
+8
*
stw: fix uninitialized variable issue
Keith Whitwell
2009-03-12
1
-15
/
+11
*
wgl: Prevent null pointer reference.
José Fonseca
2009-02-20
1
-0
/
+3
*
wgl: Share more code between icd and standalone driver.
José Fonseca
2009-02-19
1
-75
/
+129
*
stw: use proper stw_context pointers in shared interface
Keith Whitwell
2009-01-28
1
-22
/
+22
*
stw: clean up error paths
Keith Whitwell
2009-01-28
1
-20
/
+22
*
stw: don't call out to wglGetPixelFormat()
Keith Whitwell
2009-01-28
1
-1
/
+1
*
stw: remove duplicate function declarations
Keith Whitwell
2009-01-28
1
-0
/
+1
*
stw: remove header
Keith Whitwell
2009-01-28
1
-1
/
+0
*
stw: move get_proc_address and extension functions to shared
Keith Whitwell
2009-01-28
1
-2
/
+1
*
stw: rename stw_wgl_ --> stw_
Keith Whitwell
2009-01-28
1
-6
/
+6
*
stw: move pixelformat_get/set to shared
Keith Whitwell
2009-01-28
1
-54
/
+0
*
stw: move pixelformat_describe to shared
Keith Whitwell
2009-01-28
1
-0
/
+57
*
wgl: move context functions to shared
Keith Whitwell
2009-01-28
1
-0
/
+288