Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler: Move glsl_to_nir to libglsl.la | Jason Ekstrand | 2016-05-26 | 1 | -5/+0 |
| | | | | | | | | Right now libglsl.la depends on libnir.la so putting it in libnir.la adds a dependency on libglsl.la that goes the wrong direction. Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Kristian Høgsberg <[email protected]> | ||||
* | Merge remote-tracking branch 'public/master' into vulkan | Jason Ekstrand | 2016-04-13 | 1 | -0/+1 |
| | |||||
* | compiler: automake: flesh out NIR into separate makefile. | Emil Velikov | 2016-04-11 | 1 | -0/+93 |
Analogous to previous commit - improved readability at the expense of an extra file. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Jason Ekstrand <[email protected]> |