projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903d00c
)
vl/dri3: fix warning about incompatible pointer type
author
Nayan Deshmukh
<nayan26deshmukh@gmail.com>
Sat, 1 Oct 2016 05:22:52 +0000
(10:52 +0530)
committer
Leo Liu
<leo.liu@amd.com>
Mon, 3 Oct 2016 16:51:30 +0000
(12:51 -0400)
Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
src/gallium/auxiliary/vl/vl_winsys_dri3.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/vl/vl_winsys_dri3.c
b/src/gallium/auxiliary/vl/vl_winsys_dri3.c
index 191a64bd4ff68cb221f5d396e4d14228cf97211e..29299289feabdc044d326e0fddf66c1670b6ba08 100644
(file)
--- a/
src/gallium/auxiliary/vl/vl_winsys_dri3.c
+++ b/
src/gallium/auxiliary/vl/vl_winsys_dri3.c
@@
-85,7
+85,7
@@
struct vl_dri3_screen
int64_t last_ust, ns_frame, last_msc, next_msc;
bool flushed;
-
bool
is_different_gpu;
+
int
is_different_gpu;
};
static void