mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
nouveau: nv30: use r5g6b5 as z16 format
This commit is contained in:
parent
6e99e6ddbf
commit
c84a056764
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ nv30_texture_formats[] = {
|
|||
_(A8_UNORM , L8 , ZERO, ZERO, ZERO, S1, X, X, X, X),
|
||||
_(I8_UNORM , L8 , S1, S1, S1, S1, X, X, X, X),
|
||||
_(A8L8_UNORM , A8L8 , S1, S1, S1, S1, X, X, X, Y),
|
||||
// _(Z16_UNORM , Z16 , S1, S1, S1, ONE, X, X, X, X),
|
||||
_(Z16_UNORM , R5G6B5 , S1, S1, S1, ONE, X, X, X, X),
|
||||
_(Z24S8_UNORM , A8R8G8B8, S1, S1, S1, ONE, X, X, X, X),
|
||||
_(DXT1_RGB , DXT1 , S1, S1, S1, ONE, X, Y, Z, W),
|
||||
_(DXT1_RGBA , DXT1 , S1, S1, S1, S1, X, Y, Z, W),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue