Re: [Mesa-dev] [PATCH 1/3] glsl: simplifiy interface matching

2015-12-12 Thread eocallaghan
On 2015-12-13 16:25, Timothy Arceri wrote: This makes the code easier to follow, should be more efficient and will makes it easier to add matching via explicit locations in the following patch. This patch also replaces the hash table with the newer resizable hash table this should be more suitab

[Mesa-dev] [PATCH 1/3] glsl: simplifiy interface matching

2015-12-12 Thread Timothy Arceri
This makes the code easier to follow, should be more efficient and will makes it easier to add matching via explicit locations in the following patch. This patch also replaces the hash table with the newer resizable hash table this should be more suitable as the table is likely to only contain a s