asahi: Don't support 16-bit vertex attributes
Currently broken, let vbuf deal with it. "Fixes" sysprof. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19811>
This commit is contained in:

committed by
Marge Bot

parent
9dddbfeaef
commit
11a607dbc8
@@ -1350,10 +1350,6 @@ agx_is_format_supported(struct pipe_screen* pscreen,
|
||||
/* TODO: formats */
|
||||
if (usage & PIPE_BIND_VERTEX_BUFFER) {
|
||||
switch (format) {
|
||||
case PIPE_FORMAT_R16_FLOAT:
|
||||
case PIPE_FORMAT_R16G16_FLOAT:
|
||||
case PIPE_FORMAT_R16G16B16_FLOAT:
|
||||
case PIPE_FORMAT_R16G16B16A16_FLOAT:
|
||||
case PIPE_FORMAT_R32_FLOAT:
|
||||
case PIPE_FORMAT_R32G32_FLOAT:
|
||||
case PIPE_FORMAT_R32G32B32_FLOAT:
|
||||
|
Reference in New Issue
Block a user