From 3733da31e8b4405b65e1b6ca3b6599ecc5af5fe7 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 31 Mar 2011 14:40:25 +0100 Subject: draw: Prevent out-of-bounds vertex buffer access. Based on some code and ideas from Keith Whitwell. --- src/gallium/auxiliary/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/Makefile') diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index c7654046a58..2be4509b7a5 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -107,6 +107,7 @@ C_SOURCES = \ util/u_caps.c \ util/u_cpu_detect.c \ util/u_dl.c \ + util/u_draw.c \ util/u_draw_quad.c \ util/u_format.c \ util/u_format_other.c \ -- cgit v1.2.3