mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
r600g: make r600_db_format static.
this isn't used anywhere else yet.
This commit is contained in:
parent
aef4500ca4
commit
919750a557
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ static struct radeon_state *r600_cb0(struct r600_context *rctx)
|
|||
return rstate;
|
||||
}
|
||||
|
||||
int r600_db_format(unsigned pformat, unsigned *format)
|
||||
static int r600_db_format(unsigned pformat, unsigned *format)
|
||||
{
|
||||
switch (pformat) {
|
||||
case PIPE_FORMAT_Z24X8_UNORM:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue