diff options
author | michal <michal@michal-laptop.(none)> | 2007-08-29 22:26:23 +0100 |
---|---|---|
committer | michal <michal@michal-laptop.(none)> | 2007-08-29 22:35:28 +0100 |
commit | a6e2b76fb570dea8f4a1384e4a9df36f6b81ca84 (patch) | |
tree | 8fb6041890f3b86c2e28e2161f0e331c1a443d64 /src/mesa | |
parent | 6468e68466bfdf93cafafc78d37a156e96af229c (diff) |
Break GL dependencies.
Diffstat (limited to 'src/mesa')
-rwxr-xr-x[-rw-r--r--] | src/mesa/pipe/tgsi/exec/tgsi_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_parse.h b/src/mesa/pipe/tgsi/exec/tgsi_parse.h index 56a8c254c2..9372da8d5d 100644..100755 --- a/src/mesa/pipe/tgsi/exec/tgsi_parse.h +++ b/src/mesa/pipe/tgsi/exec/tgsi_parse.h @@ -105,7 +105,7 @@ void tgsi_parse_free( struct tgsi_parse_context *ctx ); -unsigned +boolean tgsi_parse_end_of_tokens( struct tgsi_parse_context *ctx ); |