r600g: make r600_db_format static.
this isn't used anywhere else yet.
This commit is contained in:
@@ -667,7 +667,7 @@ static struct radeon_state *r600_cb0(struct r600_context *rctx)
|
|||||||
return rstate;
|
return rstate;
|
||||||
}
|
}
|
||||||
|
|
||||||
int r600_db_format(unsigned pformat, unsigned *format)
|
static int r600_db_format(unsigned pformat, unsigned *format)
|
||||||
{
|
{
|
||||||
switch (pformat) {
|
switch (pformat) {
|
||||||
case PIPE_FORMAT_Z24X8_UNORM:
|
case PIPE_FORMAT_Z24X8_UNORM:
|
||||||
|
Reference in New Issue
Block a user