diff options
author | Kenneth Graunke <[email protected]> | 2013-10-07 11:27:22 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-10-09 16:36:50 -0700 |
commit | 0589eaecde2fc0fa35fb2e0c54d76db7b6467498 (patch) | |
tree | 443e94d8a514d4a50d343c8107e06c1c3810795f /src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | |
parent | 590d71791a50c9b2caebffa79ae4382c78deca80 (diff) |
i965/blorp: Explain why Z24 can't use a sensible format.
We could conceivably use BRW_SURFACEFORMAT_R24_UNORM_X8_TYPELESS for
Z24 source images, allowing conversions from Z24 to either Z16 or Z32F.
Unfortunately, we can't use it for destination images since it isn't
supported as a render target.
Using different formats for sources or destinations would be painful,
so for now, punt.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp_blit.cpp')
0 files changed, 0 insertions, 0 deletions