repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git]
/
src
/
gallium
/
targets
/
egl-radeon
/
dummy.c
blob
3181d0ba7e83a2b37f3899a335639ab73a710f0d
1
/* A poor man's --whole-archive for EGL drivers */
2
void
*
_eglMain
(
void
*);
3
void
*
_eglWholeArchive
= (
void
*)
_eglMain
;