OSDN Git Service

i965: Fill in brw_format_for_mesa_format for some non-rendering formats.
authorEric Anholt <eric@anholt.net>
Wed, 17 Apr 2013 00:21:23 +0000 (17:21 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 15 May 2013 16:43:46 +0000 (09:43 -0700)
commit61506257f68c18cc927a44f25344ee0584fdbd0e
tree8f62736b96c22fb50972434382a61bff6403c70f
parent9db9bc3aa19983f1bd0f1c0f3fe9c6317484892d
i965: Fill in brw_format_for_mesa_format for some non-rendering formats.

This should have no change on driver operation, but it means that when you
wonder why some format isn't supported natively, you can just look at the
table above, instead of wondering if maybe there's an appropriate entry in
the surface formats table that is already supported.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_wm_surface_state.c