mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
gallium: Remove tgsi_version token.
Not really needed, never served its purpose.
This commit is contained in:
parent
e13add8cae
commit
5455e88f1c
1 changed files with 0 additions and 6 deletions
|
|
@ -35,12 +35,6 @@ extern "C" {
|
|||
|
||||
#include "p_compiler.h"
|
||||
|
||||
struct tgsi_version
|
||||
{
|
||||
unsigned Major : 8;
|
||||
unsigned Minor : 8;
|
||||
unsigned Padding : 16;
|
||||
};
|
||||
|
||||
struct tgsi_header
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue