aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw/kms-dri
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2015-10-31 16:11:29 +1000
committerDave Airlie <[email protected]>2015-10-31 16:16:44 +1000
commit7153b12651f4d6e3b160a8d577a084a32be08c40 (patch)
treeecd33a6d654e249795570ede1a93c8a7e5eea49d /src/gallium/winsys/sw/kms-dri
parent2b676570960277d47477822ffeccc672613f9142 (diff)
gallium/swrast: fixup build breakage and warnings
The front buffer rendering changes broke an interface, I didn't fix up all of them. Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/winsys/sw/kms-dri')
-rw-r--r--src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c b/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c
index 900c49f83e6..1e859717f1c 100644
--- a/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c
+++ b/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c
@@ -111,6 +111,7 @@ kms_sw_displaytarget_create(struct sw_winsys *ws,
enum pipe_format format,
unsigned width, unsigned height,
unsigned alignment,
+ const void *front_private,
unsigned *stride)
{
struct kms_sw_winsys *kms_sw = kms_sw_winsys(ws);