diff options
author | Keith Whitwell <[email protected]> | 2009-11-01 12:08:14 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-01 12:08:14 +0000 |
commit | 9b18ca095503eb80f02db55baf9c35aa69ae1cc9 (patch) | |
tree | ce0814233d6965d15ce55337a005c16add89452a /src/gallium/drivers/i965/brw_state.h | |
parent | e7b76000826ff4faf8bf6a834d55b50a2784c9f2 (diff) |
i965g: more work on compilation -- surface management
Diffstat (limited to 'src/gallium/drivers/i965/brw_state.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_state.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gallium/drivers/i965/brw_state.h b/src/gallium/drivers/i965/brw_state.h index 2275e9ad690..b47b04fd46f 100644 --- a/src/gallium/drivers/i965/brw_state.h +++ b/src/gallium/drivers/i965/brw_state.h @@ -94,19 +94,6 @@ const struct brw_tracked_state brw_indices; const struct brw_tracked_state brw_vertices; const struct brw_tracked_state brw_index_buffer; -/** - * Use same key for WM and VS surfaces. - */ -struct brw_surface_key { - unsigned target; - struct brw_winsys_buffer *bo; - GLint format; - GLint first_level, last_level; - GLint width, height, depth; - GLint pitch, cpp; - uint32_t tiling; - GLuint offset; -}; /*********************************************************************** * brw_state.c @@ -171,9 +158,6 @@ void brw_clear_batch_cache( struct brw_context *brw ); /*********************************************************************** * brw_wm_surface_state.c */ -struct brw_winsys_buffer * -brw_create_constant_surface( struct brw_context *brw, - struct brw_surface_key *key ); /*********************************************************************** * brw_state_debug.c |