mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
freedreno: Use Android's libsync instead of libdrm's.
This should be equivalent, given that we only support the DRM backend so far, but we'll want to have the compatibility for future KGSL freedreno. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7227>
This commit is contained in:
parent
81a0f1eca2
commit
e3c330c7b2
2 changed files with 1 additions and 4 deletions
|
|
@ -27,11 +27,10 @@
|
|||
#ifndef FREEDRENO_CONTEXT_H_
|
||||
#define FREEDRENO_CONTEXT_H_
|
||||
|
||||
#include <libsync.h>
|
||||
|
||||
#include "pipe/p_context.h"
|
||||
#include "indices/u_primconvert.h"
|
||||
#include "util/u_blitter.h"
|
||||
#include "util/libsync.h"
|
||||
#include "util/list.h"
|
||||
#include "util/slab.h"
|
||||
#include "util/u_string.h"
|
||||
|
|
|
|||
|
|
@ -24,8 +24,6 @@
|
|||
* Rob Clark <robclark@freedesktop.org>
|
||||
*/
|
||||
|
||||
#include <libsync.h>
|
||||
|
||||
#include "util/os_file.h"
|
||||
#include "util/u_inlines.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue