diff options
author | Keith Whitwell <[email protected]> | 2009-11-04 15:10:34 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-04 15:10:34 +0000 |
commit | a09b3d50975e68c13c0421d770f3865ad2a1257c (patch) | |
tree | 0b8d1011e5090d33950c5898b15b7466dbb803bf /src/gallium/drivers/i965/Makefile | |
parent | 82a19f097427916f4ce594b7c40b0d4b33502727 (diff) |
i965g: add missing buffer functions
Diffstat (limited to 'src/gallium/drivers/i965/Makefile')
-rw-r--r-- | src/gallium/drivers/i965/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile index 94b52bf0ec4..38b7a309449 100644 --- a/src/gallium/drivers/i965/Makefile +++ b/src/gallium/drivers/i965/Makefile @@ -58,6 +58,7 @@ C_SOURCES = \ brw_wm_state.c \ brw_wm_surface_state.c \ brw_screen.c \ + brw_screen_buffers.c \ brw_screen_tex_layout.c \ brw_screen_texture.c \ brw_screen_surface.c \ |