diff options
author | Brian <[email protected]> | 2008-02-27 10:17:57 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-27 10:17:57 -0700 |
commit | 03b5267f52d440b1b357918ed7de2ca948f314e1 (patch) | |
tree | 294f60bc5f95644f4b772daa7139e03fe405e389 /src/gallium/drivers/i965simple/Makefile | |
parent | 17188e4d5a3707c134fc97976863f0d8e2f1f5ab (diff) |
gallium/i965: implement pipe_screen for i965 driver (untested)
Diffstat (limited to 'src/gallium/drivers/i965simple/Makefile')
-rw-r--r-- | src/gallium/drivers/i965simple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965simple/Makefile b/src/gallium/drivers/i965simple/Makefile index cc8580836ce..7b0df0f8508 100644 --- a/src/gallium/drivers/i965simple/Makefile +++ b/src/gallium/drivers/i965simple/Makefile @@ -6,6 +6,7 @@ LIBNAME = i965simple C_SOURCES = \ brw_blit.c \ brw_flush.c \ + brw_screen.c \ brw_strings.c \ brw_surface.c \ brw_cc.c \ |