projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e13add8
)
gallium: Remove tgsi_version token.
author
Michal Krol
<michal@vmware.com>
Fri, 27 Nov 2009 08:19:01 +0000
(09:19 +0100)
committer
Michal Krol
<michal@vmware.com>
Fri, 27 Nov 2009 08:19:01 +0000
(09:19 +0100)
Not really needed, never served its purpose.
src/gallium/include/pipe/p_shader_tokens.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_shader_tokens.h
b/src/gallium/include/pipe/p_shader_tokens.h
index 7d73d7df8526d6a19fb439a138cbe98fb8d1b7c8..588ca5e026d482c784ee9c7e14890d0b96dfc761 100644
(file)
--- a/
src/gallium/include/pipe/p_shader_tokens.h
+++ b/
src/gallium/include/pipe/p_shader_tokens.h
@@
-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
{