projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be365f3
)
nv50,nvc0: fix BGR10_A2UI vertex format
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Sun, 5 Jun 2016 19:00:36 +0000
(15:00 -0400)
committer
Ilia Mirkin
<imirkin@alum.mit.edu>
Sun, 5 Jun 2016 19:13:46 +0000
(15:13 -0400)
This is mostly academic as this is not reachable from GL, which only has
the packed RGB10_A2UI vertex format.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
src/gallium/drivers/nouveau/nv50/nv50_formats.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nouveau/nv50/nv50_formats.c
b/src/gallium/drivers/nouveau/nv50/nv50_formats.c
index 5b965672357f4b210c9f5ec1fc89e1ed7978cb36..34d32d14493669aa2b85932e707ac35e705c223e 100644
(file)
--- a/
src/gallium/drivers/nouveau/nv50/nv50_formats.c
+++ b/
src/gallium/drivers/nouveau/nv50/nv50_formats.c
@@
-394,7
+394,7
@@
const struct nv50_vertex_format nv50_vertex_format[PIPE_FORMAT_COUNT] =
VF(A, R10G10B10A2_SNORM, SNORM, 10_10_10_2, 0),
VF(A, B10G10R10A2_SNORM, SNORM, 10_10_10_2, 1),
VF(A, R10G10B10A2_UINT, UINT, 10_10_10_2, 0),
- VF(A, B10G10R10A2_UINT, UINT, 10_10_10_2,
0
),
+ VF(A, B10G10R10A2_UINT, UINT, 10_10_10_2,
1
),
VF(A, R11G11B10_FLOAT, FLOAT, 11_11_10, 0),