summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_blit.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-08-18 00:55:40 +0200
committerMarek Olšák <[email protected]>2014-08-19 12:20:18 +0200
commitdb51ab6d6ada69287dfe3a671ecc1b338917e7aa (patch)
tree6b5615116500629b0db8e3e820dad5a9b891c3db /src/gallium/drivers/r600/r600_blit.c
parent7792f9858b60fd9f9f037f1aa15dd21cba30f2c4 (diff)
radeonsi: use r600_draw_rectangle from r600g
Rectangles are easier than triangles for the rasterizer. Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_blit.c')
-rw-r--r--src/gallium/drivers/r600/r600_blit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_blit.c b/src/gallium/drivers/r600/r600_blit.c
index c98206fe903..a3cfdae6b73 100644
--- a/src/gallium/drivers/r600/r600_blit.c
+++ b/src/gallium/drivers/r600/r600_blit.c
@@ -22,7 +22,6 @@
*/
#include "r600_pipe.h"
#include "util/u_surface.h"
-#include "util/u_blitter.h"
#include "util/u_format.h"
#include "evergreend.h"