From c7945666b47fa5636762bfa52cd6328125d607c4 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 30 Dec 2011 17:25:42 +0200 Subject: gpu_neon: flush cmd buffer before blit too --- plugins/gpu_neon/gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu_neon/gpu.c') diff --git a/plugins/gpu_neon/gpu.c b/plugins/gpu_neon/gpu.c index 4b18106..c68e81c 100644 --- a/plugins/gpu_neon/gpu.c +++ b/plugins/gpu_neon/gpu.c @@ -359,7 +359,7 @@ static int check_cmd(uint32_t *data, int count) return count - pos; } -static void flush_cmd_buffer(void) +void flush_cmd_buffer(void) { int left = check_cmd(gpu.cmd_buffer, gpu.cmd_len); if (left > 0) -- cgit v1.2.3