diff options
author | Mathias Fröhlich <[email protected]> | 2018-04-01 20:18:36 +0200 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2018-05-10 07:06:16 +0200 |
commit | 899476b6b1d41c5ed08391843110c7d62b2ca863 (patch) | |
tree | 07935e6dd529528056862050adcbd14dce9eb8e0 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 0fabd5530623bb7b6a13ce35c24b665d3661f76f (diff) |
i965: Remove the now unused gl_vertex_array.
Was meant to be temporary in i965.
Reviewed-by: Brian Paul <[email protected]>
Signed-off-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index d3c2450a88a..7dcbd040f01 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -37,7 +37,6 @@ #include "main/macros.h" #include "main/mtypes.h" #include "main/errors.h" -#include "vbo/vbo.h" #include "brw_structs.h" #include "brw_pipe_control.h" #include "compiler/brw_compiler.h" @@ -966,9 +965,6 @@ struct brw_context * These bitfields indicate which workarounds are needed. */ uint8_t attrib_wa_flags[VERT_ATTRIB_MAX]; - - /* For the initial pushdown, keep the list of vbo inputs. */ - struct vbo_inputs draw_arrays; } vb; struct { |