summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-01-28 18:25:46 +0000
committerKeith Whitwell <keithw@vmware.com>2009-01-28 18:25:46 +0000
commit906230d16e8950004cb5e1deed14c78f7d9f2817 (patch)
treebd24da34206463059e92f9afbc1bdd70c9542b0f /src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
parent66059cd3c95bf5eba7922a4a09c2596514e5e956 (diff)
svga: remove pixelformat helpers from stw shared interface
Keep these internal structs private to wgl/shared. Pull in some pixelformat choosing code from wgl/wgl to avoid exporting them more generally.
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_pixelformat.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_pixelformat.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
index ed855f08fd..7ca4194a2a 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
@@ -76,23 +76,6 @@ pixelformat_get_extended_count( void );
const struct pixelformat_info *
pixelformat_get_info( uint index );
-
-int
-stw_pixelformat_describe(
- HDC hdc,
- int iPixelFormat,
- UINT nBytes,
- LPPIXELFORMATDESCRIPTOR ppfd );
-
-int
-stw_pixelformat_get(
- HDC hdc );
-
-BOOL
-stw_pixelformat_set(
- HDC hdc,
- int iPixelFormat );
-
int stw_query_sample_buffers( void );
int stw_query_samples( void );