mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
r600g: remove unused variables to fix compile warnings
This commit is contained in:
parent
d284613422
commit
d0349c91c8
2 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue