mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +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
|
unsigned
|
||||||
tgsi_emit_sse2(
|
tgsi_emit_sse2(
|
||||||
struct tgsi_token *tokens,
|
const struct tgsi_token *tokens,
|
||||||
struct x86_function *func,
|
struct x86_function *func,
|
||||||
float (*immediates)[4])
|
float (*immediates)[4])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ struct x86_function;
|
||||||
|
|
||||||
unsigned
|
unsigned
|
||||||
tgsi_emit_sse2(
|
tgsi_emit_sse2(
|
||||||
struct tgsi_token *tokens,
|
const struct tgsi_token *tokens,
|
||||||
struct x86_function *function,
|
struct x86_function *function,
|
||||||
float (*immediates)[4]
|
float (*immediates)[4]
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue