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-swrast
/
swrast_glue.c
blob
defd11c6878daac248cc9d41b23d7b7ab3365b68
1
#include
"state_tracker/drm_api.h"
2
3
struct
drm_api
*
4
drm_api_create
()
5
{
6
return
NULL
;
7
}
8
9
/* A poor man's --whole-archive for EGL drivers */
10
void
*
_eglMain
(
void
*);
11
void
*
_eglWholeArchive
= (
void
*)
_eglMain
;