diff options
author | Keith Whitwell <[email protected]> | 2007-12-12 20:07:35 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-12-12 20:09:04 +0000 |
commit | 06036bc8c4d31d36f2e143f5d7f2db866f44b342 (patch) | |
tree | 33c46a59195ebec0f97ffca774dcea7a4017903f /src/mesa/pipe/i965simple/Makefile | |
parent | ea7c533d40f78a1f62c7b7129a2ad6b33f810da4 (diff) |
965: remove complex compiler for simple fragment programs.
Keep the simple compiler for complex fragment programs...
Diffstat (limited to 'src/mesa/pipe/i965simple/Makefile')
-rw-r--r-- | src/mesa/pipe/i965simple/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/pipe/i965simple/Makefile b/src/mesa/pipe/i965simple/Makefile index dbab152da13..eda5afaea56 100644 --- a/src/mesa/pipe/i965simple/Makefile +++ b/src/mesa/pipe/i965simple/Makefile @@ -45,14 +45,8 @@ DRIVER_SOURCES = \ brw_vs_state.c \ brw_vtbl.c \ brw_wm.c \ - brw_wm_debug.c \ - brw_wm_emit.c \ - brw_wm_fp.c \ brw_wm_iz.c \ brw_wm_glsl.c \ - brw_wm_pass0.c \ - brw_wm_pass1.c \ - brw_wm_pass2.c \ brw_wm_sampler_state.c \ brw_wm_state.c \ brw_wm_surface_state.c |