mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 04:40:09 +01:00
nv30: U8_USCALED only works for size 4
See https://bugs.freedesktop.org/show_bug.cgi?id=61635 for a sample program. Changing it to use a vec4 makes it work. Remove the unsupported formats. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: "9.2 and 9.1" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
parent
4f739646b0
commit
14ee790df7
1 changed files with 0 additions and 3 deletions
|
|
@ -160,9 +160,6 @@ nv30_vtxfmt_table[PIPE_FORMAT_COUNT] = {
|
||||||
_(R8G8_UNORM , U8_UNORM , 2),
|
_(R8G8_UNORM , U8_UNORM , 2),
|
||||||
_(R8G8B8_UNORM , U8_UNORM , 3),
|
_(R8G8B8_UNORM , U8_UNORM , 3),
|
||||||
_(R8G8B8A8_UNORM , U8_UNORM , 4),
|
_(R8G8B8A8_UNORM , U8_UNORM , 4),
|
||||||
_(R8_USCALED , U8_USCALED , 1),
|
|
||||||
_(R8G8_USCALED , U8_USCALED , 2),
|
|
||||||
_(R8G8B8_USCALED , U8_USCALED , 3),
|
|
||||||
_(R8G8B8A8_USCALED , U8_USCALED , 4),
|
_(R8G8B8A8_USCALED , U8_USCALED , 4),
|
||||||
_(R16_SNORM , V16_SNORM , 1),
|
_(R16_SNORM , V16_SNORM , 1),
|
||||||
_(R16G16_SNORM , V16_SNORM , 2),
|
_(R16G16_SNORM , V16_SNORM , 2),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue