mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
tgsi: Preserve flags parameter for tgsi_dump().
This commit is contained in:
parent
5e9ea9d938
commit
15c902455f
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue