glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git] / src / gallium / targets / egl-nouveau / dummy.c
blob3181d0ba7e83a2b37f3899a335639ab73a710f0d
1 /* A poor man's --whole-archive for EGL drivers */
2 void *_eglMain(void *);
3 void *_eglWholeArchive = (void *) _eglMain;