summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_tls.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-04-27 20:24:55 +0100
committerKeith Whitwell <keithw@vmware.com>2009-04-28 18:15:16 +0100
commit43e24a5928aaf6a00f7d9e55e92abfb1b3e20166 (patch)
treea2db3e7ffc3a13fc285f5b4a36025fcbc7a9fd23 /src/gallium/state_trackers/wgl/shared/stw_tls.h
parent09c91a1565fc99f20379a0f552651303ae8067c2 (diff)
wgl: Store current HDC/HGLRC in stw_context.
Less TLS lookups.
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_tls.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_tls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_tls.h b/src/gallium/state_trackers/wgl/shared/stw_tls.h
index f5a6bdf4b1..6cfb0899f2 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_tls.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_tls.h
@@ -33,8 +33,6 @@
struct stw_tls_data
{
uint currentPixelFormat;
- HDC currentDC;
- UINT_PTR currentGLRC;
HHOOK hCallWndProcHook;
};