blob: d8205c158e6b4152d8a0e31c9536389040fb13e9 (
plain)
1
2
3
4
5
6
7
8
|
#include "state_tracker/drm_driver.h"
DRM_DRIVER_DESCRIPTOR("swrast", NULL, NULL)
/* A poor man's --whole-archive for EGL drivers */
void *_eglMain(void *);
void *_eglWholeArchive = (void *) _eglMain;
|