st/egl: Remove depth/stencil format from the native interface.
authorChia-I Wu <olv@lunarg.com>
Fri, 9 Apr 2010 16:36:50 +0000 (00:36 +0800)
committerChia-I Wu <olv@lunarg.com>
Sat, 10 Apr 2010 17:17:47 +0000 (01:17 +0800)
commit9b3df661bd50b34ca73ae55f98ced64fd970f443
tree5c1567b6713fe326eee1097ec699f0c8663a1510
parent5fdda9d78d7924fecd711c21910879b7a01dab3f
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.
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/egl/common/native.h
src/gallium/state_trackers/egl/kms/native_kms.c
src/gallium/state_trackers/egl/x11/native_dri2.c
src/gallium/state_trackers/egl/x11/native_ximage.c