mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
gallium: Fix build on Windows.
This commit is contained in:
parent
482f499525
commit
400b12b4ce
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ util_make_fragment_passthrough_shader(struct pipe_context *pipe)
|
||||||
uint ti;
|
uint ti;
|
||||||
struct pipe_shader_state shader;
|
struct pipe_shader_state shader;
|
||||||
|
|
||||||
tokens = (struct tgsi_token *) malloc(maxTokens * sizeof(tokens[0]));
|
tokens = (struct tgsi_token *) MALLOC(maxTokens * sizeof(tokens[0]));
|
||||||
|
|
||||||
/* shader header
|
/* shader header
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue