r600: don't enable depth test if there is no depth buffer
[mesa.git] / src / gallium / winsys / drm / i965 / egl / dummy.c
1 /* A poor man's --whole-archive for EGL drivers */
2 void *_eglMain(void *);
3 void *_eglWholeArchive = (void *) _eglMain;