st/egl: Move modeset interface to native_modeset.h.
authorChia-I Wu <olv@lunarg.com>
Fri, 5 Mar 2010 02:40:15 +0000 (10:40 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 5 Mar 2010 03:32:11 +0000 (11:32 +0800)
commit89a75b763467d83d4d402c91db55548682be14f0
tree3b964f7b0a37bf7ca1112cec40edfbb6e502c97c
parente38f28ddedd6d4902ae18b1bf243e67d4b16decb
st/egl: Move modeset interface to native_modeset.h.

native.h is getting more and more complex.  Move the independent modeset
interface to native_modeset.h to simplify native.h a little.
src/gallium/state_trackers/egl/common/native.h
src/gallium/state_trackers/egl/common/native_modeset.h [new file with mode: 0644]