gallium: tex surface checkpoint

This commit is contained in:
Keith Whitwell
2008-05-01 11:07:21 +01:00
parent 7584bcf3f7
commit c9ed86a964
37 changed files with 466 additions and 268 deletions

View File

@@ -198,12 +198,6 @@ struct pipe_context {
/*@}*/
/** Called when texture data is changed */
void (*texture_update)(struct pipe_context *pipe,
struct pipe_texture *texture,
uint face, uint dirtyLevelsMask);
/** Flush rendering (flags = bitmask of PIPE_FLUSH_x tokens) */
void (*flush)( struct pipe_context *pipe,
unsigned flags,