Re: [Mesa-dev] [PATCH 08/70] mesa: make use of ralloc when creating ARB program instructions

2016-11-16 Thread Emil Velikov
On 11 November 2016 at 00:45, Timothy Arceri wrote: > This will allow us to move the ARB asm fields in gl_program into > a union as we will be able call ralloc_free() on the entire struct > when destroying the context. > --- > src/mesa/main/ffvertex_prog.c |

[Mesa-dev] [PATCH 08/70] mesa: make use of ralloc when creating ARB program instructions

2016-11-10 Thread Timothy Arceri
This will allow us to move the ARB asm fields in gl_program into a union as we will be able call ralloc_free() on the entire struct when destroying the context. --- src/mesa/main/ffvertex_prog.c | 7 +++ src/mesa/program/arbprogparse.c | 9 ++---