mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
os: Don't assert on missing implementation of barrier init/destroy. Just usage.
This commit is contained in:
parent
8eda504203
commit
e95e5caee6
1 changed files with 0 additions and 2 deletions
|
|
@ -215,12 +215,10 @@ typedef unsigned pipe_barrier;
|
|||
static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
|
||||
{
|
||||
/* XXX we could implement barriers with a mutex and condition var */
|
||||
assert(0);
|
||||
}
|
||||
|
||||
static INLINE void pipe_barrier_destroy(pipe_barrier *barrier)
|
||||
{
|
||||
assert(0);
|
||||
}
|
||||
|
||||
static INLINE void pipe_barrier_wait(pipe_barrier *barrier)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue