On Mon, 2015-11-09 at 14:48 -0800, Jordan Justen wrote:
> v2:
> * Move shared parsing under storage qualifiers (tarceri)
> * Fail to compile if shared is used in non-compute shader (tarceri)
> * Use separate shared_storage bit for shared variables (tarceri)
>
> Signed-off-by: Jordan Justen
> C
For the series:
Reviewed-by: Timothy Arceri
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
v2:
* Move shared parsing under storage qualifiers (tarceri)
* Fail to compile if shared is used in non-compute shader (tarceri)
* Use separate shared_storage bit for shared variables (tarceri)
Signed-off-by: Jordan Justen
Cc: Timothy Arceri
---
Notes:
git://people.freedesktop.org/~jljus