st/egl: Use st_api.h instead of st_public.h.
authorChia-I Wu <olvaffe@gmail.com>
Thu, 14 Jan 2010 08:05:36 +0000 (16:05 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 12 Mar 2010 01:57:07 +0000 (09:57 +0800)
commita924dd18c32bbc0056a799cf621dc2835644c16e
treed5a455a01d1e2599fb7e37695dc05c1be1730d3e
parent3a3a31bf88c42890fbc2e4211981f97bd43dff4a
st/egl: Use st_api.h instead of st_public.h.

Switch from st_public.h to st_api.h.  The latter has intrinsic multiple
APIs support and allows various EGLImage extensions to be supported.
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/egl/common/egl_g3d.h
src/gallium/state_trackers/egl/common/egl_g3d_st.c [new file with mode: 0644]
src/gallium/state_trackers/egl/common/egl_g3d_st.h [new file with mode: 0644]
src/gallium/state_trackers/egl/common/egl_st.c [deleted file]
src/gallium/state_trackers/egl/common/egl_st.h [deleted file]
src/gallium/state_trackers/egl/common/st_public_tmp.h [deleted file]