diff options
author | Jakob Bornecrantz <[email protected]> | 2009-08-30 16:26:01 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-09-01 00:46:56 +0100 |
commit | 105e4b093e28d6cd9e8ec2db9dbc23980d265796 (patch) | |
tree | e976fff5d88f680609d6718d80b9649f00141823 /src/gallium/drivers/i915simple/Makefile | |
parent | 7b32da0b11a769be057cdd3e619d582b433bbb0e (diff) |
i915g: Add new buffer code not yet hocked up
Diffstat (limited to 'src/gallium/drivers/i915simple/Makefile')
-rw-r--r-- | src/gallium/drivers/i915simple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915simple/Makefile b/src/gallium/drivers/i915simple/Makefile index 8870b398661..fb533c17961 100644 --- a/src/gallium/drivers/i915simple/Makefile +++ b/src/gallium/drivers/i915simple/Makefile @@ -5,6 +5,7 @@ LIBNAME = i915simple C_SOURCES = \ i915_blit.c \ + i915_buffer.c \ i915_clear.c \ i915_flush.c \ i915_context.c \ |