Mesa (gallium-resources): i965g: scons compile fixes

Roland Scheidegger sroland at kemper.freedesktop.org
Tue Mar 23 18:33:12 UTC 2010


Module: Mesa
Branch: gallium-resources
Commit: 1f5b509543a7f399835fd9edf27c18e1643fab7d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f5b509543a7f399835fd9edf27c18e1643fab7d

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue Mar 23 19:32:21 2010 +0100

i965g: scons compile fixes

---

 src/gallium/drivers/i965/SConscript |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/i965/SConscript b/src/gallium/drivers/i965/SConscript
index 740eb77..10975d4 100644
--- a/src/gallium/drivers/i965/SConscript
+++ b/src/gallium/drivers/i965/SConscript
@@ -38,11 +38,12 @@ i965 = env.ConvenienceLibrary(
 		'brw_pipe_sampler.c',
 		'brw_pipe_shader.c',
 		'brw_pipe_vertex.c',
-		'brw_screen_buffers.c',
+		'brw_resource.c',
+		'brw_resource_buffer.c',
+		'brw_resource_texture.c',
+		'brw_resource_texture_layout.c',
 		'brw_screen.c',
 		'brw_screen_surface.c',
-		'brw_screen_tex_layout.c',
-		'brw_screen_texture.c',
 		'brw_structs_dump.c',
 		'brw_sf.c',
 		'brw_sf_emit.c',




More information about the mesa-commit mailing list