Re: [Mesa-dev] [PATCH 05/21] glsl: Pass _mesa_glsl_parse_state into matching_signature and such.

2013-09-09 Thread Paul Berry
On 8 September 2013 19:49, Kenneth Graunke wrote: > On 09/08/2013 08:48 AM, Paul Berry wrote: > >> On 4 September 2013 15:22, Kenneth Graunke > **> wrote: >> >> During compilation, we'll use this to determine built-in availability. >> All the prototypes will

Re: [Mesa-dev] [PATCH 05/21] glsl: Pass _mesa_glsl_parse_state into matching_signature and such.

2013-09-08 Thread Kenneth Graunke
On 09/08/2013 08:48 AM, Paul Berry wrote: On 4 September 2013 15:22, Kenneth Graunke mailto:kenn...@whitecape.org>> wrote: During compilation, we'll use this to determine built-in availability. All the prototypes will be available, but we can filter out the ones that aren't actually

Re: [Mesa-dev] [PATCH 05/21] glsl: Pass _mesa_glsl_parse_state into matching_signature and such.

2013-09-08 Thread Paul Berry
On 4 September 2013 15:22, Kenneth Graunke wrote: > During compilation, we'll use this to determine built-in availability. > All the prototypes will be available, but we can filter out the ones > that aren't actually available. > I'm having trouble understanding this sentence because it sounds l

[Mesa-dev] [PATCH 05/21] glsl: Pass _mesa_glsl_parse_state into matching_signature and such.

2013-09-04 Thread Kenneth Graunke
During compilation, we'll use this to determine built-in availability. All the prototypes will be available, but we can filter out the ones that aren't actually available. At link time, we don't actually need this filtering capability, since we've already imported the prototypes and flagged them a