https://bugs.freedesktop.org/show_bug.cgi?id=50021 Bug #: 50021 Summary: src/gallium/drivers/r300/r300_state.c:716:17: error: incompatible type for argument 2 of ‘r300->rws->buffer_set_tiling’ Classification: Unclassified Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: blocker Priority: medium Component: Drivers/DRI/r300 AssignedTo: dri-devel@xxxxxxxxxxxxxxxxxxxxx ReportedBy: vlee@xxxxxxxxxxxxxxx CC: michel@xxxxxxxxxxx mesa: 03e3bc4ba56f1021899a5f773b6ec21893619e3a (master) $ scons [...] Compiling src/gallium/drivers/r300/r300_state.c ... src/gallium/drivers/r300/r300_state.c: In function ‘r300_tex_set_tiling_flags’: src/gallium/drivers/r300/r300_state.c:716:17: error: incompatible type for argument 2 of ‘r300->rws->buffer_set_tiling’ src/gallium/drivers/r300/r300_state.c:716:17: note: expected ‘enum radeon_bo_layout’ but argument is of type ‘struct radeon_winsys_cs *’ src/gallium/drivers/r300/r300_state.c:716:17: error: too few arguments to function ‘r300->rws->buffer_set_tiling’ scons: *** [build/linux-x86_64-debug/gallium/drivers/r300/r300_state.os] Error 1 scons: building terminated because of errors. 11f056a3f0b87e86267efa8b5ac9d36a343c9dc1 is the first bad commit commit 11f056a3f0b87e86267efa8b5ac9d36a343c9dc1 Author: Michel Dänzer <michel.daenzer@xxxxxxx> Date: Wed May 16 17:45:17 2012 +0200 r600g: Set tiling information for BOs being shared. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=48747 :040000 040000 50daa6d7aceccb5f0697d46b9aa0ab03a13eae43 2b7c8f9c7f46546a6cf1159c741937160010d0d4 Msrc -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel