mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
r600g: expose 32-bit integer vertex formats
This advertises GL_ARB_texture_buffer_object_rgb32.
This commit is contained in:
parent
2eb321b992
commit
b56c7f4df1
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ static INLINE bool r600_is_vertex_format_supported(enum pipe_format format)
|
|||
|
||||
/* No scaled/norm formats with 32 bits per channel. */
|
||||
if (desc->channel[i].size == 32 &&
|
||||
!desc->channel[i].pure_integer &&
|
||||
(desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED ||
|
||||
desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED))
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue