summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-23 13:17:50 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-23 13:17:50 -0700
commit2d37e78e636e5e1e7d5d00230e50a00f7a71e868 (patch)
tree8fae0ed858c04330908996bc2289e50b8467718f /src/mesa/pipe/i915simple
parentcd3643698eafa0869a8317b002e5b066de0172e7 (diff)
gallium: restore/rewrite vbuf code for softpipe
Now based on the draw_vbuf code, instead being a custom one-off. Disabled by default, enable with SP_VBUF env var.
Diffstat (limited to 'src/mesa/pipe/i915simple')
-rw-r--r--src/mesa/pipe/i915simple/i915_state_derived.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state_derived.c b/src/mesa/pipe/i915simple/i915_state_derived.c
index 1f17de9cef..03a46edc55 100644
--- a/src/mesa/pipe/i915simple/i915_state_derived.c
+++ b/src/mesa/pipe/i915simple/i915_state_derived.c
@@ -130,14 +130,6 @@ static void calculate_vertex_layout( struct i915_context *i915 )
draw_compute_vertex_size(&vinfo);
if (memcmp(&i915->current.vertex_info, &vinfo, sizeof(vinfo))) {
- /* If the attributes have changed, tell the draw module about the new
- * vertex layout. We'll also update the hardware vertex format info.
- */
- /*draw_set_vertex_info( i915->draw, &vinfo);*/
-
- /*draw_set_twoside_attributes(i915->draw,
- front0, back0, front1, back1);*/
-
/* Need to set this flag so that the LIS2/4 registers get set.
* It also means the i915_update_immediate() function must be called
* after this one, in i915_update_derived().