diff options
author | gareth <gareth> | 2001-02-15 04:46:48 +0000 |
---|---|---|
committer | gareth <gareth> | 2001-02-15 04:46:48 +0000 |
commit | 7937620faf03fcecc4972cb4d0d63708fccf5733 (patch) | |
tree | 2c9c93e4eb2632b3375f05df84229971e0261781 | |
parent | 1226ea02580549b01f75bca951ef13275b70d745 (diff) |
Disable pixel ops for now (need to update DRM interface and test).
-rw-r--r-- | xc/lib/GL/mesa/src/drv/mga/Imakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xc/lib/GL/mesa/src/drv/mga/Imakefile b/xc/lib/GL/mesa/src/drv/mga/Imakefile index 219690a8f..2630d8159 100644 --- a/xc/lib/GL/mesa/src/drv/mga/Imakefile +++ b/xc/lib/GL/mesa/src/drv/mga/Imakefile @@ -72,7 +72,6 @@ MESA_INCLUDES = -I. -I.. -I../../include \ mgafastpath.c \ mgaioctl.c \ mgapipeline.c \ - mgapixel.c \ mgaspan.c \ mgastate.c \ mgatex.c \ @@ -88,7 +87,6 @@ MESA_INCLUDES = -I. -I.. -I../../include \ mgafastpath.o \ mgaioctl.o \ mgapipeline.o \ - mgapixel.o \ mgaspan.o \ mgastate.o \ mgatex.o \ |