mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 18:08:40 +02:00
pan/midgard: Fix minor typo
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reported-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
This commit is contained in:
parent
563bd61fee
commit
8c188722d9
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ enum {
|
|||
#define PAN_SYSVAL_ID_TO_TXS_DIM(id) (((id) >> 7) & 0x3)
|
||||
#define PAN_SYSVAL_ID_TO_TXS_IS_ARRAY(id) !!((id) & (1 << 9))
|
||||
|
||||
/* Special attribute slots for vertex builtings. Sort of arbitrary but let's be
|
||||
/* Special attribute slots for vertex builtins. Sort of arbitrary but let's be
|
||||
* consistent with the blob so we can compare traces easier. */
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue