From 384213cb5122361f1b4561b3d591e8c8fbef26ab Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 7 Dec 2014 15:52:15 +0100 Subject: radeonsi: emit draw packets directly into the CS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Michel Dänzer --- src/gallium/drivers/radeonsi/si_pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/radeonsi/si_pipe.h') diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h index 5f5404dd4cc..5867e738f6c 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.h +++ b/src/gallium/drivers/radeonsi/si_pipe.h @@ -37,7 +37,7 @@ #define SI_TRACE_CS 0 #define SI_TRACE_CS_DWORDS 6 -#define SI_MAX_DRAW_CS_DWORDS 18 +#define SI_MAX_DRAW_CS_DWORDS 31 struct si_compute; -- cgit v1.2.3