Module: Mesa Branch: master Commit: 62e27170a7f7a90091b4121002b7ce209ac7ccb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=62e27170a7f7a90091b4121002b7ce209ac7ccb0
Author: Jerome Duval <[email protected]> Date: Wed Feb 22 16:02:51 2017 +0000 haiku/winsys: fix dt prototype args --- src/gallium/winsys/sw/hgl/hgl_sw_winsys.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c b/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c index 89dd547..f7bc907 100644 --- a/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c +++ b/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c @@ -106,7 +106,8 @@ hgl_winsys_convert_cs(enum pipe_format format) static struct sw_displaytarget* hgl_winsys_displaytarget_create(struct sw_winsys* winsys, unsigned textureUsage, enum pipe_format format, unsigned width, - unsigned height, unsigned alignment, unsigned* stride) + unsigned height, unsigned alignment, const void *front_private, + unsigned* stride) { struct haiku_displaytarget* haikuDisplayTarget = CALLOC_STRUCT(haiku_displaytarget); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
