glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git] / src / gallium / targets / egl-swrast / swrast_glue.c
blobdefd11c6878daac248cc9d41b23d7b7ab3365b68
1 #include "state_tracker/drm_api.h"
3 struct drm_api *
4 drm_api_create()
6 return NULL;
9 /* A poor man's --whole-archive for EGL drivers */
10 void *_eglMain(void *);
11 void *_eglWholeArchive = (void *) _eglMain;