diff options
author | Brian <[email protected]> | 2007-08-21 20:13:31 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-21 20:18:58 -0600 |
commit | 0d9bcdbeb11ad1ce7e5257f652ccf9ebf1aa59a7 (patch) | |
tree | 1870f28e4635270a9be238cec0ab4f61f8611c62 /src/mesa/pipe/i915simple/Makefile | |
parent | d70d41eefc1045bd2f8ddf2cb701d7789c671012 (diff) |
Fragment shader translation seems to basically work now. More testing needed.
Diffstat (limited to 'src/mesa/pipe/i915simple/Makefile')
-rw-r--r-- | src/mesa/pipe/i915simple/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/Makefile b/src/mesa/pipe/i915simple/Makefile index fc825c7302f..2353d0df017 100644 --- a/src/mesa/pipe/i915simple/Makefile +++ b/src/mesa/pipe/i915simple/Makefile @@ -22,7 +22,6 @@ DRIVER_SOURCES = \ i915_strings.c \ i915_prim_emit.c \ i915_tex_layout.c \ - i915_fpc.c \ i915_fpc_debug.c \ i915_fpc_emit.c \ i915_fpc_translate.c \ |