projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92e7f2
)
egl-static: fix build after recent radeon winsys changes
author
Simone Scanzoni
<nonno.cicala@tiscali.it>
Sun, 13 Apr 2014 00:36:20 +0000
(
02:36
+0200)
committer
Marek Olšák
<marek.olsak@amd.com>
Sun, 13 Apr 2014 00:37:36 +0000
(
02:37
+0200)
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/targets/egl-static/egl_pipe.c
patch
|
blob
|
history
diff --git
a/src/gallium/targets/egl-static/egl_pipe.c
b/src/gallium/targets/egl-static/egl_pipe.c
index 1c3691996742580063831998e877dc236700c548..4f960a52ffe835a9e9f18198a2aa3bd412dcf807 100644
(file)
--- a/
src/gallium/targets/egl-static/egl_pipe.c
+++ b/
src/gallium/targets/egl-static/egl_pipe.c
@@
-51,10
+51,14
@@
#endif
/* for r600 */
#if _EGL_PIPE_R600
+#include "radeon/drm/radeon_winsys.h"
+#include "radeon/drm/radeon_drm_public.h"
#include "r600/r600_public.h"
#endif
/* for radeonsi */
#if _EGL_PIPE_RADEONSI
+#include "radeon/drm/radeon_winsys.h"
+#include "radeon/drm/radeon_drm_public.h"
#include "radeonsi/si_public.h"
#endif
/* for vmwgfx */