Mesa (master): gallium: Remove tgsi_version token.

Keith Whitwell keithw at kemper.freedesktop.org
Tue Dec 1 14:43:36 UTC 2009


Module: Mesa
Branch: master
Commit: 5455e88f1c2043b3703650ca827a0ed2779e82ca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5455e88f1c2043b3703650ca827a0ed2779e82ca

Author: Michal Krol <michal at vmware.com>
Date:   Fri Nov 27 09:19:01 2009 +0100

gallium: Remove tgsi_version token.

Not really needed, never served its purpose.

---

 src/gallium/include/pipe/p_shader_tokens.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index 7d73d7d..588ca5e 100644
--- 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
 {




More information about the mesa-commit mailing list