tgsi: Preserve flags parameter for tgsi_dump().

This commit is contained in:
Michal Krol 2008-07-20 16:08:36 +02:00
parent 5e9ea9d938
commit 15c902455f
2 changed files with 4 additions and 2 deletions

View file

@ -486,7 +486,8 @@ tgsi_dump_instruction(
void
tgsi_dump(
const struct tgsi_token *tokens )
const struct tgsi_token *tokens,
uint flags )
{
struct tgsi_parse_context parse;
struct tgsi_full_instruction fi;

View file

@ -36,7 +36,8 @@ extern "C" {
void
tgsi_dump(
const struct tgsi_token *tokens );
const struct tgsi_token *tokens,
uint flags );
struct tgsi_full_immediate;
struct tgsi_full_instruction;