diff options
author | Christoph Bumiller <[email protected]> | 2012-04-24 13:35:44 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-04-24 13:35:44 +0200 |
commit | a48e5dee94460fb9b70a193069daca5f5b3e575b (patch) | |
tree | 0743084c50e80730d4ee3779de76bfd14621034c /src/gallium/drivers/nvc0/Makefile.sources | |
parent | 2170fed8f4c01e719b8fc9d6ff42f3214dadc267 (diff) |
nv50,nvc0: don't initialize the draw module, we don't use it
But some day we might (e.g. for blending 16 bpp formats on nv50).
Diffstat (limited to 'src/gallium/drivers/nvc0/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/nvc0/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/Makefile.sources b/src/gallium/drivers/nvc0/Makefile.sources index 394c5b9220e..d74ecf385f5 100644 --- a/src/gallium/drivers/nvc0/Makefile.sources +++ b/src/gallium/drivers/nvc0/Makefile.sources @@ -1,6 +1,5 @@ C_SOURCES := \ nvc0_context.c \ - nvc0_draw.c \ nvc0_formats.c \ nvc0_miptree.c \ nvc0_resource.c \ |