r600g: remove unused variables to fix compile warnings

This commit is contained in:
Marek Olšák 2012-10-09 01:11:56 +02:00
parent d284613422
commit d0349c91c8
2 changed files with 0 additions and 4 deletions

View file

@ -479,8 +479,6 @@ static void evergreen_launch_grid(
uint32_t pc, const void *input)
{
struct r600_context *ctx = (struct r600_context *)ctx_;
struct r600_pipe_compute *shader = ctx->cs_shader_state.shader;
void *p;
COMPUTE_DBG("*** evergreen_launch_grid: pc = %u\n", pc);

View file

@ -294,8 +294,6 @@ void evergreen_set_rat(
pipe->ctx->compute_cb_target_mask |= (0xf << (id * 4));
surf = (struct r600_surface*)pipe->ctx->framebuffer.state.cbufs[id];
struct radeon_surface *rsurf = &((struct r600_texture*)surf->base.texture)->surface;
evergreen_init_color_surface_rat(rctx, surf);
}