summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/native.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-04-10 00:36:50 +0800
committerChia-I Wu <olv@lunarg.com>2010-04-11 01:17:47 +0800
commit9b3df661bd50b34ca73ae55f98ced64fd970f443 (patch)
tree5c1567b6713fe326eee1097ec699f0c8663a1510 /src/gallium/state_trackers/egl/common/native.h
parent5fdda9d78d7924fecd711c21910879b7a01dab3f (diff)
st/egl: Remove depth/stencil format from the native interface.
A native display has no interest in depth/stencil format. Remove it from the interface and let the common code derive the supported depth/stencil formats from the pipe screen.
Diffstat (limited to 'src/gallium/state_trackers/egl/common/native.h')
-rw-r--r--src/gallium/state_trackers/egl/common/native.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/egl/common/native.h b/src/gallium/state_trackers/egl/common/native.h
index 628befeae2..9a163d0c86 100644
--- a/src/gallium/state_trackers/egl/common/native.h
+++ b/src/gallium/state_trackers/egl/common/native.h
@@ -107,8 +107,6 @@ struct native_config {
/* available buffers and their format */
uint buffer_mask;
enum pipe_format color_format;
- enum pipe_format depth_format;
- enum pipe_format stencil_format;
/* supported surface types */
boolean window_bit;