r600g: make r600_db_format static.

this isn't used anywhere else yet.
This commit is contained in:
Dave Airlie
2010-08-02 14:31:49 +10:00
parent aef4500ca4
commit 919750a557

View File

@@ -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: