diff options
author | Kenneth Graunke <[email protected]> | 2013-06-08 09:31:31 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-06-10 10:58:40 -0700 |
commit | 33b90804eee3619c1174183be7a87e8c6e742076 (patch) | |
tree | 50dfb2f7fdaa24c985297e5684a2b63e8c37122c /src/mesa | |
parent | 233de8e8d3a78f1ec0eb4d0b16ab35ad19e0fade (diff) |
i965: Delete some dead state atom prototypes.
These atoms don't actually exist.
Reviewed-by: Eric Anholt <[email protected]>
Signed-off-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index 8d886befb5a..9afc6bbad2b 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -55,12 +55,10 @@ extern const struct brw_tracked_state brw_gs_prog; extern const struct brw_tracked_state brw_gs_unit; extern const struct brw_tracked_state brw_line_stipple; extern const struct brw_tracked_state brw_aa_line_parameters; -extern const struct brw_tracked_state brw_pipelined_state_pointers; extern const struct brw_tracked_state brw_binding_table_pointers; extern const struct brw_tracked_state brw_depthbuffer; extern const struct brw_tracked_state brw_polygon_stipple_offset; extern const struct brw_tracked_state brw_polygon_stipple; -extern const struct brw_tracked_state brw_program_parameters; extern const struct brw_tracked_state brw_recalculate_urb_fence; extern const struct brw_tracked_state brw_samplers; extern const struct brw_tracked_state brw_sf_prog; @@ -68,7 +66,6 @@ extern const struct brw_tracked_state brw_sf_unit; extern const struct brw_tracked_state brw_sf_vp; extern const struct brw_tracked_state brw_state_base_address; extern const struct brw_tracked_state brw_urb_fence; -extern const struct brw_tracked_state brw_vertex_state; extern const struct brw_tracked_state brw_vs_prog; extern const struct brw_tracked_state brw_vs_ubo_surfaces; extern const struct brw_tracked_state brw_vs_unit; @@ -82,8 +79,6 @@ extern const struct brw_tracked_state brw_wm_unit; extern const struct brw_tracked_state brw_psp_urb_cbs; -extern const struct brw_tracked_state brw_pipe_control; - extern const struct brw_tracked_state brw_drawing_rect; extern const struct brw_tracked_state brw_indices; extern const struct brw_tracked_state brw_vertices; @@ -122,15 +117,11 @@ extern const struct brw_tracked_state gen7_push_constant_alloc; extern const struct brw_tracked_state gen7_samplers; extern const struct brw_tracked_state gen7_sbe_state; extern const struct brw_tracked_state gen7_sf_clip_viewport; -extern const struct brw_tracked_state gen7_sf_clip_viewport_state_pointer; extern const struct brw_tracked_state gen7_sf_state; extern const struct brw_tracked_state gen7_sol_state; extern const struct brw_tracked_state gen7_urb; extern const struct brw_tracked_state gen7_vs_state; -extern const struct brw_tracked_state gen7_wm_constants; -extern const struct brw_tracked_state gen7_wm_constant_surface; extern const struct brw_tracked_state gen7_wm_state; -extern const struct brw_tracked_state gen7_wm_surfaces; extern const struct brw_tracked_state haswell_cut_index; /* brw_misc_state.c */ |