Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706234
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- a/src/gallium/auxiliary/target-helpers/drm_helper_public.h
0
++ b/src/gallium/auxiliary/target-helpers/drm_helper_public.h
Lines 4-13 Link Here
4
struct pipe_screen;
4
struct pipe_screen;
5
struct pipe_screen_config;
5
struct pipe_screen_config;
6
6
7
const char *iris_driconf_xml;
7
extern const char *iris_driconf_xml;
8
const char *radeonsi_driconf_xml;
8
extern const char *radeonsi_driconf_xml;
9
const char *v3d_driconf_xml;
9
extern const char *v3d_driconf_xml;
10
const char *virgl_driconf_xml;
10
extern const char *virgl_driconf_xml;
11
11
12
struct pipe_screen *
12
struct pipe_screen *
13
pipe_i915_create_screen(int fd, const struct pipe_screen_config *config);
13
pipe_i915_create_screen(int fd, const struct pipe_screen_config *config);

Return to bug 706234