diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-19 13:12:34 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-19 13:13:53 +0000 |
commit | 65f67baa425af71fc52639d22c1683da3b386a1b (patch) | |
tree | fd2f377df514ee35f7430534c2582d7e6de95dfc /src/mesa/pipe/i965simple/brw_context.h | |
parent | 2e3dfe97ee514a9ef8bd0a862360854d9be392d3 (diff) |
965: make sure stipple state gets uploaded
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_context.h')
-rw-r--r-- | src/mesa/pipe/i965simple/brw_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/i965simple/brw_context.h b/src/mesa/pipe/i965simple/brw_context.h index fc2cb055e9..59e3d24a1d 100644 --- a/src/mesa/pipe/i965simple/brw_context.h +++ b/src/mesa/pipe/i965simple/brw_context.h @@ -666,8 +666,6 @@ void brwUpdateTextureState( struct brw_context *brw ); void brw_upload_urb_fence(struct brw_context *brw); void brw_upload_constant_buffer_state(struct brw_context *brw); -void brw_upload_polygon_stipple(struct brw_context *brw); -void brw_upload_line_stipple(struct brw_context *brw); void brw_init_surface_functions(struct brw_context *brw); void brw_init_state_functions(struct brw_context *brw); |