mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 08:40:28 +01:00
Fix radeon_tex_region_t declaration (char became int).
This commit is contained in:
parent
c3ded1b33d
commit
728dade650
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ typedef struct {
|
|||
*/
|
||||
typedef struct {
|
||||
unsigned char next; /**< \brief indices to form a circular LRU */
|
||||
unsigned prev; /**< \brief indices to form a circular LRU */
|
||||
unsigned char prev; /**< \brief indices to form a circular LRU */
|
||||
unsigned char in_use; /**< \brief owned by a client, or free? */
|
||||
int age; /**< \brief tracked by clients to update local LRU's */
|
||||
} radeon_tex_region_t;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue