This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
include sched.h to get sched_yield() prototype
tags/R300_DRIVER_0
Brian Paul
22 years ago
parent
97fcc0e77b
commit
ef77464a7a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/mesa/drivers/dri/common/vblank.h
+ 1
- 0
src/mesa/drivers/dri/common/vblank.h
View File
@@ -53,6 +53,7 @@ extern int driWaitForVBlank( const __DRIdrawablePrivate *priv,
#undef usleep
#include <unistd.h> /* for usleep() */
#include <sched.h> /* for sched_yield() */
#define DO_USLEEP(nr) \
do { \
Write
Preview
Loading…
Cancel
Save