diff options
author | Christoph Bumiller <[email protected]> | 2010-07-24 14:46:44 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-07-24 14:48:19 +0200 |
commit | d7aac107e64e1c4c1af30806817a2888e7a4a96c (patch) | |
tree | 304bf672761c828b7ca4959e05d4bc53eaf108a8 /src/gallium/drivers/nv50/Makefile | |
parent | f3af1201c578443dd0f72e73470dd1763888a41d (diff) |
nv50: introduce the big formats table
Diffstat (limited to 'src/gallium/drivers/nv50/Makefile')
-rw-r--r-- | src/gallium/drivers/nv50/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/Makefile b/src/gallium/drivers/nv50/Makefile index 3943a9e2574..bf1e8201a08 100644 --- a/src/gallium/drivers/nv50/Makefile +++ b/src/gallium/drivers/nv50/Makefile @@ -8,6 +8,7 @@ C_SOURCES = \ nv50_clear.c \ nv50_context.c \ nv50_draw.c \ + nv50_formats.c \ nv50_miptree.c \ nv50_query.c \ nv50_resource.c \ |