mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
tgsi: add const qualifier to tokens on sse emit
This commit is contained in:
parent
f631bebe1a
commit
c5f0158a91
2 changed files with 2 additions and 2 deletions
|
|
@ -2332,7 +2332,7 @@ emit_declaration(
|
|||
*/
|
||||
unsigned
|
||||
tgsi_emit_sse2(
|
||||
struct tgsi_token *tokens,
|
||||
const struct tgsi_token *tokens,
|
||||
struct x86_function *func,
|
||||
float (*immediates)[4])
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ struct x86_function;
|
|||
|
||||
unsigned
|
||||
tgsi_emit_sse2(
|
||||
struct tgsi_token *tokens,
|
||||
const struct tgsi_token *tokens,
|
||||
struct x86_function *function,
|
||||
float (*immediates)[4]
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue