diff options
author | Brian <[email protected]> | 2008-03-18 17:04:59 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-03-18 17:18:11 -0600 |
commit | 0abe462128a8a0725e006751e553f89fee2d7fa7 (patch) | |
tree | fa3169183960f4671a063e3fdf5cf44e9c4b40c1 /src/gallium/auxiliary/util/Makefile | |
parent | 18f9fa9e71abdd999e49ef78729bfe3d92304312 (diff) |
gallium: new pixel blit code
Copy rectangular region from one surface to another w/ scaling.
Disables most fragment operations.
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 7af9b35d4b6..9b6c2708b62 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -7,6 +7,7 @@ C_SOURCES = \ p_debug.c \ p_tile.c \ p_util.c \ + u_blit.c \ u_draw_quad.c \ u_gen_mipmap.c \ u_handle_table.c \ |