diff options
author | Keith Whitwell <[email protected]> | 2009-11-04 15:25:42 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-04 15:25:42 +0000 |
commit | 9706a83bc959ba8445d0258e47639b44da2238fc (patch) | |
tree | cc491c38358191eb05902c6f39da068123e7c10d /src/gallium/drivers/i965/Makefile | |
parent | a09b3d50975e68c13c0421d770f3865ad2a1257c (diff) |
i965g: hook up more pipe_context 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 38b7a309449..b42d9a92c4a 100644 --- a/src/gallium/drivers/i965/Makefile +++ b/src/gallium/drivers/i965/Makefile @@ -31,6 +31,7 @@ C_SOURCES = \ brw_pipe_query.c \ brw_pipe_shader.c \ brw_pipe_flush.c \ + brw_pipe_misc.c \ brw_pipe_rast.c \ brw_sf.c \ brw_sf_emit.c \ |