mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
check for USE_X86_ASM or SLANG_X86 in st_delete_program()
This commit is contained in:
parent
b7de64c46c
commit
29dc25bcfe
1 changed files with 2 additions and 0 deletions
|
|
@ -112,9 +112,11 @@ static void st_delete_program( GLcontext *ctx,
|
|||
switch( prog->Target ) {
|
||||
case GL_VERTEX_PROGRAM_ARB:
|
||||
{
|
||||
#if defined(USE_X86_ASM) || defined(SLANG_X86)
|
||||
struct st_vertex_program *p = (struct st_vertex_program *) prog;
|
||||
|
||||
x86_release_func( &p->sse2_program );
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue