mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 17:50:39 +02:00
r600g: silence compiler warning
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
This commit is contained in:
parent
67234b4b42
commit
ffcb443cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -718,7 +718,7 @@ static void r600_ucp(struct r600_context *rctx, struct radeon_state *rstate,
|
|||
}
|
||||
|
||||
static void r600_cb(struct r600_context *rctx, struct radeon_state *rstate,
|
||||
struct pipe_framebuffer_state *state, int cb)
|
||||
const struct pipe_framebuffer_state *state, int cb)
|
||||
{
|
||||
struct r600_screen *rscreen = rctx->screen;
|
||||
struct r600_resource_texture *rtex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue