diff options
author | Rob Clark <[email protected]> | 2015-09-04 11:35:33 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-09-16 09:14:39 -0400 |
commit | 5bb41d9094b3c9bdf0669fd55418981ed83347e3 (patch) | |
tree | 4f043d84384b6adeab21b95af452c19f9723de4e /src/gallium/targets/dri | |
parent | b3958f9f8387b5967530ff77a08120074042c8e5 (diff) |
freedreno: one screen to rule them all
Similar to fee0686c21c631d96d6042741267a3c218c23ffc, but in this case to
ensure that drm_gralloc and libGLES_mesa are sharing a single screen.
Bumps libdrm_freedreno version dependency, as it requires the new
fd_device_fd() API.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri')
-rw-r--r-- | src/gallium/targets/dri/dri.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/dri.sym b/src/gallium/targets/dri/dri.sym index 8e26fb960b7..1fdf18beee7 100644 --- a/src/gallium/targets/dri/dri.sym +++ b/src/gallium/targets/dri/dri.sym @@ -5,6 +5,7 @@ nouveau_drm_screen_create; radeon_drm_winsys_create; amdgpu_winsys_create; + fd_drm_screen_create; local: *; }; |