mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
Fix function names.
This commit is contained in:
parent
6d8fb1a543
commit
9b32c33e9d
1 changed files with 2 additions and 2 deletions
|
|
@ -355,7 +355,7 @@ compile_instruction(
|
|||
}
|
||||
|
||||
GLboolean
|
||||
tgsi_compile_fp_program(
|
||||
tgsi_mesa_compile_fp_program(
|
||||
const struct gl_fragment_program *program,
|
||||
struct tgsi_token *tokens,
|
||||
GLuint maxTokens )
|
||||
|
|
@ -478,7 +478,7 @@ tgsi_compile_fp_program(
|
|||
}
|
||||
|
||||
GLboolean
|
||||
tgsi_compile_vp_program(
|
||||
tgsi_mesa_compile_vp_program(
|
||||
const struct gl_vertex_program *program,
|
||||
struct tgsi_token *tokens,
|
||||
GLuint maxTokens )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue