diff options
author | Eric Anholt <[email protected]> | 2013-04-19 14:51:55 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-04-30 10:40:45 -0700 |
commit | df410863d7c2377cfbabfef907fc318e10c5486e (patch) | |
tree | 3ca92d5c6a5571e89be6c12412e33b16388aa0a6 /src/mesa/drivers/dri/i915/i830_context.c | |
parent | 526cf4666687aabe0d0a9f1276f62ef1c4856f97 (diff) |
intel: Remove the last spans code!
The remaining bits happen to do nothing that
_swrast_span_render_start()/finish() don't do.
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915/i830_context.c')
-rw-r--r-- | src/mesa/drivers/dri/i915/i830_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/i830_context.c b/src/mesa/drivers/dri/i915/i830_context.c index f4b35178493..072f8e02aab 100644 --- a/src/mesa/drivers/dri/i915/i830_context.c +++ b/src/mesa/drivers/dri/i915/i830_context.c @@ -34,7 +34,6 @@ #include "tnl/t_vertex.h" #include "tnl/t_context.h" #include "tnl/t_pipeline.h" -#include "intel_span.h" #include "intel_tris.h" #include "../glsl/ralloc.h" @@ -87,7 +86,6 @@ i830CreateContext(int api, _math_matrix_ctr(&intel->ViewportMatrix); /* Initialize swrast, tnl driver tables: */ - intelInitSpanFuncs(ctx); intelInitTriFuncs(ctx); /* Install the customized pipeline: */ |